index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Lines
2026-04-12
net: enetc: add unstructured counters for ENETC v4
Wei Fang
-25
/
+234
2026-04-12
net: enetc: add unstructured pMAC counters for ENETC v1
Wei Fang
-21
/
+56
2026-04-12
net: enetc: remove standardized counters from enetc_pm_counters
Wei Fang
-40
/
+0
2026-04-12
net: enetc: show RX drop counters only for assigned RX rings
Wei Fang
-16
/
+2
2026-04-12
net: enetc: add support for the standardized counters
Wei Fang
-18
/
+245
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2026-04-06
dpaa2: avoid linking objects into multiple modules
Arnd Bergmann
-4
/
+21
2026-04-03
net: fec: make FIXED_PHY dependency unconditional
Arnd Bergmann
-1
/
+1
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-19
/
+136
2026-03-27
net: enetc: do not allow VF to configure the RSS key
Wei Fang
-1
/
+5
2026-03-27
net: enetc: check whether the RSS algorithm is Toeplitz
Wei Fang
-0
/
+4
2026-03-26
net: enetc: do not access non-existent registers on pseudo MAC
Wei Fang
-0
/
+7
2026-03-26
net: enetc: add graceful stop to safely reinitialize the TX Ring
Wei Fang
-14
/
+108
2026-03-26
net: enetc: reset PIR and CIR if they are not equal when initializing TX ring
Wei Fang
-1
/
+12
2026-03-26
net: fec: fix the PTP periodic output sysfs interface
Buday Csaba
-3
/
+0
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+2
2026-03-26
net: dpaa2-mac: export standard statistics
Ioana Ciornei
-2
/
+338
2026-03-26
net: dpaa2-mac: retrieve MAC statistics in one firmware command
Ioana Ciornei
-40
/
+171
2026-03-26
net: dpaa2-mac: extend APIs related to statistics
Ioana Ciornei
-4
/
+132
2026-03-23
net: enetc: fix the output issue of 'ethtool --show-ring'
Wei Fang
-0
/
+2
2026-03-14
dpaa2: compile dpaa2 even CONFIG_FSL_DPAA2_ETH=n
Cai Xinchen
-2
/
+1
2026-03-14
dpaa2: add independent dependencies for FSL_DPAA2_SWITCH
Cai Xinchen
-0
/
+4
2026-03-14
net: enetc: remove stray semicolon
Wei Fang
-1
/
+1
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-14
/
+10
2026-03-10
net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0
Wei Fang
-12
/
+0
2026-03-10
net: enetc: fix incorrect fallback PHY address handling
Wei Fang
-2
/
+10
2026-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+3
2026-03-05
net: enetc: use truesize as XDP RxQ info frag_size
Larysa Zaremba
-1
/
+1
2026-02-28
dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
Guenter Roeck
-1
/
+2
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-84
/
+79
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-0
/
+7
2026-02-26
dpaa2-switch: validate num_ifs to prevent out-of-bounds write
Junrui Luo
-0
/
+7
2026-02-25
net: fs_enet: allow nvmem to override MAC address
Rosen Penev
-1
/
+3
2026-02-24
net: freescale: ucc_geth: call of_node_put once
Rosen Penev
-2
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-9
/
+7
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-10
/
+5
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-46
/
+46
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-84
/
+79
2026-02-10
net: fec: add AF_XDP zero-copy support
Wei Fang
-44
/
+754
2026-02-10
net: fec: improve fec_enet_tx_queue()
Wei Fang
-26
/
+17
2026-02-10
net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
Wei Fang
-32
/
+58
2026-02-10
net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
Wei Fang
-18
/
+40
2026-02-10
net: fec: remove the size parameter from fec_enet_create_page_pool()
Wei Fang
-3
/
+3
2026-02-10
net: fec: use switch statement to check the type of tx_buf
Wei Fang
-61
/
+73
2026-02-10
net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
Wei Fang
-23
/
+12
2026-02-10
net: fec: transmit XDP frames in bulk
Wei Fang
-3
/
+9
2026-02-10
net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
Wei Fang
-19
/
+19
2026-02-10
net: fec: add fec_enet_rx_queue_xdp() for XDP path
Wei Fang
-86
/
+170
2026-02-10
net: fec: improve fec_enet_rx_queue()
Wei Fang
-20
/
+15
[next]