summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2024-05-17net: dsa: microchip: Correct initialization order for KSZ88x3 portsOleksij Rempel
2024-05-13net: dsa: microchip: dcb: set default apptrust to PCP onlyOleksij Rempel
2024-05-13net: dsa: microchip: dcb: add comments for DSCP related functionsOleksij Rempel
2024-05-13net: dsa: microchip: dcb: rename IPV to IPMOleksij Rempel
2024-05-10net: dsa: microchip: Fix spellig mistake "configur" -> "configure"Colin Ian King
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-09net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz
2024-05-09net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz
2024-05-08net: dsa: microchip: add support DSCP priority mappingOleksij Rempel
2024-05-08net: dsa: microchip: let DCB code do PCP and DSCP policy configurationOleksij Rempel
2024-05-08net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xx...Oleksij Rempel
2024-05-08net: dsa: microchip: enable ETS support for KSZ989X variantsOleksij Rempel
2024-05-08net: dsa: microchip: dcb: add special handling for KSZ88X3 familyOleksij Rempel
2024-05-08net: dsa: microchip: add support for different DCB app configurationsOleksij Rempel
2024-05-08net: dsa: microchip: add multi queue support for KSZ88X3 variantsOleksij Rempel
2024-05-08net: dsa: microchip: add IPV information supportOleksij Rempel
2024-05-07net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL
2024-05-02net: dsa: mv88e6xxx: Correct check for empty listSimon Horman
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-30net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún
2024-04-30net: dsa: realtek: provide own phylink MAC operationsRussell King (Oracle)
2024-04-30net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being usedArınç ÜNAL
2024-04-29net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Russell King (Oracle)
2024-04-29net: dsa: ksz_common: sub-driver phylink opsRussell King (Oracle)
2024-04-29net: dsa: ksz_common: provide own phylink MAC operationsRussell King (Oracle)
2024-04-29net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsRussell King (Oracle)
2024-04-29net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca
2024-04-29net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca
2024-04-29net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca
2024-04-26net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25net: dsa: b53: provide own phylink MAC operationsFlorian Fainelli
2024-04-25net: dsa: b53: Remove b53_adjust_link()Florian Fainelli
2024-04-25net: dsa: b53: Call b53_eee_init() from b53_mac_link_up()Florian Fainelli
2024-04-25net: dsa: b53: Configure RGMII for 531x5 and MII for 5325Florian Fainelli
2024-04-25net: dsa: b53: Force flow control for BCM5301X CPU port(s)Florian Fainelli
2024-04-25net: dsa: b53: Introduce b53_adjust_5325_mii()Florian Fainelli
2024-04-25net: dsa: b53: Introduce b53_adjust_531x5_rgmii()Florian Fainelli
2024-04-25net: dsa: b53: Stop exporting b53_phylink_* routinesFlorian Fainelli
2024-04-25net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family sw...Matthias Schiffer
2024-04-25net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlersMatthias Schiffer
2024-04-24net: dsa: mt7530: explain exposing MDIO bus of MT7531AE betterArınç ÜNAL
2024-04-24net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()Arınç ÜNAL
2024-04-24net: dsa: mt7530: use priv->ds->num_ports instead of MT7530_NUM_PORTSArınç ÜNAL
2024-04-24net: dsa: mt7530: get rid of mac_port_validate member of mt753x_infoArınç ÜNAL
2024-04-24net: dsa: mt7530: refactor MT7530_PMEEECR_P()Arınç ÜNAL
2024-04-24net: dsa: mt7530: get rid of function sanity checkArınç ÜNAL
2024-04-24net: dsa: mt7530: define MAC speed capabilities per switch modelArınç ÜNAL
2024-04-24net: dsa: mt7530: return mt7530_setup_mdio & mt7531_setup_common on errorArınç ÜNAL
2024-04-24net: dsa: mt7530: move MT753X_MTRAP operations for MT7530Arınç ÜNAL