summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2024-02-07net: dsa: mt7530: move XTAL check to mt7530_setup()Arınç ÜNAL
2024-02-07net: dsa: mt7530: empty default case on mt7530_setup_port5()Arınç ÜNAL
2024-02-07net: dsa: b53: remove eee_enabled/eee_active in b53_get_mac_eee()Russell King (Oracle)
2024-02-07net: dsa: mv88e6xxx: Return -ENODEV when C45 not supportedAndrew Lunn
2024-02-05net: dsa: qca8k: consistently use "ret" rather than "err" for error codesVladimir Oltean
2024-02-05net: dsa: qca8k: put MDIO controller OF node if unavailableVladimir Oltean
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01net: dsa: Add KSZ8567 switch supportPhilippe Schenker
2024-01-31net: dsa: mv88e6xxx: Fix failed probe due to unsupported C45 readsAndrew Lunn
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-29net: dsa: qca8k: fix illegal usage of GPIOMichal Vokáč
2024-01-29net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabledArınç ÜNAL
2024-01-29net: dsa: mt7530: do not set priv->p5_interface on mt7530_setup_port5()Arınç ÜNAL
2024-01-29net: dsa: mt7530: improve code path for setting up port 5Arınç ÜNAL
2024-01-29net: dsa: mt7530: improve comments regarding switch portsArınç ÜNAL
2024-01-29net: dsa: mt7530: store port 5 SGMII capability of MT7531Arınç ÜNAL
2024-01-29net: dsa: mt7530: use p5_interface_select as data type for p5_intf_selArınç ÜNAL
2024-01-29net: dsa: mt7530: always trap frames to active CPU port on MT7530Arınç ÜNAL
2024-01-26net: dsa: microchip: implement PHY loopback configuration for KSZ8794 and KSZ...Oleksij Rempel
2024-01-26net: dsa: microchip: Remove redundant optimization in ksz8_w_phy_bmcrOleksij Rempel
2024-01-26net: dsa: microchip: ksz8: move BMCR specific code to separate functionOleksij Rempel
2024-01-26net: dsa: mt7530: select MEDIATEK_GE_PHY for NET_DSA_MT7530_MDIOArınç ÜNAL
2024-01-26net: dsa: mt7530: fix 10M/100M speed on MT7988 switchDaniel Golle
2024-01-25net: dsa: mt7530: support OF-based registration of switch MDIO busArınç ÜNAL
2024-01-16net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan
2024-01-05net: dsa: bcm_sf2: drop priv->master_mii_dnVladimir Oltean
2024-01-05net: dsa: bcm_sf2: stop assigning an OF node to the ds->user_mii_busVladimir Oltean
2024-01-05net: dsa: qca8k: use "dev" consistently within qca8k_mdio_register()Vladimir Oltean
2024-01-05net: dsa: qca8k: consolidate calls to a single devm_of_mdiobus_register()Vladimir Oltean
2024-01-05net: dsa: qca8k: assign ds->user_mii_bus only for the non-OF caseVladimir Oltean
2024-01-05net: dsa: qca8k: skip MDIO bus creation if its OF node has status = "disabled"Vladimir Oltean
2024-01-05net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failureVladimir Oltean
2024-01-05net: dsa: lantiq_gswip: ignore MDIO buses disabled in OFVladimir Oltean
2024-01-05net: dsa: lantiq_gswip: use devres for internal MDIO bus, not ds->user_mii_busVladimir Oltean
2024-01-05net: dsa: lantiq_gswip: delete irrelevant use of ds->phys_mii_maskVladimir Oltean
2023-12-15net: dsa: mv88e6xxx: Add "rmon" counter group supportTobias Waldekranz
2023-12-15net: dsa: mv88e6xxx: Limit histogram counters to ingress trafficTobias Waldekranz
2023-12-15net: dsa: mv88e6xxx: Add "eth-mac" counter group supportTobias Waldekranz
2023-12-15net: dsa: mv88e6xxx: Give each hw stat an IDTobias Waldekranz
2023-12-15net: dsa: mv88e6xxx: Fix mv88e6352_serdes_get_stats error pathTobias Waldekranz
2023-12-15net: dsa: mv88e6xxx: Create API to read a single stat counterTobias Waldekranz
2023-12-15net: dsa: mv88e6xxx: Push locking into stats snapshottingTobias Waldekranz
2023-12-12net: dsa: realtek: Rewrite RTL8366RB MTU handlingLinus Walleij
2023-12-12net: dsa: realtek: Rename bogus RTL8368S variableLinus Walleij
2023-12-08net: dsa: microchip: use DSA_TAG_PROTO without _VALUE defineSean Nyekjaer
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerSean Nyekjaer
2023-12-07net: dsa: microchip: move ksz_chip_id enum to platform includeDaniel Danzberger
2023-12-07net: dsa: microchip: properly support platform_data probingVladimir Oltean