summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorLines
2021-12-09net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA portsRussell King (Oracle)-30/+34
2021-12-09net: dsa: felix: Fix memory leak in felix_setup_mmio_filteringJosé Expósito-1/+4
2021-12-09net: dsa: mv88e6xxx: error handling for serdes_power functionsAmeer Hamza-1/+7
2021-12-08net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"Russell King (Oracle)-8/+13
2021-12-02net: dsa: b53: Add SPI ID tableFlorian Fainelli-0/+14
2021-12-01net: dsa: mv88e6xxx: Link in pcs_get_state() if AN is bypassedMarek Behún-6/+42
2021-12-01net: dsa: mv88e6xxx: Fix inband AN for 2500base-x on 88E6393X familyMarek Behún-1/+61
2021-12-01net: dsa: mv88e6xxx: Add fix for erratum 5.2 of 88E6393X familyMarek Behún-0/+48
2021-12-01net: dsa: mv88e6xxx: Save power by disabling SerDes trasmitter and receiverMarek Behún-4/+45
2021-12-01net: dsa: mv88e6xxx: Drop unnecessary check in mv88e6393x_serdes_erratum_4_6()Marek Behún-17/+11
2021-12-01net: dsa: mv88e6xxx: Fix application of erratum 4.8 for 88E6393XMarek Behún-20/+33
2021-11-29net: dsa: realtek-smi: fix indirect reg access for ports>3Luiz Angelo Daros de Luca-1/+8
2021-11-26net: dsa: microchip: implement multi-bridge supportOleksij Rempel-133/+43
2021-11-22net: dsa: qca8k: fix MTU calculationRobert Marko-1/+5
2021-11-22net: dsa: qca8k: fix internal delay applied to the wrong PAD configAnsuel Smith-6/+6
2021-11-09net: dsa: mv88e6xxx: Don't support >1G speeds on 6191X on ports other than 10Marek Behún-1/+4
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean-6/+3
2021-11-03net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabledAnsuel Smith-0/+9
2021-10-25net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean-5/+23
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean-7/+30
2021-10-25net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean-2/+13
2021-10-25net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean-22/+59
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller-129/+34
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-54/+34
2021-10-24net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean-5/+23
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean-6/+35
2021-10-24net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean-2/+13
2021-10-24net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean-22/+59
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson-6/+6
2021-10-22net: dsa: sja1105: Add of_node_put() before returnWan Jiabing-1/+3
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+2
2021-10-21net: dsa: tag_8021q: make dsa_8021q_{rx,tx}_vid take dp as argumentVladimir Oltean-1/+2
2021-10-20net: dsa: qca8k: tidy for loop in setup and add cpu port checkAnsuel Smith-30/+44
2021-10-20net: dsa: sja1105: parse {rx, tx}-internal-delay-ps properties for RGMII delaysVladimir Oltean-47/+107
2021-10-18net: dsa: qca8k: fix delay applied to wrong cpu in parse_port_configAnsuel Smith-1/+1
2021-10-18net: dsa: realtek-smi: add rtl8365mb subdriver for RTL8365MB-VCAlvin Šipraga-1/+1989
2021-10-18net: dsa: mt7530: correct ds->num_portsDENG Qingfang-7/+1
2021-10-18net: dsa: lantiq_gswip: fix register definitionAleksander Jan Bajkowski-1/+1
2021-10-15net: dsa: qca8k: move port config to dedicated structAnsuel Smith-16/+20
2021-10-15net: dsa: qca8k: set internal delay also for sgmiiAnsuel Smith-28/+62
2021-10-15net: dsa: qca8k: add support for QCA8328Ansuel Smith-3/+17
2021-10-15net: dsa: qca8k: add support for pws config regAnsuel Smith-0/+45
2021-10-15net: dsa: qca8k: add explicit SGMII PLL enableAnsuel Smith-2/+18
2021-10-15net: dsa: qca8k: rework rgmii delay logic and scan for cpu port 6Ansuel Smith-86/+89
2021-10-15net: dsa: qca8k: add support for cpu port 6Ansuel Smith-17/+36
2021-10-15net: dsa: qca8k: add support for sgmii falling edgeAnsuel Smith-0/+67
2021-10-15dsa: qca8k: add mac_power_sel supportAnsuel Smith-0/+36
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+281
2021-10-12net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean-7/+12
2021-10-12net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean-0/+28