summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean2020-09-263-9/+23
* net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-261-4/+25
* net: dsa: sja1105: implement .devlink_info_getVladimir Oltean2020-09-263-0/+21
* net: dsa: sja1105: expose static config as devlink regionVladimir Oltean2020-09-263-3/+124
* net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean2020-09-264-103/+132
* net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-251-1/+4
* net: dsa: b53: Configure VLANs while not filteringFlorian Fainelli2020-09-242-18/+2
* net: dsa: bcm_sf2: Include address 0 for MDIO diversionFlorian Fainelli2020-09-241-1/+1
* net: dsa: bcm_sf2: Disallow port 5 to be a DSA CPU portFlorian Fainelli2020-09-241-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-238-43/+84
|\
| * net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-221-8/+8
| * net: dsa: felix: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesXiaoliang Yang2020-09-221-8/+8
| * net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean2020-09-181-0/+3
| * net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean2020-09-181-1/+4
| * net: dsa: seville: fix buffer size of the queue systemVladimir Oltean2020-09-181-1/+1
| * net: dsa: microchip: ksz8795: really set the correct number of portsMatthias Schiffer2020-09-171-1/+1
| * net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne2020-09-104-17/+46
| * net: dsa: rtl8366: Properly clear member configLinus Walleij2020-09-061-7/+13
* | net: dsa: rtl8366rb: Support all 4096 VLANsLinus Walleij2020-09-211-1/+1
* | net: dsa: mt7530: Add some return-value checksAlex Dewar2020-09-211-9/+22
* | net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean2020-09-211-1/+6
* | net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij2020-09-201-0/+3
* | net: dsa: mv88e6xxx: Implement devlink info get callbackAndrew Lunn2020-09-193-0/+20
* | net: dsa: mv88e6xxx: Add devlink regionsAndrew Lunn2020-09-194-1/+286
* | net: dsa: mv88e6xxx: Create helper for FIDs in useAndrew Lunn2020-09-192-4/+18
* | net: dsa: mv88e6xxx: Move devlink code into its own fileAndrew Lunn2020-09-194-254/+279
* | net: dsa: seville: build as separate moduleVladimir Oltean2020-09-196-39/+29
* | net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean2020-09-193-18/+20
* | net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean2020-09-193-4/+19
* | net: dsa: felix: replace tabs with spacesVladimir Oltean2020-09-193-13/+13
* | net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean2020-09-191-6/+6
* | net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean2020-09-191-11/+0
* | net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean2020-09-192-0/+7
* | net: dsa: seville: first enable memories, then initialize themVladimir Oltean2020-09-191-1/+1
* | net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean2020-09-191-1/+0
* | net: dsa: felix: use ocelot_field_{read,write} helpers consistentlyVladimir Oltean2020-09-191-3/+3
* | net: dsa: mt7530: Add the support of MT7531 switchLanden Chao2020-09-153-27/+1112
* | net: dsa: mt7530: Extend device data ready for adding a new hardwareLanden Chao2020-09-152-74/+234
* | net: dsa: mt7530: Refine message in KconfigLanden Chao2020-09-151-3/+3
* | net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-122-90/+126
* | net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-121-11/+4
* | 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-058-9/+13
|\|