aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2021-02-11net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2-0/+126
2021-02-11net: dsa: xrs700x: use of_match_ptr() on xrs700x_mdio_dt_idsGeorge McCollister1-1/+2
2021-02-11net: dsa: xrs700x: fix unused warning for of_device_idGeorge McCollister2-2/+2
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+16
2021-02-09net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean1-1/+16
2021-02-06net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean1-0/+32
2021-02-04net: dsa: xrs700x: Correctly address device over I2CTobias Waldekranz1-17/+14
2021-02-04net: dsa: bcm_sf2: Check egress tagging of CFP rule with proper accessorVladimir Oltean1-1/+1
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2021-02-01net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2-7/+40
2021-02-01net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach2-0/+64
2021-02-01net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_addDENG Qingfang1-1/+5
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2-1/+337
2021-01-29net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean1-0/+2
2021-01-29net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean4-35/+154
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean1-4/+4
2021-01-29net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach1-0/+1
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-14/+28
2021-01-27net: dsa: rtl8366rb: standardize init jam tablesLorenzo Carletti1-134/+139
2021-01-27net: dsa: mv88e6xxx: Make global2 support mandatoryAndrew Lunn4-213/+3
2021-01-26net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250Rasmus Villemoes3-32/+5
2021-01-26net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250Rasmus Villemoes3-37/+3
2021-01-25net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang2-0/+130
2021-01-23net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach2-2/+318
2021-01-23net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.Richard Cochran1-1/+0
2021-01-23net: dsa: bcm_sf2: put device node before returnPan Bian1-2/+6
2021-01-20net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut1-1/+1
2021-01-20net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut2-11/+21
2021-01-20net: dsa: Fix off by one in dsa_loop_port_vlan_add()Dan Carpenter1-1/+1
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2021-01-19net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter1-1/+1
2021-01-18net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnextRasmus Villemoes1-0/+4
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean1-0/+118
2021-01-15net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean4-4/+4
2021-01-15net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean1-5/+5
2021-01-15net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean1-37/+37
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2-0/+36
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean4-4/+0
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean13-15/+12
2021-01-15net: dsa: mv88e6xxx: Only allow LAG offload on supported hardwareTobias Waldekranz2-1/+10
2021-01-15net: dsa: mv88e6xxx: Provide dummy implementations for trunk settersTobias Waldekranz1-0/+12
2021-01-15net: dsa: add Arrow SpeedChips XRS700x driverGeorge McCollister9-0/+1213
2021-01-14net: dsa: mv88e6xxx: Link aggregation supportTobias Waldekranz5-5/+330
2021-01-12net: dsa: qca: ar9331: export stats64Oleksij Rempel1-1/+162
2021-01-11net: dsa: felix: the switch does not support DMAVladimir Oltean1-13/+1
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean19-164/+130
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean11-85/+42
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean16-93/+30
2021-01-11net: dsa: mv88e6xxx: deny vid 0 on the CPU port and DSA links tooVladimir Oltean1-6/+3
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean13-380/+262