summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: microchip: fix RGMII error in KSZ DSA driverTristram Ha2024-05-291-1/+1
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-2/+2
* net: dsa: microchip: Correct initialization order for KSZ88x3 portsOleksij Rempel2024-05-171-0/+10
* net: dsa: microchip: dcb: set default apptrust to PCP onlyOleksij Rempel2024-05-131-18/+3
* net: dsa: microchip: dcb: add comments for DSCP related functionsOleksij Rempel2024-05-131-0/+31
* net: dsa: microchip: dcb: rename IPV to IPMOleksij Rempel2024-05-133-51/+51
* net: dsa: microchip: Fix spellig mistake "configur" -> "configure"Colin Ian King2024-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-8/+31
|\
| * net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz2024-05-091-6/+17
| * net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz2024-05-091-2/+14
* | net: dsa: microchip: add support DSCP priority mappingOleksij Rempel2024-05-083-15/+50
* | net: dsa: microchip: let DCB code do PCP and DSCP policy configurationOleksij Rempel2024-05-082-12/+0
* | net: dsa: microchip: init predictable IPV to queue mapping for all non KSZ8xx...Oleksij Rempel2024-05-081-24/+33
* | net: dsa: microchip: enable ETS support for KSZ989X variantsOleksij Rempel2024-05-082-12/+1
* | net: dsa: microchip: dcb: add special handling for KSZ88X3 familyOleksij Rempel2024-05-084-3/+242
* | net: dsa: microchip: add support for different DCB app configurationsOleksij Rempel2024-05-086-2/+583
* | net: dsa: microchip: add multi queue support for KSZ88X3 variantsOleksij Rempel2024-05-082-35/+61
* | net: dsa: microchip: add IPV information supportOleksij Rempel2024-05-082-3/+20
* | net: dsa: mt7530: detect PHY muxing when PHY is defined on switch MDIO busArınç ÜNAL2024-05-071-1/+2
* | net: dsa: mv88e6xxx: Correct check for empty listSimon Horman2024-05-021-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-2/+2
|\|
| * net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún2024-04-301-2/+2
* | net: dsa: realtek: provide own phylink MAC operationsRussell King (Oracle)2024-04-304-18/+46
* | net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being usedArınç ÜNAL2024-04-301-1/+2
* | net: dsa: ksz_common: use separate phylink_mac_ops for ksz8830Russell King (Oracle)2024-04-291-6/+20
* | net: dsa: ksz_common: sub-driver phylink opsRussell King (Oracle)2024-04-294-37/+65
* | net: dsa: ksz_common: provide own phylink MAC operationsRussell King (Oracle)2024-04-291-16/+26
* | net: dsa: ksz_common: remove phylink_mac_config from ksz_dev_opsRussell King (Oracle)2024-04-292-6/+0
* | net: dsa: realtek: add LED drivers for rtl8366rbLuiz Angelo Daros de Luca2024-04-291-39/+265
* | net: dsa: realtek: do not assert reset on removeLuiz Angelo Daros de Luca2024-04-291-5/+2
* | net: dsa: realtek: keep default LED state in rtl8366rbLuiz Angelo Daros de Luca2024-04-291-67/+20
* | net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()Justin Stitt2024-04-261-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-252-8/+71
|\|
| * net: dsa: mv88e6xx: fix supported_interfaces setup in mv88e6250_phylink_get_c...Matthias Schiffer2024-04-222-8/+71
* | net: dsa: b53: provide own phylink MAC operationsFlorian Fainelli2024-04-251-14/+26
* | net: dsa: b53: Remove b53_adjust_link()Florian Fainelli2024-04-251-40/+0
* | net: dsa: b53: Call b53_eee_init() from b53_mac_link_up()Florian Fainelli2024-04-251-1/+5
* | net: dsa: b53: Configure RGMII for 531x5 and MII for 5325Florian Fainelli2024-04-251-3/+14
* | net: dsa: b53: Force flow control for BCM5301X CPU port(s)Florian Fainelli2024-04-251-0/+4
* | net: dsa: b53: Introduce b53_adjust_5325_mii()Florian Fainelli2024-04-251-19/+25
* | net: dsa: b53: Introduce b53_adjust_531x5_rgmii()Florian Fainelli2024-04-251-38/+46
* | net: dsa: b53: Stop exporting b53_phylink_* routinesFlorian Fainelli2024-04-252-27/+12
* | net: dsa: mv88e6xxx: Avoid EEPROM timeout without EEPROM on 88E6250-family sw...Matthias Schiffer2024-04-253-2/+93
* | net: dsa: mv88e6xxx: Add support for model-specific pre- and post-reset handlersMatthias Schiffer2024-04-252-4/+52
* | net: dsa: mt7530: explain exposing MDIO bus of MT7531AE betterArınç ÜNAL2024-04-241-1/+4
* | net: dsa: mt7530: do not pass port variable to mt7531_rgmii_setup()Arınç ÜNAL2024-04-241-2/+2
* | net: dsa: mt7530: use priv->ds->num_ports instead of MT7530_NUM_PORTSArınç ÜNAL2024-04-241-4/+4
* | net: dsa: mt7530: get rid of mac_port_validate member of mt753x_infoArınç ÜNAL2024-04-241-7/+3
* | net: dsa: mt7530: refactor MT7530_PMEEECR_P()Arınç ÜNAL2024-04-242-10/+11
* | net: dsa: mt7530: get rid of function sanity checkArınç ÜNAL2024-04-241-7/+0