summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-09-10net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli3-3/+66
2020-09-09net: dsa: microchip: Implement recommended reset timingPaul Barker1-1/+2
2020-09-09net: dsa: microchip: Disable RGMII in-band status on KSZ9893Paul Barker1-0/+3
2020-09-09net: dsa: microchip: Improve phy mode messagePaul Barker1-5/+15
2020-09-09net: dsa: microchip: Make switch detection more informativePaul Barker1-0/+3
2020-09-07net: dsa: rtl8366rb: Switch to phylinkLinus Walleij1-7/+37
2020-09-06net: dsa: rtl8366rb: Support setting MTULinus Walleij1-1/+37
2020-09-05net: dsa: bcm_sf2: Ensure that MDIO diversion is usedFlorian Fainelli1-2/+29
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-9/+13
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+7
2020-09-04net: dsa: bcm_sf2: recalculate switch clock rate based on portsFlorian Fainelli2-2/+68
2020-09-04net: dsa: bcm_sf2: request and handle clocksFlorian Fainelli2-2/+20
2020-09-03net: dsa: b53: Print err message on SW_RST timeoutPaul Barker1-1/+4
2020-09-03net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker1-5/+5
2020-09-03net: dsa: rtl8366: Refactor VLAN/PVID initLinus Walleij2-131/+146
2020-09-03net: dsa: rtl8366: Check validity of passed VLANsLinus Walleij1-0/+6
2020-09-02net: dsa: mv88e6xxx: Fix W=1 warning with !CONFIG_OFAndrew Lunn1-9/+2
2020-08-31net: dsa: ocelot: use the Lynx PCS helpers in Felix and SevilleIoana Ciornei5-404/+40
2020-08-28net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao1-1/+1
2020-08-25net: dsa: mt7530: Add of_node_put() before break and return statementsSumera Priyadarsini1-1/+4
2020-08-25net: ocelot: Add of_node_put() before return statementSumera Priyadarsini1-0/+1
2020-08-25net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...Nathan Chancellor1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-6/+6
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+3
2020-08-21net: dsa: b53: check for timeoutTom Rix1-0/+2
2020-08-20net: dsa: mv88e6xxx: Use generic helper functionKurt Kanzenbach1-46/+13
2020-08-19net: dsa: loop: Return VLAN table size through devlinkFlorian Fainelli1-1/+54
2020-08-19net: dsa: loop: Configure VLANs while not filteringFlorian Fainelli1-0/+1
2020-08-19net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King1-1/+1
2020-08-05net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean1-11/+24
2020-08-04net: dsa: loop: Set correct number of portsFlorian Fainelli1-1/+1
2020-08-04net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli1-0/+17
2020-08-04net: dsa: loop: Move data structures to headerFlorian Fainelli1-31/+1
2020-08-04net: dsa: loop: Support 4K VLANsFlorian Fainelli1-4/+2
2020-08-04net: dsa: loop: PVID should be per-portFlorian Fainelli1-4/+4
2020-08-04net: dsa: sja1105: poll for extts events from a timerVladimir Oltean2-34/+50
2020-08-04net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2-0/+208
2020-08-04net: dsa: qca8k: Add define for port VIDJonathan McDowell2-5/+8
2020-07-29net: dsa: rtl8366: Fix VLAN set-upLinus Walleij1-7/+7
2020-07-29net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij1-4/+17
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-26/+43
2020-07-25net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham4-0/+31
2020-07-25net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham1-0/+2
2020-07-25net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-22net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne3-23/+23
2020-07-21net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2-0/+34
2020-07-20net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2-3/+20
2020-07-20net: dsa: felix: (re)use already existing constantsMichael Walle1-33/+12
2020-07-16net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean1-1/+0
2020-07-14net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov6-16/+1149