summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-09-26net: dsa: rtl8366: Properly clear member configLinus Walleij1-7/+13
2020-09-09Revert "net: dsa: microchip: set the correct number of ports"Sasha Levin2-6/+0
2020-09-09net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao1-1/+1
2020-08-26net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-08-19net: dsa: rtl8366: Fix VLAN set-upLinus Walleij1-7/+7
2020-08-19net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij1-4/+17
2020-08-19net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-29net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne3-23/+23
2020-07-22net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli1-0/+2
2020-07-22net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-16net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-06-24net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl1-1/+2
2020-06-07net: dsa: mt7530: set CPU port to fallback modeDENG Qingfang2-3/+14
2020-06-03net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang2-7/+3
2020-05-20net: dsa: loop: Add module soft dependencyFlorian Fainelli1-0/+1
2020-04-29net: dsa: b53: b53_arl_rw_op() needs to select IVL or SVLFlorian Fainelli2-0/+5
2020-04-29net: dsa: b53: Rework ARL bin logicFlorian Fainelli2-4/+29
2020-04-29net: dsa: b53: Fix ARL register definitionsFlorian Fainelli1-2/+2
2020-04-29net: dsa: b53: Fix valid setting for MDB entriesFlorian Fainelli1-1/+0
2020-04-29net: dsa: b53: Lookup VID in ARL searches when VLAN is enabledFlorian Fainelli1-0/+3
2020-04-23net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli1-6/+3
2020-04-21net: dsa: mt7530: move mt7623 settings out off the mt7530René van Dorst2-95/+0
2020-04-21net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware modeDENG Qingfang2-6/+19
2020-04-13net: dsa: mt7530: fix null pointer dereferencing in port5 setupChuanhong Guo1-0/+3
2020-04-13net: dsa: bcm_sf2: Ensure correct sub-node is parsedFlorian Fainelli1-1/+6
2020-04-13net: dsa: bcm_sf2: Do not register slave MDIO bus with OFFlorian Fainelli1-1/+1
2020-04-01net: dsa: mt7530: Change the LINK bit to reflect the link statusRené van Dorst1-2/+2
2020-03-18net: dsa: mv88e6xxx: fix lockup on warm bootRussell King1-1/+7
2020-03-12net: dsa: bcm_sf2: Forcibly configure IMP port for 1Gb/secFlorian Fainelli1-2/+1
2020-03-05net: dsa: b53: Ensure the default VID is untaggedFlorian Fainelli1-0/+3
2020-02-11net: dsa: microchip: enable module autoprobeRazvan Stefanescu1-0/+6
2020-02-11net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP portFlorian Fainelli1-1/+3
2020-02-11net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()Florian Fainelli1-1/+1
2020-01-23net: dsa: bcm_sf2: Configure IMP port for 2Gb/secFlorian Fainelli1-1/+1
2020-01-23net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean1-1/+1
2020-01-12net: dsa: mv88e6xxx: force cmode write on 6141/6341Baruch Siach1-6/+6
2020-01-12net: dsa: mv88e6xxx: Preserve priority when setting CPU port.Andrew Lunn2-0/+6
2020-01-04net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean2-6/+9
2020-01-04net: dsa: bcm_sf2: Fix IP fragment location and behaviorFlorian Fainelli1-3/+3
2019-12-31net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean1-0/+4
2019-12-31net: dsa: LAN9303: select REGMAP when LAN9303 enableMao Wenan1-0/+1
2019-12-31net: dsa: b53: Fix egress flooding settingsFlorian Fainelli1-5/+16
2019-12-05net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-11-15mv88e6xxx: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15mv88e6xxx: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-06net: dsa: bcm_sf2: Fix driver removalFlorian Fainelli1-2/+2
2019-11-02net: dsa: bcm_sf2: Fix IMP setup for port different than 8Florian Fainelli1-15/+21
2019-10-29net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann1-2/+2
2019-10-17net: dsa: microchip: Add shared regmap mutexMarek Vasut5-9/+28