index
:
linux/linux-stable.git
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.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
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
master.c
Age
Commit message (
Expand
)
Author
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2021-05-10
net: dsa: fix a crash if ->get_sset_count() fails
Dan Carpenter
2021-01-29
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
2021-01-12
net: dsa: unbind all switches from tree when DSA master unbinds
Vladimir Oltean
2020-12-08
net: dsa: print the MTU value that could not be set
Rasmus Villemoes
2020-09-26
net: dsa: allow drivers to request promiscuous mode on master
Vladimir Oltean
2020-07-23
net: dsa: stop overriding master's ndo_get_phys_port_name
Vladimir Oltean
2020-07-20
net: dsa: Setup dsa_netdev_ops
Florian Fainelli
2020-06-09
net: change addr_list_lock back to static key
Cong Wang
2020-05-06
net: dsa: Do not leave DSA master with NULL netdev_ops
Florian Fainelli
2020-03-27
net: dsa: configure the MTU for switch ports
Vladimir Oltean
2019-12-28
net: dsa: Deny PTP on master if switch supports it
Vladimir Oltean
2019-10-24
net: core: add generic lockdep keys
Taehee Yoo
2019-08-06
net: dsa: dump CPU port regs through master
Vivien Didelot
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-04
net: dsa: Fix lockdep false positive splat
Marc Zyngier
2019-01-16
net: dsa: Add ndo_get_phys_port_name() for CPU port
Florian Fainelli
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-08
net: dsa: Make dsa_master_set_mtu() static
Andrew Lunn
2018-12-08
net: dsa: Restore MTU on master device on unload
Andrew Lunn
2018-12-06
net: dsa: Set the master device's MTU to account for DSA overheads
Andrew Lunn
2018-11-30
net: dsa: Fix tagging attribute location
Florian Fainelli
2018-04-27
net: dsa: Allow providing PHY statistics from CPU port
Florian Fainelli
2018-04-27
net: dsa: Pass stringset to ethtool operations
Florian Fainelli
2018-04-27
net: dsa: Do not check for ethtool_ops validity
Florian Fainelli
2018-03-04
dsa: Pass the port to get_sset_count()
Andrew Lunn
2017-11-09
net: dsa: setup and teardown master device
Vivien Didelot
2017-10-01
net: dsa: change dsa_ptr for a dsa_port
Vivien Didelot
2017-10-01
net: dsa: use cpu_dp in master code
Vivien Didelot
2017-09-19
net: dsa: move master ethtool code
Vivien Didelot