summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-11-02net: dsa: mt7530: remove unneeded semicolonTom Rix1-1/+1
2020-11-02net: dsa: felix: improve the workaround for multiple native VLANs on NPI portVladimir Oltean1-3/+11
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-1/+12
2020-10-30net: dsa: mv88e6xxx: fix vlan setupRussell King1-0/+1
2020-10-20net: dsa: bcm_sf2: make const array static, makes object smallerColin Ian King1-1/+1
2020-10-19net: dsa: seville: the packet buffer is 2 megabits, not megabytesMaxim Kochetkov1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2020-10-12net: dsa: microchip: fix race conditionChristian Eggers1-7/+9
2020-10-10net: dsa: rtl8366rb: Roof MTU for switchLinus Walleij3-5/+39
2020-10-09net: dsa: microchip: add ksz9563 to ksz9477 I2C driverChristian Eggers1-0/+1
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean2-0/+4
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-16/+40
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean15-31/+88
2020-10-04net: dsa: mv88e6xxx: Add per port devlink regionsAndrew Lunn1-4/+105
2020-10-03net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean1-5/+5
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang1-0/+1
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean4-0/+29
2020-10-02net: dsa: b53: Set untag_bridge_pvidFlorian Fainelli1-0/+1
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean2-25/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean3-3/+25
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean2-0/+100
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean2-0/+184
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean4-26/+28
2020-09-29net: dsa: seville: fix VCAP IS2 action widthVladimir Oltean1-1/+1
2020-09-29net: dsa: felix: fix incorrect action offsets for VCAP IS2Vladimir Oltean1-6/+6
2020-09-26net: dsa: tag_ocelot: use a short prefix on both ingress and egressVladimir Oltean3-9/+23
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-4/+25
2020-09-25net: dsa: sja1105: implement .devlink_info_getVladimir Oltean3-0/+21
2020-09-25net: dsa: sja1105: expose static config as devlink regionVladimir Oltean3-3/+124
2020-09-25net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean4-103/+132
2020-09-24net: dsa: microchip: really look for phy-mode in port nodesHelmut Grohne1-8/+12
2020-09-24net: dsa: felix: convert TAS link speed based on phylink speedXiaoliang Yang1-1/+21
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