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
/
dsa
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
net: dsa: b53: do not touch DLL_IQQD on bcm53115
Jonas Gorski
1
-3
/
+5
9 days
net: dsa: b53: allow RGMII for bcm63xx RGMII ports
Jonas Gorski
1
-0
/
+4
9 days
net: dsa: b53: do not configure bcm63xx's IMP port interface
Jonas Gorski
1
-14
/
+8
9 days
net: dsa: b53: do not enable RGMII delay on bcm63xx
Jonas Gorski
1
-18
/
+1
9 days
net: dsa: b53: do not enable EEE on bcm63xx
Jonas Gorski
1
-1
/
+4
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
26
-169
/
+764
2025-05-27
net: dsa: mt7530: Add AN7583 support
Christian Marangi
3
-6
/
+37
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
7
-15
/
+16
2025-05-26
net: dsa: microchip: Add SGMII port support to KSZ9477 switch
Tristram Ha
5
-7
/
+252
2025-05-20
net: phy: fixed_phy: remove irq argument from fixed_phy_register
Heiner Kallweit
1
-1
/
+1
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
7
-15
/
+16
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-33
/
+155
2025-05-13
net: dsa: b53: prevent standalone from trying to forward to other ports
Jonas Gorski
2
-0
/
+47
2025-05-13
net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switches
Oleksij Rempel
1
-28
/
+107
2025-05-12
net: dsa: b53: implement setting ageing time
Jonas Gorski
4
-0
/
+37
2025-05-12
net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENING
Vladimir Oltean
1
-5
/
+1
2025-05-09
net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
12
-83
/
+75
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-57
/
+154
2025-05-07
net: dsa: b53: do not set learning and unicast/multicast on up
Jonas Gorski
3
-8
/
+15
2025-05-07
net: dsa: b53: fix learning on VLAN unaware bridges
Jonas Gorski
1
-1
/
+1
2025-05-07
net: dsa: b53: fix toggling vlan_filtering
Jonas Gorski
2
-31
/
+75
2025-05-07
net: dsa: b53: do not program vlans when vlan filtering is off
Jonas Gorski
1
-20
/
+28
2025-05-07
net: dsa: b53: do not allow to configure VLAN 0
Jonas Gorski
1
-9
/
+27
2025-05-07
net: dsa: b53: always rejoin default untagged VLAN on bridge leave
Jonas Gorski
1
-5
/
+5
2025-05-07
net: dsa: b53: fix VLAN ID for untagged vlan on bridge leave
Jonas Gorski
1
-1
/
+2
2025-05-07
net: dsa: b53: fix flushing old pvid VLAN on pvid change
Jonas Gorski
1
-1
/
+1
2025-05-07
net: dsa: b53: fix clearing PVID of a port
Jonas Gorski
1
-2
/
+11
2025-05-07
net: dsa: b53: keep CPU port always tagged again
Jonas Gorski
1
-0
/
+8
2025-05-07
net: dsa: b53: allow leaky reserved multicast
Jonas Gorski
1
-2
/
+4
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2025-04-29
net: dsa: felix: fix broken taprio gate states after clock jump
Vladimir Oltean
1
-1
/
+4
2025-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2025-04-23
net: dsa: mt7530: sync driver-specific behavior of MT7531 variants
Daniel Golle
1
-3
/
+3
2025-04-22
net: dsa: rzn1_a5psw: Make the read-only array offsets static const
Colin Ian King
1
-2
/
+3
2025-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-2
/
+24
2025-04-16
net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported
Vladimir Oltean
1
-1
/
+12
2025-04-16
net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered
Vladimir Oltean
1
-1
/
+2
2025-04-16
net: b53: enable BPDU reception for management port
Jonas Gorski
1
-0
/
+10
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
1
-4
/
+0
2025-04-15
net: ptp: introduce .supported_extts_flags to ptp_clock_info
Jacob Keller
2
-14
/
+7
2025-04-15
net: dsa: mt7530: implement .get_stats64
Christian Marangi
1
-0
/
+46
2025-04-15
net: dsa: mt7530: move remaining MIB counter to define
Christian Marangi
2
-9
/
+18
2025-04-15
net: dsa: mt7530: move pkt stats and err MIB counter to eth_mac stats API
Christian Marangi
2
-14
/
+70
2025-04-15
net: dsa: mt7530: move pause MIB counter to eth_ctrl stats API
Christian Marangi
2
-2
/
+15
2025-04-15
net: dsa: mt7530: move pkt size and rx err MIB counter to rmon stats API
Christian Marangi
2
-16
/
+72
2025-04-15
net: dsa: mt7530: generalize read port stats logic
Christian Marangi
1
-8
/
+18
2025-04-14
net: dsa: microchip: add ETS scheduler support for KSZ88x3 switches
Oleksij Rempel
2
-3
/
+113
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-4
/
+4
2025-04-03
net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroy
David Oberhollenzer
2
-4
/
+10
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-249
/
+72
[next]