index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
/
dpaa
/
dpaa_eth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dpaa_eth: extract hash using __be32 pointer in rx_default_dqrr()
Vladimir Oltean
2024-11-05
1
-1
/
+1
*
net: dpaa_eth: add assertions about SGT entry offsets in sg_fd_to_skb()
Vladimir Oltean
2024-11-05
1
-9
/
+15
*
net: dpaa: use __dev_mc_sync in dpaa_set_rx_mode()
Jonas Rebmann
2024-10-09
1
-2
/
+18
*
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-05
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-13
1
-1
/
+8
|
\
|
*
net: dpaa: Pad packets to ETH_ZLEN
Sean Anderson
2024-09-12
1
-1
/
+8
*
|
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
1
-1
/
+2
*
|
net: dpaa: reduce number of synchronize_net() calls
Xi Huang
2024-08-27
1
-1
/
+2
|
/
*
net: dpaa: no need to make sure all CPUs receive a corresponding Tx queue
Vladimir Oltean
2024-07-15
1
-11
/
+0
*
net: dpaa: stop ignoring TX queues past the number of CPUs
Vladimir Oltean
2024-07-15
1
-5
/
+1
*
net: dpaa: eliminate NR_CPUS dependency in egress_fqs[] and conf_fqs[]
Vladimir Oltean
2024-07-15
1
-14
/
+33
*
net: dpaa: avoid on-stack arrays of NR_CPUS elements
Vladimir Oltean
2024-07-15
1
-5
/
+15
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
*
net: Explicitly include correct DT includes
Rob Herring
2023-07-28
1
-1
/
+2
*
net: dpaa: Convert to platform remove callback returning void
Uwe Kleine-König
2023-07-12
1
-4
/
+2
*
net: dpaa: Improve error reporting
Uwe Kleine-König
2023-07-12
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
1
-1
/
+2
|
\
|
*
net: dpaa: Fix uninitialized variable in dpaa_stop()
Dan Carpenter
2023-04-22
1
-1
/
+2
*
|
net: dpaa: avoid one skb_reset_mac_header() in dpaa_enable_tx_csum()
Vladimir Oltean
2023-04-23
1
-7
/
+2
|
/
*
drivers: net: turn on XDP features
Marek Majtyka
2023-02-03
1
-0
/
+4
*
dpaa_eth: execute xdp_do_flush() before napi_complete_done()
Magnus Karlsson
2023-01-28
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-24
1
-2
/
+2
|
\
|
*
net: fman: Use physical address for userspace interfaces
Sean Anderson
2022-10-24
1
-2
/
+2
*
|
net: dpaa: Convert to phylink
Sean Anderson
2022-10-19
1
-63
/
+26
|
/
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
net: dpaa: Adjust queue depth on rate change
Sean Anderson
2022-09-05
1
-4
/
+34
*
net: dpaa: Use mac_dev variable in dpaa_netdev_init
Sean Anderson
2022-09-05
1
-4
/
+5
*
net: fman: Change return type of disable to void
Sean Anderson
2022-09-05
1
-4
/
+1
*
net: fman: Map the base address once
Sean Anderson
2022-09-05
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-26
1
-1
/
+5
|
\
|
*
net: dpaa: Fix <1G ethernet on LS1046ARDB
Sean Anderson
2022-08-20
1
-1
/
+5
*
|
net: fman: Store en/disable in mac_device instead of mac_priv_s
Sean Anderson
2022-08-20
1
-4
/
+7
|
/
*
net: dpaa: Convert to SPDX identifiers
Sean Anderson
2022-05-28
1
-28
/
+3
*
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2021-12-13
1
-1
/
+1
*
net: annotate accesses to queue->trans_start
Eric Dumazet
2021-11-17
1
-2
/
+2
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-2
/
+2
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
freescale: Remove rcu_read_lock() around XDP program invocation
Toke Høiland-Jørgensen
2021-06-24
1
-7
/
+1
*
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
2021-03-18
1
-7
/
+5
*
dpaa_eth: fix the access method for the dpaa_napi_portal
Camelia Groza
2021-02-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-4
/
+38
|
\
|
*
dpaa_eth: try to move the data in place for the A050385 erratum
Camelia Groza
2021-02-06
1
-1
/
+19
|
*
dpaa_eth: reduce data alignment requirements for the A050385 erratum
Camelia Groza
2021-02-06
1
-1
/
+1
|
*
dpaa_eth: reserve space for the xdp_frame under the A050385 erratum
Camelia Groza
2021-02-06
1
-2
/
+18
*
|
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-4
/
+2
*
|
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
2021-01-08
1
-2
/
+2
|
/
*
net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()
Zheng Yongjun
2020-12-10
1
-5
/
+1
*
dpaa_eth: fix build errorr in dpaa_fq_init
Anders Roxell
2020-12-04
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-04
1
-1
/
+9
|
\
[next]