index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
2026-04-30
net: enetc: fix VSI mailbox timeout handling and DMA lifecycle
Wei Fang
2026-04-16
net: enetc: fix NTMP DMA use-after-free issue
Wei Fang
2026-04-16
net: enetc: correct the command BD ring consumer index
Wei Fang
2026-04-12
net: enetc: add unstructured counters for ENETC v4
Wei Fang
2026-04-12
net: enetc: add unstructured pMAC counters for ENETC v1
Wei Fang
2026-04-12
net: enetc: remove standardized counters from enetc_pm_counters
Wei Fang
2026-04-12
net: enetc: show RX drop counters only for assigned RX rings
Wei Fang
2026-04-12
net: enetc: add support for the standardized counters
Wei Fang
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-04-06
dpaa2: avoid linking objects into multiple modules
Arnd Bergmann
2026-04-03
net: fec: make FIXED_PHY dependency unconditional
Arnd Bergmann
2026-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-26
net: dpaa2-mac: export standard statistics
Ioana Ciornei
2026-03-26
net: dpaa2-mac: retrieve MAC statistics in one firmware command
Ioana Ciornei
2026-03-26
net: dpaa2-mac: extend APIs related to statistics
Ioana Ciornei
2026-03-23
net: enetc: fix the output issue of 'ethtool --show-ring'
Wei Fang
2026-03-14
dpaa2: compile dpaa2 even CONFIG_FSL_DPAA2_ETH=n
Cai Xinchen
2026-03-14
dpaa2: add independent dependencies for FSL_DPAA2_SWITCH
Cai Xinchen
2026-03-14
net: enetc: remove stray semicolon
Wei Fang
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
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-25
net: fs_enet: allow nvmem to override MAC address
Rosen Penev
2026-02-24
net: freescale: ucc_geth: call of_node_put once
Rosen Penev
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
[next]