summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
* | net: dsa: qca8k: set internal delay also for sgmiiAnsuel Smith2021-10-152-28/+62
* | net: dsa: qca8k: add support for QCA8328Ansuel Smith2021-10-152-3/+17
* | net: dsa: qca8k: add support for pws config regAnsuel Smith2021-10-152-0/+45
* | net: dsa: qca8k: add explicit SGMII PLL enableAnsuel Smith2021-10-152-2/+18
* | net: dsa: qca8k: rework rgmii delay logic and scan for cpu port 6Ansuel Smith2021-10-152-86/+89
* | net: dsa: qca8k: add support for cpu port 6Ansuel Smith2021-10-152-17/+36
* | net: dsa: qca8k: add support for sgmii falling edgeAnsuel Smith2021-10-152-0/+67
* | dsa: qca8k: add mac_power_sel supportAnsuel Smith2021-10-152-0/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-147-30/+281
|\|
| * net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean2021-10-121-7/+12
| * net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean2021-10-121-0/+28
| * net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean2021-10-122-4/+93
| * net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean2021-10-121-1/+5
| * net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-10-121-2/+1
| * net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-10-122-58/+6
| * net: dsa: microchip: Added the condition for scheduling ksz_mib_read_workArun Ramadoss2021-10-121-1/+3
| * net: dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY'sMaarten Zanders2021-10-121-2/+11
| * net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged portsVladimir Oltean2021-10-082-13/+57
| * net: dsa: mv88e6xxx: keep the pvid at 0 when VLAN-unawareVladimir Oltean2021-10-084-6/+76
* | net: dsa: rtl8366rb: remove unneeded semicolonYang Li2021-10-081-1/+1
* | net: dsa: rtl8366rb: Support setting STP stateLinus Walleij2021-10-061-0/+48
* | net: dsa: rtl8366rb: Support fast agingLinus Walleij2021-10-061-0/+14
* | net: dsa: rtl8366rb: Support disabling learningLinus Walleij2021-10-061-6/+44
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-304-7/+15
|\|