aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-1/+4
2020-09-23net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli2-18/+2
2020-09-23net: dsa: bcm_sf2: Include address 0 for MDIO diversionFlorian Fainelli1-1/+1
2020-09-23net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU portFlorian Fainelli1-0/+11
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-43/+84
2020-09-21net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-21net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang1-8/+8
2020-09-21net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij1-1/+1
2020-09-21net: dsa: mt7530: Add some return-value checksAlex Dewar1-9/+22
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+6
2020-09-20net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij1-0/+3
2020-09-18net: dsa: mv88e6xxx: Implement devlink info get callbackAndrew Lunn3-0/+20
2020-09-18net: dsa: mv88e6xxx: Add devlink regionsAndrew Lunn4-1/+286
2020-09-18net: dsa: mv88e6xxx: Create helper for FIDs in useAndrew Lunn2-4/+18
2020-09-18net: dsa: mv88e6xxx: Move devlink code into its own fileAndrew Lunn4-254/+279
2020-09-18net: dsa: seville: build as separate moduleVladimir Oltean6-39/+29
2020-09-18net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean3-18/+20
2020-09-18net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean3-4/+19
2020-09-18net: dsa: felix: replace tabs with spacesVladimir Oltean3-13/+13
2020-09-18net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean1-6/+6
2020-09-18net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean1-11/+0
2020-09-18net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean2-0/+7
2020-09-18net: dsa: seville: first enable memories, then initialize themVladimir Oltean1-1/+1
2020-09-18net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean1-1/+0
2020-09-18net: dsa: felix: use ocelot_field_{read,write} helpers consistentlyVladimir Oltean1-3/+3
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean1-0/+3
2020-09-18net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean1-1/+4
2020-09-18net: dsa: seville: fix buffer size of the queue systemVladimir Oltean1-1/+1
2020-09-16net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer1-1/+1
2020-09-14net: dsa: mt7530: Add the support of MT7531 switchLanden Chao3-27/+1112
2020-09-14net: dsa: mt7530: Extend device data ready for adding a new hardwareLanden Chao2-74/+234
2020-09-14net: dsa: mt7530: Refine message in KconfigLanden Chao1-3/+3
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean2-90/+126
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-11/+4
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne4-17/+46
2020-09-09net: 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: rtl8366: Properly clear member configLinus Walleij1-7/+13
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-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-9/+13
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+7
2020-09-03net: dsa: bcm_sf2: recalculate switch clock rate based on portsFlorian Fainelli2-2/+68
2020-09-03net: 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