index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
2026-04-03
net: fec: make FIXED_PHY dependency unconditional
Arnd Bergmann
2026-03-27
net: enetc: do not allow VF to configure the RSS key
Wei Fang
2026-03-27
net: enetc: check whether the RSS algorithm is Toeplitz
Wei Fang
2026-03-26
net: enetc: do not access non-existent registers on pseudo MAC
Wei Fang
2026-03-26
net: enetc: add graceful stop to safely reinitialize the TX Ring
Wei Fang
2026-03-26
net: enetc: reset PIR and CIR if they are not equal when initializing TX ring
Wei Fang
2026-03-26
net: fec: fix the PTP periodic output sysfs interface
Buday Csaba
2026-03-23
net: enetc: fix the output issue of 'ethtool --show-ring'
Wei Fang
2026-03-10
net: enetc: do not skip setting LaBCR[MDIO_PHYAD_PRTAD] for addr 0
Wei Fang
2026-03-10
net: enetc: fix incorrect fallback PHY address handling
Wei Fang
2026-03-05
net: enetc: use truesize as XDP RxQ info frag_size
Larysa Zaremba
2026-02-28
dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler
Guenter Roeck
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-26
dpaa2-switch: validate num_ifs to prevent out-of-bounds write
Junrui Luo
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-10
net: fec: add AF_XDP zero-copy support
Wei Fang
2026-02-10
net: fec: improve fec_enet_tx_queue()
Wei Fang
2026-02-10
net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page pool
Wei Fang
2026-02-10
net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()
Wei Fang
2026-02-10
net: fec: remove the size parameter from fec_enet_create_page_pool()
Wei Fang
2026-02-10
net: fec: use switch statement to check the type of tx_buf
Wei Fang
2026-02-10
net: fec: remove unnecessary NULL pointer check when clearing TX BD ring
Wei Fang
2026-02-10
net: fec: transmit XDP frames in bulk
Wei Fang
2026-02-10
net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()
Wei Fang
2026-02-10
net: fec: add fec_enet_rx_queue_xdp() for XDP path
Wei Fang
2026-02-10
net: fec: improve fec_enet_rx_queue()
Wei Fang
2026-02-10
net: fec: add fec_build_skb() to build a skb
Wei Fang
2026-02-10
net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
Wei Fang
2026-02-10
net: fec: add fec_rx_error_check() to check RX errors
Wei Fang
2026-02-10
net: fec: add fec_txq_trigger_xmit() helper
Wei Fang
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-02
net: enetc: Convert 16-bit register reads to 32-bit for ENETC v4
Claudiu Manoil
2026-02-02
net: enetc: Convert 16-bit register writes to 32-bit for ENETC v4
Claudiu Manoil
2026-02-02
net: enetc: Remove CBDR cacheability AXI settings for ENETC v4
Claudiu Manoil
2026-02-02
net: enetc: Remove SI/BDR cacheability AXI settings for ENETC v4
Claudiu Manoil
2026-01-29
dpaa2-switch: add bounds check for if_id in IRQ handler
Junrui Luo
2026-01-29
dpaa2-switch: prevent ZERO_SIZE_PTR dereference when num_ifs is zero
Junrui Luo
2026-01-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-22
net: fec: account for VLAN header in frame length calculations
Clemens Gruber
2026-01-15
net: freescale: ucc_geth: Return early when TBI PHY can't be found
Maxime Chevallier
2026-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-08
net: enetc: fix build warning when PAGE_SIZE is greater than 128K
Wei Fang
2026-01-06
net: fec: Add stop mode support on i.MX8DX/i.MX8QP
Francesco Dolcini
2025-12-30
net: enetc: do not print error log if addr is 0
Wei Fang
2025-12-18
net: enetc: do not transmit redirected XDP frames when the link is down
Wei Fang
2025-12-04
net: fec: ERR007885 Workaround for XDP TX path
Wei Fang
[next]