Age | Commit message (Expand) | Author | Files | Lines |
2021-06-03 | net: dsa: fix a crash if ->get_sset_count() fails | Dan Carpenter | 1 | -2/+3 |
2021-01-23 | net: dsa: unbind all switches from tree when DSA master unbinds | Vladimir Oltean | 1 | -0/+10 |
2020-09-27 | net: dsa: allow drivers to request promiscuous mode on master | Vladimir Oltean | 1 | -1/+19 |
2020-07-24 | net: dsa: stop overriding master's ndo_get_phys_port_name | Vladimir Oltean | 1 | -12/+0 |
2020-07-21 | 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-07 | net: dsa: Do not leave DSA master with NULL netdev_ops | Florian Fainelli | 1 | -1/+2 |
2020-03-28 | 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-25 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -5/+0 |
2019-08-07 | 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-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2019-02-05 | net: dsa: Fix lockdep false positive splat | Marc Zyngier | 1 | -0/+4 |
2019-01-17 | net: dsa: Add ndo_get_phys_port_name() for CPU port | Florian Fainelli | 1 | -1/+55 |
2018-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+33 |
2018-12-09 | net: dsa: Make dsa_master_set_mtu() static | Andrew Lunn | 1 | -1/+1 |
2018-12-09 | 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-12-01 | 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-20 | net: dsa: move master ethtool code | Vivien Didelot | 1 | -0/+120 |