aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean2021-02-123-11/+219
* net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2021-02-121-0/+22
* net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean2021-02-121-0/+2
* net: dsa: felix: restore multicast flood to CPU when NPI tagger reinitializesVladimir Oltean2021-02-121-0/+1
* net: dsa: act as passthrough for bridge port flagsVladimir Oltean2021-02-126-102/+231
* net: dsa: xrs700x: add HSR offloading supportGeorge McCollister2021-02-112-0/+126
* net: dsa: xrs700x: use of_match_ptr() on xrs700x_mdio_dt_idsGeorge McCollister2021-02-111-1/+2
* net: dsa: xrs700x: fix unused warning for of_device_idGeorge McCollister2021-02-112-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+16
|\
| * net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean2021-02-091-1/+16
* | net: dsa: felix: propagate the LAG offload ops towards the ocelot libVladimir Oltean2021-02-061-0/+32
* | net: dsa: xrs700x: Correctly address device over I2CTobias Waldekranz2021-02-041-17/+14
* | net: dsa: bcm_sf2: Check egress tagging of CFP rule with proper accessorVladimir Oltean2021-02-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-1/+5
|\|
| * net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_addDENG Qingfang2021-02-011-1/+5
* | net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2021-02-012-7/+40
* | net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach2021-02-012-0/+64
* | net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2021-01-292-1/+337
* | net: dsa: add a second tagger for Ocelot switches based on tag_8021qVladimir Oltean2021-01-291-0/+2
* | net: dsa: felix: convert to the new .change_tag_protocol DSA APIVladimir Oltean2021-01-294-35/+154
* | net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean2021-01-291-4/+4
* | net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach2021-01-291-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-283-14/+28
|\|
| * net: dsa: bcm_sf2: put device node before returnPan Bian2021-01-231-2/+6
| * net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut2021-01-201-1/+1
| * net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut2021-01-202-11/+21
* | net: dsa: rtl8366rb: standardize init jam tablesLorenzo Carletti2021-01-271-134/+139
* | net: dsa: mv88e6xxx: Make global2 support mandatoryAndrew Lunn2021-01-274-213/+3
* | net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250Rasmus Villemoes2021-01-263-32/+5
* | net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250Rasmus Villemoes2021-01-263-37/+3
* | net: dsa: mt7530: MT7530 optional GPIO supportDENG Qingfang2021-01-252-0/+130
* | net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach2021-01-232-2/+318
* | net: dsa: mv88e6xxx: Remove bogus Kconfig dependency.Richard Cochran2021-01-231-1/+0
* | net: dsa: Fix off by one in dsa_loop_port_vlan_add()Dan Carpenter2021-01-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-202-1/+5
|\|
| * net: dsa: b53: fix an off by one in checking "vlan->vid"Dan Carpenter2021-01-191-1/+1
| * net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnextRasmus Villemoes2021-01-181-0/+4
* | net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean2021-01-151-0/+118
* | net: mscc: ocelot: export NUM_TC constant from felix to common switch libVladimir Oltean2021-01-154-4/+4
* | net: dsa: felix: perform teardown in reverse order of setupVladimir Oltean2021-01-151-5/+5
* | net: dsa: felix: reindent struct dsa_switch_opsVladimir Oltean2021-01-151-37/+37
* | net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean2021-01-152-0/+36
* | net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2021-01-154-4/+0
* | net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-1513-15/+12
* | net: dsa: mv88e6xxx: Only allow LAG offload on supported hardwareTobias Waldekranz2021-01-152-1/+10
* | net: dsa: mv88e6xxx: Provide dummy implementations for trunk settersTobias Waldekranz2021-01-151-0/+12
* | net: dsa: add Arrow SpeedChips XRS700x driverGeorge McCollister2021-01-159-0/+1213
* | net: dsa: mv88e6xxx: Link aggregation supportTobias Waldekranz2021-01-145-5/+330
* | net: dsa: qca: ar9331: export stats64Oleksij Rempel2021-01-121-1/+162
* | net: dsa: felix: the switch does not support DMAVladimir Oltean2021-01-111-13/+1