summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2021-12-01net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393XMarek Behún
2021-11-29net: dsa: felix: fix flexible_array.cocci warningskernel test robot
2021-11-29net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac...Colin Foster
2021-11-29net: dsa: ocelot: seville: utilize of_mdiobus_registerColin Foster
2021-11-29net: dsa: rtl8365mb: set RGMII RX delay in steps of 0.3 nsAlvin Šipraga
2021-11-29net: dsa: rtl8365mb: fix garbled commentAlvin Šipraga
2021-11-29net: dsa: realtek-smi: don't log an error on EPROBE_DEFERAlvin Šipraga
2021-11-29net: dsa: realtek-smi: fix indirect reg access for ports>3Luiz Angelo Daros de Luca
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean
2021-11-25net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"Colin Ian King
2021-11-24net: dsa: qca8k: fix warning in LAG featureAnsuel Smith
2021-11-23net: dsa: qca8k: add LAG supportAnsuel Smith
2021-11-23net: dsa: qca8k: add support for mirror modeAnsuel Smith
2021-11-22net: dsa: qca8k: add support for mdb_add/delAnsuel Smith
2021-11-22net: dsa: qca8k: add set_ageing_time supportAnsuel Smith
2021-11-22net: dsa: qca8k: add support for port fast agingAnsuel Smith
2021-11-22net: dsa: qca8k: add additional MIB counter and make it dynamicAnsuel Smith
2021-11-22net: dsa: qca8k: initial conversion to regmap helperAnsuel Smith
2021-11-22net: dsa: qca8k: move regmap init in probe and set it mandatoryAnsuel Smith
2021-11-22net: dsa: qca8k: remove extra mutex_init in qca8k_setupAnsuel Smith
2021-11-22net: dsa: qca8k: convert to GENMASK/FIELD_PREP/FIELD_GETAnsuel Smith
2021-11-22net: dsa: qca8k: remove redundant check in parse_port_configAnsuel Smith
2021-11-22net: dsa: qca8k: fix MTU calculationRobert Marko
2021-11-22net: dsa: qca8k: fix internal delay applied to the wrong PAD configAnsuel Smith
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang
2021-11-18net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang
2021-11-18net: dsa: felix: add stream gate settings for psfpXiaoliang Yang
2021-11-18net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang
2021-11-15net: dsa: vsc73xxx: Make vsc73xx_remove() return voidUwe Kleine-König
2021-11-09net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10Marek Behún
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean
2021-11-03net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabledAnsuel Smith
2021-10-25net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean
2021-10-25net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean
2021-10-25net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson
2021-10-24net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean
2021-10-24net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean
2021-10-24net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson
2021-10-22net: dsa: sja1105: Add of_node_put() before returnWan Jiabing
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean
2021-10-20net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith