summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbEAleksander Jan Bajkowski2021-01-071-3/+4
* net: dsa: fix led_classdev build errorsRandy Dunlap2021-01-061-0/+1
* net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register accessMartin Blumenstingl2021-01-041-17/+6
* net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYsMartin Blumenstingl2021-01-041-3/+1
* net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel2020-12-161-9/+24
* net: dsa: mv88e6xxx: don't set non-existing learn2all bit for 6220/6250Rasmus Villemoes2020-12-141-3/+10
* net: dsa: mt7530: enable MTU normalizationDENG Qingfang2020-12-121-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-113-7/+2
|\
| * net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2020-12-053-7/+2
* | net: dsa: simplify the return rtl8366_vlan_prepare()Zheng Yongjun2020-12-091-6/+1
* | net: mv88e6xxx: convert comma to semicolonZheng Yongjun2020-12-091-1/+1
* | net: dsa: mt7530: support setting ageing timeDENG Qingfang2020-12-082-0/+54
* | net: dsa: microchip: ksz8795: use num_vlans where possibleMichael Grzeschik2020-12-022-2/+1
* | net: dsa: microchip: ksz8795: use port_cnt instead of TOTOAL_PORT_NUMMichael Grzeschik2020-12-022-4/+2
* | net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik2020-12-024-16/+12
* | net: dsa: microchip: ksz8795: align port_cnt usage with other microchip driversMichael Grzeschik2020-12-021-5/+5
* | net: dsa: microchip: remove superfluous num_ports assignmentMichael Grzeschik2020-12-022-4/+0
* | net: dsa: microchip: ksz8795: use phy_port_cnt where possibleMichael Grzeschik2020-12-022-13/+10
* | net: dsa: microchip: ksz8795: use mib_cnt where possibleMichael Grzeschik2020-12-022-7/+5
* | net: dsa: microchip: ksz8795: use reg_mib_cnt where possibleMichael Grzeschik2020-12-022-4/+3
* | net: dsa: microchip: ksz8795: move variable assignments from detect to initMichael Grzeschik2020-12-021-6/+6
* | net: dsa: microchip: ksz8795: remove superfluous port_cnt assignmentMichael Grzeschik2020-12-021-2/+0
* | net: dsa: microchip: ksz8795: remove unused last_port variableMichael Grzeschik2020-12-022-2/+0
* | net: dsa: mv88e6xxx: Handle error in serdes_get_regsChris Packham2020-11-251-5/+9
* | net: dsa: mv88e6xxx: Add serdes interrupt support for MV88E6097Chris Packham2020-11-253-0/+54
* | net: dsa: mv88e6xxx: Support serdes ports on MV88E6097/6095/6185Chris Packham2020-11-253-0/+76
* | net: dsa: mv88e6xxx: Don't force link when using in-band-statusChris Packham2020-11-254-4/+74
* | net: dsa: microchip: ksz8795: setup SPI modeChristian Eggers2020-11-251-0/+6
* | net: dsa: microchip: ksz9477: setup SPI modeChristian Eggers2020-11-251-0/+6
* | net: dsa: microchip: support for "ethernet-ports" nodeChristian Eggers2020-11-251-1/+3
* | net: dsa: hellcreek: Don't print error message on deferKurt Kanzenbach2020-11-231-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-195-10/+94
|\|
| * net: dsa: mv88e6xxx: Wait for EEPROM done after HW resetAndrew Lunn2020-11-183-0/+34
| * net: lantiq: Wait for the GPHY firmware to be readyMartin Blumenstingl2020-11-161-0/+11
| * net: dsa: mv88e6xxx: Avoid VTU corruption on 6097Tobias Waldekranz2020-11-141-10/+49
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-1/+3
|\|
| * net: dsa: mv88e6xxx: Fix memleak in mv88e6xxx_region_atu_snapshotzhangxiaoxu2020-11-101-1/+3
* | net: dsa: mv88e6xxx: Add helper to get a chip's max_vidTobias Waldekranz2020-11-113-13/+18
* | net: dsa: fix unintended sign extension on a u16 left shiftColin Ian King2020-11-101-2/+2
* | net: dsa: mv88e6xxx: Export VTU as devlink regionTobias Waldekranz2020-11-094-3/+109
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-2/+2
|\|
| * net: dsa: qca8k: Fix port MTU settingJonathan McDowell2020-11-021-2/+2
* | net: dsa: hellcreek: Add PTP status LEDsKurt Kanzenbach2020-11-053-0/+156
* | net: dsa: hellcreek: Add support for hardware timestampingKamil Alkhouri2020-11-057-14/+616
* | net: dsa: hellcreek: Add PTP clock supportKamil Alkhouri2020-11-056-1/+435
* | net: dsa: Add DSA driver for Hirschmann Hellcreek switchesKurt Kanzenbach2020-11-056-0/+1515
* | net: dsa: mt7530: support setting MTUDENG Qingfang2020-11-042-0/+61
* | net: dsa: mt7530: remove unneeded semicolonTom Rix2020-11-021-1/+1
* | net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean2020-11-021-3/+11
* | net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-021-1/+12