| Commit message (Expand) | Author | Age | Files | Lines |
* | net: dsa: lantiq: convert to phylink_generic_validate() | Russell King (Oracle) | 2021-12-01 | 1 | -82/+38 |
* | net: dsa: hellcreek: convert to phylink_generic_validate() | Russell King (Oracle) | 2021-12-01 | 1 | -11/+13 |
* | net: dsa: felix: fix flexible_array.cocci warnings | kernel test robot | 2021-11-29 | 1 | -1/+1 |
* | net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO ac... | Colin Foster | 2021-11-29 | 2 | -93/+10 |
* | net: dsa: ocelot: seville: utilize of_mdiobus_register | Colin Foster | 2021-11-29 | 1 | -1/+2 |
* | net: dsa: rtl8365mb: set RGMII RX delay in steps of 0.3 ns | Alvin Šipraga | 2021-11-29 | 1 | -9/+6 |
* | net: dsa: rtl8365mb: fix garbled comment | Alvin Šipraga | 2021-11-29 | 1 | -1/+1 |
* | net: dsa: realtek-smi: don't log an error on EPROBE_DEFER | Alvin Šipraga | 2021-11-29 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-11-26 | 5 | -140/+54 |
|\ |
|
| * | net: dsa: microchip: implement multi-bridge support | Oleksij Rempel | 2021-11-26 | 4 | -133/+43 |
| * | net: dsa: qca8k: fix MTU calculation | Robert Marko | 2021-11-22 | 1 | -1/+5 |
| * | net: dsa: qca8k: fix internal delay applied to the wrong PAD config | Ansuel Smith | 2021-11-22 | 1 | -6/+6 |
* | | net: dsa: felix: enable cut-through forwarding between ports by default | Vladimir Oltean | 2021-11-25 | 2 | -2/+85 |
* | | net: dsa: qca8k: Fix spelling mistake "Mismateched" -> "Mismatched" | Colin Ian King | 2021-11-25 | 1 | -1/+1 |
* | | net: dsa: qca8k: fix warning in LAG feature | Ansuel Smith | 2021-11-24 | 1 | -2/+2 |
* | | net: dsa: qca8k: add LAG support | Ansuel Smith | 2021-11-23 | 2 | -0/+210 |
* | | net: dsa: qca8k: add support for mirror mode | Ansuel Smith | 2021-11-23 | 2 | -0/+99 |
* | | net: dsa: qca8k: add support for mdb_add/del | Ansuel Smith | 2021-11-22 | 1 | -0/+99 |
* | | net: dsa: qca8k: add set_ageing_time support | Ansuel Smith | 2021-11-22 | 2 | -0/+28 |
* | | net: dsa: qca8k: add support for port fast aging | Ansuel Smith | 2021-11-22 | 2 | -0/+12 |
* | | net: dsa: qca8k: add additional MIB counter and make it dynamic | Ansuel Smith | 2021-11-22 | 2 | -3/+24 |
* | | net: dsa: qca8k: initial conversion to regmap helper | Ansuel Smith | 2021-11-22 | 1 | -60/+47 |
* | | net: dsa: qca8k: move regmap init in probe and set it mandatory | Ansuel Smith | 2021-11-22 | 1 | -6/+8 |
* | | net: dsa: qca8k: remove extra mutex_init in qca8k_setup | Ansuel Smith | 2021-11-22 | 1 | -2/+0 |
* | | net: dsa: qca8k: convert to GENMASK/FIELD_PREP/FIELD_GET | Ansuel Smith | 2021-11-22 | 2 | -121/+130 |
* | | net: dsa: qca8k: remove redundant check in parse_port_config | Ansuel Smith | 2021-11-22 | 1 | -1/+1 |
* | | net: dsa: felix: restrict psfp rules on ingress port | Xiaoliang Yang | 2021-11-18 | 1 | -30/+160 |
* | | net: dsa: felix: use vcap policer to set flow meter for psfp | Xiaoliang Yang | 2021-11-18 | 1 | -1/+31 |
* | | net: mscc: ocelot: use index to set vcap policer | Xiaoliang Yang | 2021-11-18 | 4 | -0/+22 |
* | | net: dsa: felix: add stream gate settings for psfp | Xiaoliang Yang | 2021-11-18 | 1 | -4/+213 |
* | | net: dsa: felix: support psfp filter on vsc9959 | Xiaoliang Yang | 2021-11-18 | 1 | -10/+433 |
* | | net: dsa: vsc73xxx: Make vsc73xx_remove() return void | Uwe Kleine-König | 2021-11-15 | 2 | -4/+2 |
|/ |
|
* | net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10 | Marek Behún | 2021-11-09 | 1 | -1/+4 |
* | net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridge | Vladimir Oltean | 2021-11-03 | 1 | -6/+3 |
* | net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabled | Ansuel Smith | 2021-11-03 | 2 | -0/+9 |
* | net: dsa: lantiq_gswip: serialize access to the PCE registers | Vladimir Oltean | 2021-10-25 | 1 | -5/+23 |
* | net: dsa: b53: serialize access to the ARL table | Vladimir Oltean | 2021-10-25 | 2 | -7/+30 |
* | net: dsa: sja1105: serialize access to the dynamic config interface | Vladimir Oltean | 2021-10-25 | 3 | -2/+13 |
* | net: dsa: sja1105: wait for dynamic config command completion on writes too | Vladimir Oltean | 2021-10-25 | 1 | -22/+59 |
* | Revert "Merge branch 'dsa-rtnl'" | David S. Miller | 2021-10-25 | 6 | -129/+34 |
* | net: convert users of bitmap_foo() to linkmode_foo() | Sean Anderson | 2021-10-24 | 11 | -54/+34 |
* | net: dsa: lantiq_gswip: serialize access to the PCE table | Vladimir Oltean | 2021-10-24 | 1 | -5/+23 |
* | net: dsa: b53: serialize access to the ARL table | Vladimir Oltean | 2021-10-24 | 2 | -6/+35 |
* | net: dsa: sja1105: serialize access to the dynamic config interface | Vladimir Oltean | 2021-10-24 | 3 | -2/+13 |
* | net: dsa: sja1105: wait for dynamic config command completion on writes too | Vladimir Oltean | 2021-10-24 | 1 | -22/+59 |
* | net: Convert more users of mdiobus_* to mdiodev_* | Sean Anderson | 2021-10-24 | 1 | -6/+6 |
* | net: dsa: sja1105: Add of_node_put() before return | Wan Jiabing | 2021-10-22 | 1 | -1/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2021-10-22 | 2 | -8/+2 |
|\ |
|
| * | net: dsa: mt7530: correct ds->num_ports | DENG Qingfang | 2021-10-18 | 1 | -7/+1 |
| * | net: dsa: lantiq_gswip: fix register definition | Aleksander Jan Bajkowski | 2021-10-18 | 1 | -1/+1 |