| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-24 | net: dsa: Use conduit and user terms | Florian Fainelli | 1 | -475/+0 |
| 2023-04-09 | net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub | Vladimir Oltean | 1 | -1/+1 |
| 2023-04-03 | net: create a netdev notifier for DSA to reject PTP on DSA master | Vladimir Oltean | 1 | -35/+15 |
| 2023-04-03 | net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreq | Vladimir Oltean | 1 | -1/+1 |
| 2023-02-02 | net: dsa: Use sysfs_emit() to instead of sprintf() | Bo Liu | 1 | -1/+1 |
| 2023-02-01 | netlink: provide an ability to set default extack message | Leon Romanovsky | 1 | -3/+1 |
| 2022-11-22 | net: dsa: rename dsa2.c back into dsa.c and create its header | Vladimir Oltean | 1 | -1/+1 |
| 2022-11-22 | net: dsa: move tagging protocol code to tag.{c,h} | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-22 | net: dsa: move headers exported by master.c to master.h | Vladimir Oltean | 1 | -0/+6 |
| 2022-11-22 | net: dsa: move headers exported by port.c to port.h | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-17 | net: dsa: autoload tag driver module on tagging protocol change | Vladimir Oltean | 1 | -2/+2 |
| 2022-11-17 | net: dsa: strip sysfs "tagging" string of trailing newline | Vladimir Oltean | 1 | -1/+12 |
| 2022-11-14 | net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims | Vladimir Oltean | 1 | -2/+1 |
| 2022-09-20 | net: dsa: allow masters to join a LAG | Vladimir Oltean | 1 | -0/+49 |
| 2022-09-20 | net: dsa: suppress device links to LAG DSA masters | Vladimir Oltean | 1 | -6/+8 |
| 2022-09-20 | net: dsa: suppress appending ethtool stats to LAG DSA masters | Vladimir Oltean | 1 | -0/+9 |
| 2022-08-23 | net: dsa: all DSA masters must be down when changing the tagging protocol | Vladimir Oltean | 1 | -1/+1 |
| 2022-08-22 | dsa: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-04-01 | Revert "net: dsa: stop updating master MTU from master.c" | Vladimir Oltean | 1 | -1/+24 |
| 2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
| 2022-02-19 | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held | Vladimir Oltean | 1 | -1/+6 |
| 2022-02-11 | net: dsa: remove lockdep class for DSA master address list | Vladimir Oltean | 1 | -4/+0 |
| 2022-01-06 | net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown} | Vladimir Oltean | 1 | -2/+2 |
| 2022-01-06 | net: dsa: stop updating master MTU from master.c | Vladimir Oltean | 1 | -24/+1 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -3/+3 |
| 2021-06-11 | net: dsa: generalize overhead for taggers that use both headers and trailers | Vladimir Oltean | 1 | -2/+4 |
| 2021-05-10 | net: dsa: fix a crash if ->get_sset_count() fails | Dan Carpenter | 1 | -2/+3 |
| 2021-01-29 | net: dsa: allow changing the tag protocol via the "tagging" device attribute | Vladimir Oltean | 1 | -1/+38 |
| 2021-01-12 | net: dsa: unbind all switches from tree when DSA master unbinds | Vladimir Oltean | 1 | -0/+10 |
| 2020-12-08 | net: dsa: print the MTU value that could not be set | Rasmus Villemoes | 1 | -3/+4 |
| 2020-09-26 | net: dsa: allow drivers to request promiscuous mode on master | Vladimir Oltean | 1 | -1/+19 |
| 2020-07-23 | net: dsa: stop overriding master's ndo_get_phys_port_name | Vladimir Oltean | 1 | -12/+0 |
| 2020-07-20 | net: dsa: Setup dsa_netdev_ops | Florian Fainelli | 1 | -39/+13 |
| 2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -0/+4 |
| 2020-05-06 | net: dsa: Do not leave DSA master with NULL netdev_ops | Florian Fainelli | 1 | -1/+2 |
| 2020-03-27 | net: dsa: configure the MTU for switch ports | Vladimir Oltean | 1 | -15/+6 |
| 2019-12-28 | net: dsa: Deny PTP on master if switch supports it | Vladimir Oltean | 1 | -0/+30 |
| 2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -5/+0 |
| 2019-08-06 | net: dsa: dump CPU port regs through master | Vivien Didelot | 1 | -0/+66 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
| 2019-02-04 | net: dsa: Fix lockdep false positive splat | Marc Zyngier | 1 | -0/+4 |
| 2019-01-16 | net: dsa: Add ndo_get_phys_port_name() for CPU port | Florian Fainelli | 1 | -1/+55 |
| 2018-12-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+33 |
| 2018-12-08 | net: dsa: Make dsa_master_set_mtu() static | Andrew Lunn | 1 | -1/+1 |
| 2018-12-08 | net: dsa: Restore MTU on master device on unload | Andrew Lunn | 1 | -0/+13 |
| 2018-12-06 | net: dsa: Set the master device's MTU to account for DSA overheads | Andrew Lunn | 1 | -0/+16 |
| 2018-11-30 | net: dsa: Fix tagging attribute location | Florian Fainelli | 1 | -1/+33 |
| 2018-04-27 | net: dsa: Allow providing PHY statistics from CPU port | Florian Fainelli | 1 | -5/+42 |
| 2018-04-27 | net: dsa: Pass stringset to ethtool operations | Florian Fainelli | 1 | -8/+13 |
| 2018-04-27 | net: dsa: Do not check for ethtool_ops validity | Florian Fainelli | 1 | -3/+3 |
| 2018-03-04 | dsa: Pass the port to get_sset_count() | Andrew Lunn | 1 | -2/+2 |
| 2017-11-09 | net: dsa: setup and teardown master device | Vivien Didelot | 1 | -2/+28 |
| 2017-10-01 | net: dsa: change dsa_ptr for a dsa_port | Vivien Didelot | 1 | -10/+5 |
| 2017-10-01 | net: dsa: use cpu_dp in master code | Vivien Didelot | 1 | -20/+22 |
| 2017-09-19 | net: dsa: move master ethtool code | Vivien Didelot | 1 | -0/+120 |