summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: b53: Report VLAN table occupancy via devlinkFlorian Fainelli2020-09-093-3/+66
* net: dsa: microchip: Implement recommended reset timingPaul Barker2020-09-091-1/+2
* net: dsa: microchip: Disable RGMII in-band status on KSZ9893Paul Barker2020-09-091-0/+3
* net: dsa: microchip: Improve phy mode messagePaul Barker2020-09-091-5/+15
* net: dsa: microchip: Make switch detection more informativePaul Barker2020-09-091-0/+3
* net: dsa: rtl8366rb: Switch to phylinkLinus Walleij2020-09-071-7/+37
* net: dsa: rtl8366rb: Support setting MTULinus Walleij2020-09-061-1/+37
* net: dsa: bcm_sf2: Ensure that MDIO diversion is usedFlorian Fainelli2020-09-051-2/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-048-9/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-033-3/+7
| |\
| | * net: dsa: mt7530: fix advertising unsupported 1000baseT_HalfLanden Chao2020-08-281-1/+1
| | * net: dsa: mt7530: Add of_node_put() before break and return statementsSumera Priyadarsini2020-08-251-1/+4
| | * net: ocelot: Add of_node_put() before return statementSumera Priyadarsini2020-08-241-0/+1
| | * net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...Nathan Chancellor2020-08-241-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-6/+6
| |/
* | net: dsa: bcm_sf2: recalculate switch clock rate based on portsFlorian Fainelli2020-09-032-2/+68
* | net: dsa: bcm_sf2: request and handle clocksFlorian Fainelli2020-09-032-2/+20
* | net: dsa: b53: Print err message on SW_RST timeoutPaul Barker2020-09-031-1/+4
* | net: dsa: b53: Use dev_{err,info} instead of pr_*Paul Barker2020-09-031-5/+5
* | net: dsa: rtl8366: Refactor VLAN/PVID initLinus Walleij2020-09-022-131/+146
* | net: dsa: rtl8366: Check validity of passed VLANsLinus Walleij2020-09-021-0/+6
* | net: dsa: mv88e6xxx: Fix W=1 warning with !CONFIG_OFAndrew Lunn2020-09-011-9/+2
* | net: dsa: ocelot: use the Lynx PCS helpers in Felix and SevilleIoana Ciornei2020-08-315-404/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-232-1/+3
|\|
| * net: dsa: b53: check for timeoutTom Rix2020-08-211-0/+2
| * net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-1/+1
* | net: dsa: mv88e6xxx: Use generic helper functionKurt Kanzenbach2020-08-191-46/+13
* | net: dsa: loop: Return VLAN table size through devlinkFlorian Fainelli2020-08-191-1/+54
* | net: dsa: loop: Configure VLANs while not filteringFlorian Fainelli2020-08-191-0/+1
|/
* net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean2020-08-051-11/+24
* net: dsa: loop: Set correct number of portsFlorian Fainelli2020-08-031-1/+1
* net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli2020-08-031-0/+17
* net: dsa: loop: Move data structures to headerFlorian Fainelli2020-08-031-31/+1
* net: dsa: loop: Support 4K VLANsFlorian Fainelli2020-08-031-4/+2
* net: dsa: loop: PVID should be per-portFlorian Fainelli2020-08-031-4/+4
* net: dsa: sja1105: poll for extts events from a timerVladimir Oltean2020-08-032-34/+50
* net: dsa: qca8k: Add 802.1q VLAN supportJonathan McDowell2020-08-032-0/+208
* net: dsa: qca8k: Add define for port VIDJonathan McDowell2020-08-032-5/+8
* net: dsa: rtl8366: Fix VLAN set-upLinus Walleij2020-07-281-7/+7
* net: dsa: rtl8366: Fix VLAN semanticsLinus Walleij2020-07-281-4/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-255-26/+43
|\
| * net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne2020-07-213-23/+23
| * net: dsa: mv88e6xxx: fix in-band AN link establishmentRussell King2020-07-192-3/+20
* | net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham2020-07-244-0/+31
* | net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham2020-07-241-0/+2
* | net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham2020-07-241-1/+0
* | net: dsa: qca8k: implement the port MTU callbacksJonathan McDowell2020-07-202-0/+34
* | net: dsa: felix: (re)use already existing constantsMichael Walle2020-07-191-33/+12
* | net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean2020-07-161-1/+0
* | net: dsa: felix: introduce support for Seville VSC9953 switchMaxim Kochetkov2020-07-136-16/+1149