Age | Commit message (Expand) | Author | Files | Lines |
2019-03-04 | net: dsa: microchip: add KSZ9893 switch support | Tristram Ha | 3 | -15/+235 |
2019-02-25 | dsa: Remove phydev parameter from disable_port call | Andrew Lunn | 2 | -2/+2 |
2019-02-25 | net: dsa: microchip: add port_cleanup function | Tristram Ha | 4 | -0/+31 |
2019-02-25 | net: dsa: microchip: remove unnecessary include headers | Tristram Ha | 1 | -4/+0 |
2019-02-25 | net: dsa: microchip: get port link status | Tristram Ha | 3 | -0/+17 |
2019-02-25 | net: dsa: microchip: add MIB counter reading support | Tristram Ha | 4 | -48/+205 |
2019-02-25 | net: dsa: microchip: prepare PHY for proper advertisement | Tristram Ha | 3 | -3/+17 |
2019-02-11 | net: dsa: microchip: add switch offload forwarding support | Tristram Ha | 1 | -3/+4 |
2019-01-04 | net: dsa: microchip: Drop unused GPIO includes | Linus Walleij | 1 | -2/+0 |
2018-12-21 | net: dsa: microchip: fix unicast frame leak | Tristram Ha | 1 | -4/+4 |
2018-12-17 | net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 | Tristram Ha | 2 | -2/+2 |
2018-12-10 | net: dsa: ksz: Add reset GPIO handling | Marek Vasut | 2 | -0/+19 |
2018-11-21 | net: dsa: microchip: rename ksz_9477_reg.h to ksz9477_reg.h | Tristram Ha | 3 | -2/+2 |
2018-11-21 | net: dsa: microchip: break KSZ9477 DSA driver into two files | Tristram Ha | 8 | -1242/+1903 |
2018-11-21 | net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.c | Tristram Ha | 3 | -8/+8 |
2018-11-21 | net: dsa: microchip: rename some functions with ksz9477 prefix | Tristram Ha | 1 | -57/+59 |
2018-11-21 | net: dsa: microchip: clean up code | Tristram Ha | 1 | -4/+4 |
2018-11-21 | net: dsa: microchip: replace license with GPL | Tristram Ha | 4 | -54/+10 |
2018-11-03 | net: dsa: microchip: initialize mutex before use | Tristram Ha | 1 | -5/+5 |
2018-08-16 | net: dsa: add support for ksz9897 ethernet switch | Lad, Prabhakar | 2 | -0/+10 |
2018-04-27 | net: dsa: Pass stringset to ethtool operations | Florian Fainelli | 1 | -2/+9 |
2018-03-04 | dsa: Pass the port to get_sset_count() | Andrew Lunn | 1 | -1/+1 |
2017-12-03 | net: dsa: remove trans argument from mdb ops | Vivien Didelot | 1 | -4/+2 |
2017-12-03 | net: dsa: remove trans argument from vlan ops | Vivien Didelot | 1 | -4/+2 |
2017-11-13 | net: dsa: Pass a port to get_tag_protocol() | Florian Fainelli | 1 | -1/+2 |
2017-08-08 | net: dsa: Move FDB dump implementation inside DSA | Arkadi Sharshevsky | 1 | -14/+6 |
2017-08-08 | net: dsa: Remove support for MDB dump from DSA's drivers | Arkadi Sharshevsky | 1 | -9/+0 |
2017-08-08 | net: dsa: Remove support for vlan dump from DSA's drivers | Arkadi Sharshevsky | 1 | -41/+0 |
2017-08-08 | net: dsa: Remove prepare phase for FDB | Arkadi Sharshevsky | 1 | -14/+10 |
2017-08-08 | net: dsa: Change DSA slave FDB API to be switchdev independent | Arkadi Sharshevsky | 1 | -18/+16 |
2017-06-01 | dsa: add DSA switch driver for Microchip KSZ9477 | Woojung Huh | 6 | -0/+3395 |