summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorLines
2020-12-16net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel-9/+24
2020-12-14net: dsa: mv88e6xxx: don't set non-existing learn2all bit for 6220/6250Rasmus Villemoes-3/+10
2020-12-12net: dsa: mt7530: enable MTU normalizationDENG Qingfang-0/+2
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+2
2020-12-09net: dsa: simplify the return rtl8366_vlan_prepare()Zheng Yongjun-6/+1
2020-12-09net: mv88e6xxx: convert comma to semicolonZheng Yongjun-1/+1
2020-12-08net: dsa: mt7530: support setting ageing timeDENG Qingfang-0/+54
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean-7/+2
2020-12-02net: dsa: microchip: ksz8795: use num_vlans where possibleMichael Grzeschik-2/+1
2020-12-02net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik-4/+2
2020-12-02net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik-16/+12
2020-12-02net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik-5/+5
2020-12-02net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik-4/+0
2020-12-02net: dsa: microchip: ksz8795: use phy_port_cnt where possibleMichael Grzeschik-13/+10
2020-12-02net: dsa: microchip: ksz8795: use mib_cnt where possibleMichael Grzeschik-7/+5
2020-12-02net: dsa: microchip: ksz8795: use reg_mib_cnt where possibleMichael Grzeschik-4/+3
2020-12-02net: dsa: microchip: ksz8795: move variable assignments from detect to initMichael Grzeschik-6/+6
2020-12-02net: dsa: microchip: ksz8795: remove superfluous port_cnt assignmentMichael Grzeschik-2/+0
2020-12-02net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik-2/+0
2020-11-25net: dsa: mv88e6xxx: Handle error in serdes_get_regsChris Packham-5/+9
2020-11-25net: dsa: mv88e6xxx: Add serdes interrupt support for MV88E6097Chris Packham-0/+54
2020-11-25net: dsa: mv88e6xxx: Support serdes ports on MV88E6097/6095/6185Chris Packham-0/+76
2020-11-25net: dsa: mv88e6xxx: Don't force link when using in-band-statusChris Packham-4/+74
2020-11-25net: dsa: microchip: ksz8795: setup SPI modeChristian Eggers-0/+6
2020-11-25net: dsa: microchip: ksz9477: setup SPI modeChristian Eggers-0/+6
2020-11-25net: dsa: microchip: support for "ethernet-ports" nodeChristian Eggers-1/+3
2020-11-23net: dsa: hellcreek: Don't print error message on deferKurt Kanzenbach-1/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+94
2020-11-18net: dsa: mv88e6xxx: Wait for EEPROM done after HW resetAndrew Lunn-0/+34
2020-11-16net: lantiq: Wait for the GPHY firmware to be readyMartin Blumenstingl-0/+11
2020-11-14net: dsa: mv88e6xxx: Avoid VTU corruption on 6097Tobias Waldekranz-10/+49
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+3
2020-11-11net: dsa: mv88e6xxx: Add helper to get a chip's max_vidTobias Waldekranz-13/+18
2020-11-10net: dsa: mv88e6xxx: Fix memleak in mv88e6xxx_region_atu_snapshotzhangxiaoxu-1/+3
2020-11-10net: dsa: fix unintended sign extension on a u16 left shiftColin Ian King-2/+2
2020-11-09net: dsa: mv88e6xxx: Export VTU as devlink regionTobias Waldekranz-3/+109
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2020-11-05net: dsa: hellcreek: Add PTP status LEDsKurt Kanzenbach-0/+156
2020-11-05net: dsa: hellcreek: Add support for hardware timestampingKamil Alkhouri-14/+616
2020-11-05net: dsa: hellcreek: Add PTP clock supportKamil Alkhouri-1/+435
2020-11-05net: dsa: Add DSA driver for Hirschmann Hellcreek switchesKurt Kanzenbach-0/+1515
2020-11-04net: dsa: mt7530: support setting MTUDENG Qingfang-0/+61
2020-11-02net: dsa: mt7530: remove unneeded semicolonTom Rix-1/+1
2020-11-02net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean-3/+11
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean-1/+12
2020-11-02net: dsa: qca8k: Fix port MTU settingJonathan McDowell-2/+2
2020-10-30net: dsa: mv88e6xxx: fix vlan setupRussell King-0/+1
2020-10-20net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King-1/+1
2020-10-19net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+9