index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
freescale
Age
Commit message (
Expand
)
Author
Files
Lines
12 days
net: fec: only stop PTP if it was initialized
bui duc phuc
1
-2
/
+4
2026-08-24
net: enetc: restore RX ring congestion mode for ENETC v4
Wei Fang
1
-12
/
+4
2026-08-24
net: enetc: restore RX ring congestion mode after ring reconfiguration
Wei Fang
3
-27
/
+68
2026-08-17
net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tc
Eric Dumazet
1
-5
/
+7
2026-07-30
net: ethernet: remove conditional return with no effect
Sang-Heon Jeon
2
-10
/
+2
2026-07-27
net: enetc: use kzalloc_flex() for enetc_psfp_gate allocation
Wei Fang
1
-3
/
+1
2026-07-27
net: enetc: use alloc_etherdev_mqs() to create netdev for VF driver
Wei Fang
1
-1
/
+8
2026-07-27
net: enetc: remove redundant num_vsi field from enetc_port_caps
Wei Fang
3
-32
/
+68
2026-07-27
net: enetc: move enetc_set_si_vlan_promisc() to enetc_pf_common.c
Wei Fang
4
-31
/
+25
2026-07-27
net: enetc: refactor SI VLAN promiscuous mode configuration
Wei Fang
3
-26
/
+16
2026-07-27
net: enetc: open-code enetc4_set_default_si_vlan_promisc()
Wei Fang
1
-12
/
+3
2026-07-27
net: enetc: remove invalid code from enetc4_pl_mac_link_up()
Wei Fang
3
-40
/
+1
2026-07-27
net: enetc: differentiate phylink capabilities for pseudo-MAC and standalone MAC
Claudiu Manoil
3
-15
/
+32
2026-07-27
net: enetc: simplify enetc4_set_port_speed()
Wei Fang
2
-17
/
+10
2026-07-27
net: enetc: use PCI device name for debugfs directory
Wei Fang
1
-2
/
+1
2026-07-27
net: enetc: improve MAFT entry management with bitmap tracking
Wei Fang
3
-36
/
+94
2026-07-27
net: enetc: convert ndo_set_rx_mode() to ndo_set_rx_mode_async()
Wei Fang
2
-122
/
+58
2026-07-27
net: enetc: extract common helpers for MAC hash filter configuration
Wei Fang
4
-63
/
+73
2026-07-27
net: enetc: extract common helpers for MAC promiscuous mode setting
Wei Fang
7
-33
/
+56
2026-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+14
2026-07-22
net: dpaa: fix mode setting
Michael Walle
1
-5
/
+12
2026-07-21
dpaa2-eth: put MAC endpoint device on disconnect
Guangshuo Li
1
-0
/
+1
2026-07-21
dpaa2-switch: put MAC endpoint device on disconnect
Guangshuo Li
1
-0
/
+1
2026-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-2
/
+0
2026-07-02
Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux
Linus Torvalds
2
-2
/
+0
2026-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-1
/
+10
2026-07-03
Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)
Uwe Kleine-König (The Capable Hub)
2
-2
/
+0
2026-07-01
dpaa2-switch: add support for imprecise source port
Ioana Ciornei
2
-2
/
+16
2026-07-01
dpaa2-switch: trap all link local reserved addresses to the CPU
Ioana Ciornei
1
-7
/
+6
2026-07-01
dpaa2-switch: offload port objects on an upper bond device
Ioana Ciornei
1
-28
/
+41
2026-07-01
dpaa2-switch: offload FDBs added on an upper bond device
Ioana Ciornei
2
-26
/
+225
2026-07-01
dpaa2-switch: add support for LAG offload
Ioana Ciornei
2
-12
/
+476
2026-07-01
dpaa2-switch: add LAG configuration API
Ioana Ciornei
3
-1
/
+107
2026-07-01
dpaa2-switch: consolidate unicast and multicast management
Ioana Ciornei
1
-12
/
+27
2026-07-01
dpaa2-switch: add dpaa2_switch_port_to_bridge_port() helper
Ioana Ciornei
1
-3
/
+20
2026-07-01
dpaa2-switch: check early if an FDB entry should be added
Ioana Ciornei
1
-4
/
+3
2026-07-01
dpaa2-switch: create a separate dpaa2_switch_port_fdb_event() function
Ioana Ciornei
1
-7
/
+21
2026-07-01
dpaa2-switch: extend the FDB management to cover bond scenarios
Ioana Ciornei
1
-10
/
+25
2026-07-01
dpaa2-switch: avoid holding rtnl_lock in dpaa2_switch_event_work()
Ioana Ciornei
1
-2
/
+8
2026-07-01
dpaa2-switch: remove unnecessary dev_mc_add/dev_mc_del calls
Ioana Ciornei
1
-48
/
+2
2026-06-30
net: gianfar: dispose irq mappings on probe failure and device removal
Rosen Penev
1
-5
/
+11
2026-06-30
fsl/fman: Free init resources on KeyGen failure in fman_init()
Haoxiang Li
1
-1
/
+3
2026-06-29
net: gianfar: dispose irq mappings on probe failure and device removal
Rosen Penev
1
-5
/
+11
2026-06-27
net: enetc: check the number of BDs needed for xdp_frame
Wei Fang
1
-0
/
+7
2026-06-25
net: enetc: fix potential divide-by-zero when num_vsi is zero
Wei Fang
1
-0
/
+3
2026-06-21
dpaa2-switch: do not accept VLAN uppers while bridged
Ioana Ciornei
1
-0
/
+8
2026-06-18
dpaa2-switch: fix VLAN upper check not rejecting bridge join
Ioana Ciornei
1
-1
/
+1
2026-06-15
net: enetc: add helpers to set/clear table bitmap
Wei Fang
1
-0
/
+24
2026-06-15
net: enetc: add "Update" operation to the egress count table
Wei Fang
1
-0
/
+45
2026-06-15
net: enetc: add interfaces to manage egress treatment table
Wei Fang
2
-0
/
+114
[next]