summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* | net: dsa: rtl8365mb: fix garbled commentAlvin Šipraga2021-11-291-1/+1
* | net: dsa: realtek-smi: don't log an error on EPROBE_DEFERAlvin Šipraga2021-11-291-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-265-140/+54
|\|
| * net: dsa: microchip: implement multi-bridge supportOleksij Rempel2021-11-264-133/+43
| * net: dsa: qca8k: fix MTU calculationRobert Marko2021-11-221-1/+5
| * net: dsa: qca8k: fix internal delay applied to the wrong PAD configAnsuel Smith2021-11-221-6/+6
* | net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean2021-11-252-2/+85
* | net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched"Colin Ian King2021-11-251-1/+1
* | net: dsa: qca8k: fix warning in LAG featureAnsuel Smith2021-11-241-2/+2
* | net: dsa: qca8k: add LAG supportAnsuel Smith2021-11-232-0/+210
* | net: dsa: qca8k: add support for mirror modeAnsuel Smith2021-11-232-0/+99
* | net: dsa: qca8k: add support for mdb_add/delAnsuel Smith2021-11-221-0/+99
* | net: dsa: qca8k: add set_ageing_time supportAnsuel Smith2021-11-222-0/+28
* | net: dsa: qca8k: add support for port fast agingAnsuel Smith2021-11-222-0/+12
* | net: dsa: qca8k: add additional MIB counter and make it dynamicAnsuel Smith2021-11-222-3/+24
* | net: dsa: qca8k: initial conversion to regmap helperAnsuel Smith2021-11-221-60/+47
* | net: dsa: qca8k: move regmap init in probe and set it mandatoryAnsuel Smith2021-11-221-6/+8
* | net: dsa: qca8k: remove extra mutex_init in qca8k_setupAnsuel Smith2021-11-221-2/+0
* | net: dsa: qca8k: convert to GENMASK/FIELD_PREP/FIELD_GETAnsuel Smith2021-11-222-121/+130
* | net: dsa: qca8k: remove redundant check in parse_port_configAnsuel Smith2021-11-221-1/+1
* | net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang2021-11-181-30/+160
* | net: dsa: felix: use vcap policer to set flow meter for psfpXiaoliang Yang2021-11-181-1/+31
* | net: mscc: ocelot: use index to set vcap policerXiaoliang Yang2021-11-184-0/+22
* | net: dsa: felix: add stream gate settings for psfpXiaoliang Yang2021-11-181-4/+213
* | net: dsa: felix: support psfp filter on vsc9959Xiaoliang Yang2021-11-181-10/+433
* | net: dsa: vsc73xxx: Make vsc73xx_remove() return voidUwe Kleine-König2021-11-152-4/+2
|/
* net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10Marek Behún2021-11-091-1/+4
* net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean2021-11-031-6/+3
* net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabledAnsuel Smith2021-11-032-0/+9
* net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean2021-10-251-5/+23
* net: dsa: b53: serialize access to the ARL tableVladimir Oltean2021-10-252-7/+30
* net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean2021-10-253-2/+13
* net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean2021-10-251-22/+59
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-256-129/+34
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-2411-54/+34
* net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean2021-10-241-5/+23
* net: dsa: b53: serialize access to the ARL tableVladimir Oltean2021-10-242-6/+35
* net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean2021-10-243-2/+13
* net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean2021-10-241-22/+59
* net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson2021-10-241-6/+6
* net: dsa: sja1105: Add of_node_put() before returnWan Jiabing2021-10-221-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-222-8/+2
|\
| * net: dsa: mt7530: correct ds->num_portsDENG Qingfang2021-10-181-7/+1
| * net: dsa: lantiq_gswip: fix register definitionAleksander Jan Bajkowski2021-10-181-1/+1
* | net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean2021-10-211-1/+2
* | net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith2021-10-201-30/+44
* | net: dsa: sja1105: parse {rx, tx}-internal-delay-ps properties for RGMII delaysVladimir Oltean2021-10-203-47/+107
* | net: dsa: qca8k: fix delay applied to wrong cpu in parse_port_configAnsuel Smith2021-10-181-1/+1
* | net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VCAlvin Šipraga2021-10-185-1/+1989
* | net: dsa: qca8k: move port config to dedicated structAnsuel Smith2021-10-152-16/+20