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
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-22
net: sparx5: fix sleep in atomic context in MAC table access
Daniel Machon
1
-3
/
+8
2026-08-22
net: microchip: vcap: use port number instead of netdev name for debugfs
Daniel Machon
3
-2
/
+38
2026-08-04
net: microchip: vcap api: Fix possible memory leak in vcap_decode_rule()
Abdun Nihaal
1
-3
/
+6
2026-07-30
net: lan743x: add support for RMII interface
Thangaraj Samynathan
2
-2
/
+24
2026-07-30
net: lan743x: add RMII strap status detection for PCI11x1x
Thangaraj Samynathan
2
-2
/
+13
2026-07-21
net: ethernet: oa_tc6: add OA_TC6_BROKEN_PHY quirk flag
Ciprian Regus
1
-1
/
+1
2026-07-21
net: sparx5: configure TAS port link speed
Robert Marko
7
-0
/
+75
2026-07-05
net: microchip: vcap: fix races on the shared Super VCAP block
Jens Emil Schulz Østergaard
8
-42
/
+60
2026-06-30
net: lan743x: Initialize eth_syslock spinlock before use
Andrea Righi
1
-1
/
+1
2026-06-25
net: sparx5: unregister blocking notifier on init failure
Haoxiang Li
1
-1
/
+3
2026-06-09
net: lan966x: restore RX state on reload failure
Guangshuo Li
1
-0
/
+20
2026-06-05
net: microchip: sparx5: clean up PSFP resources on flower setup failure
Haoxiang Li
2
-6
/
+17
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+33
2026-06-02
net: lan743x: permit VLAN-tagged packets up to configured MTU
David Thompson
2
-0
/
+33
2026-06-01
net: lan743x: avoid netdev-based logging before netdev registration
David Thompson
1
-27
/
+21
2026-05-25
net: lan966x: cleanup error handling in lan966x_fdma_rx_alloc_page_pool()
Dan Carpenter
1
-4
/
+5
2026-05-08
net: lan966x: avoid unregistering netdev on register failure
Myeonghun Pak
1
-3
/
+5
2026-05-07
net: sparx5: configure serdes for 1000BASE-X in sparx5_port_init()
Daniel Machon
1
-1
/
+2
2026-05-07
net: sparx5: fix wrong chip ids for TSN SKUs
Daniel Machon
1
-5
/
+5
2026-04-12
net: lan743x: rename chip_rev to fpga_rev
Thangaraj Samynathan
1
-4
/
+4
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+24
2026-04-09
net: lan966x: fix use-after-free and leak in lan966x_fdma_reload()
David Carlier
1
-3
/
+18
2026-04-09
net: lan966x: fix page pool leak in error paths
David Carlier
1
-1
/
+4
2026-04-09
net: lan966x: fix page_pool error handling in lan966x_fdma_rx_alloc_page_pool()
David Carlier
1
-0
/
+2
2026-04-01
net: microchip: dead code cleanup in kconfig for FDMA
Julian Braha
1
-4
/
+0
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2026-03-24
net: lan743x: fix duplex configuration in mac_link_up
Thangaraj Samynathan
1
-0
/
+5
2026-03-20
net: lan743x: fix SGMII detection on PCI1xxxx B0+ during warm reset
Thangaraj Samynathan
2
-4
/
+12
2026-03-02
net: sparx5: replace sparx5_start() with sparx5_forwarding_init()
Daniel Machon
1
-8
/
+2
2026-03-02
net: sparx5: move FDMA/XTR initialization out of sparx5_start()
Daniel Machon
1
-46
/
+63
2026-03-02
net: sparx5: move PTP IRQ handling out of sparx5_start()
Daniel Machon
2
-23
/
+29
2026-03-02
net: sparx5: move remaining init functions from start() to probe()
Daniel Machon
1
-8
/
+4
2026-03-02
net: sparx5: move calendar initialization to probe
Daniel Machon
3
-12
/
+20
2026-03-02
net: sparx5: move stats initialization and add deinit function
Daniel Machon
3
-8
/
+20
2026-03-02
net: sparx5: move MAC table initialization and add deinit function
Daniel Machon
3
-33
/
+44
2026-03-02
net: sparx5: move VCAP initialization to probe
Daniel Machon
3
-8
/
+12
2026-03-02
net: sparx5: move netdev and notifier block registration to probe
Daniel Machon
1
-20
/
+21
2026-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-33
/
+28
2026-02-24
net: microchip: lan743x: add ethtool nway_reset support
Nicolai Buchwitz
1
-0
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2
-4
/
+2
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
12
-23
/
+23
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
15
-33
/
+30
2026-02-13
net: sparx5/lan969x: fix PTP clock max_adj value
Daniel Machon
1
-1
/
+1
2026-02-12
net: sparx5/lan969x: fix DWRR cost max to match hardware register width
Daniel Machon
1
-1
/
+1
2026-01-17
net: lan743x: convert to use .get_rx_ring_count
Breno Leitao
1
-10
/
+3
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+0
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2025-11-25
net: lan966x: Fix the initialization of taprio
Horatiu Vultur
1
-1
/
+4
2025-11-24
treewide: Drop pci_save_state() after pci_restore_state()
Lukas Wunner
1
-1
/
+0
2025-11-11
net: sparx5/lan969x: populate netdev of_node
Robert Marko
1
-0
/
+2
[next]