index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa
/
dpaa_eth.c
Age
Commit message (
Expand
)
Author
2024-07-14
net: dpaa: no need to make sure all CPUs receive a corresponding Tx queue
Vladimir Oltean
2024-07-14
net: dpaa: stop ignoring TX queues past the number of CPUs
Vladimir Oltean
2024-07-14
net: dpaa: eliminate NR_CPUS dependency in egress_fqs[] and conf_fqs[]
Vladimir Oltean
2024-07-14
net: dpaa: avoid on-stack arrays of NR_CPUS elements
Vladimir Oltean
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
2023-07-11
net: dpaa: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-11
net: dpaa: Improve error reporting
Uwe Kleine-König
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-23
net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum()
Vladimir Oltean
2023-04-21
net: dpaa: Fix uninitialized variable in dpaa_stop()
Dan Carpenter
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
2023-01-27
dpaa_eth: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
2022-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-24
net: fman: Use physical address for userspace interfaces
Sean Anderson
2022-10-19
net: dpaa: Convert to phylink
Sean Anderson
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-05
net: dpaa: Adjust queue depth on rate change
Sean Anderson
2022-09-05
net: dpaa: Use mac_dev variable in dpaa_netdev_init
Sean Anderson
2022-09-05
net: fman: Change return type of disable to void
Sean Anderson
2022-09-05
net: fman: Map the base address once
Sean Anderson
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-19
net: fman: Store en/disable in mac_device instead of mac_priv_s
Sean Anderson
2022-08-19
net: dpaa: Fix <1G ethernet on LS1046ARDB
Sean Anderson
2022-05-28
net: dpaa: Convert to SPDX identifiers
Sean Anderson
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
2021-10-14
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-06-24
freescale: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-02-22
dpaa_eth: fix the access method for the dpaa_napi_portal
Camelia Groza
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-05
dpaa_eth: try to move the data in place for the A050385 erratum
Camelia Groza
2021-02-05
dpaa_eth: reduce data alignment requirements for the A050385 erratum
Camelia Groza
2021-02-05
dpaa_eth: reserve space for the xdp_frame under the A050385 erratum
Camelia Groza
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2020-12-09
net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()
Zheng Yongjun
2020-12-04
dpaa_eth: fix build errorr in dpaa_fq_init
Anders Roxell
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-02
dpaa_eth: copy timestamp fields to new skb in A-050385 workaround
Yangbo Lu
2020-11-30
dpaa_eth: implement the A050385 erratum workaround for XDP
Camelia Groza
2020-11-30
dpaa_eth: rename current skb A050385 erratum workaround
Camelia Groza
2020-11-30
dpaa_eth: add XDP_REDIRECT support
Camelia Groza
2020-11-30
dpaa_eth: add XDP_TX support
Camelia Groza
2020-11-30
dpaa_eth: limit the possible MTU range when XDP is enabled
Camelia Groza
2020-11-30
dpaa_eth: add basic XDP support
Camelia Groza
2020-11-30
dpaa_eth: add struct for software backpointers
Camelia Groza
[next]