summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
Commit message (Expand)AuthorAgeFilesLines
...
* net: dsa: microchip: ksz8: Enable MIIM PHY Control reg accessOleksij Rempel2023-10-201-3/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-9/+15
|\
| * net: dsa: bcm_sf2: Fix possible memory leak in bcm_sf2_mdio_register()Jinjie Ruan2023-10-131-9/+15
* | net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-131-16/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-121-2/+13
|\|
| * net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs...Marek Behún2023-10-061-0/+11
| * net: dsa: qca8k: fix regmap bulk read/write methods on big endian systemsMarek Behún2023-10-061-2/+2
* | net: dsa: lantiq_gswip: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-111-2/+1
* | net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-111-2/+1
* | net: dsa: dsa_loop: add phylink capabilitiesRussell King (Oracle)2023-10-111-0/+9
* | net: dsa: vsc73xx: add phylink capabilitiesRussell King (Oracle)2023-10-111-0/+26
* | net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-101-2/+1
* | net: dsa: realtek: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-101-6/+2
* | net: dsa: qca8k: replace deprecated strncpy with ethtool_sprintfJustin Stitt2023-10-101-2/+1
* | net: dsa: microchip: Fix uninitialized var in ksz9477_acl_move_entries()Oleksij Rempel2023-10-101-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-055-35/+6
|\|
| * net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam2023-10-025-35/+6
* | net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()Russell King (Oracle)2023-10-041-11/+0
* | net: dsa: microchip: Enable HSR offloading for KSZ9477Lukasz Majewski2023-10-034-0/+235
* | net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]Vladimir Oltean2023-10-034-14/+3
* | net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean2023-10-031-6/+12
* | net: dsa: sja1105: make read-only const arrays staticColin Ian King2023-09-211-8/+13
* | net: dsa: mv88e6xxx: make const read-only array lanes staticColin Ian King2023-09-201-1/+1
* | net: dsa: vitesse-vsc73xx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* | net: dsa: rzn1_a5psw: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* | net: dsa: realtek: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* | net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König2023-09-202-10/+6
* | net: dsa: mt7530: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+2
* | net: dsa: lantiq_gswip: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* | net: dsa: hirschmann: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* | net: dsa: bcm_sf2: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* | net: dsa: b53: Convert to platform remove callback returning voidUwe Kleine-König2023-09-202-9/+5
* | net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"Colin Ian King2023-09-191-1/+1
* | net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel2023-09-177-1/+1815
* | net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel2023-09-171-3/+2
* | net: dsa: microchip: Add drive strength configurationOleksij Rempel2023-09-164-27/+329
* | net: dsa: rtl8366rb: Implement setting up link on CPU portLinus Walleij2023-09-151-9/+35
|/
* net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean2023-09-111-0/+2
* net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean2023-09-112-13/+45
* net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean2023-09-111-43/+37
* net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean2023-09-111-7/+8
* net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean2023-09-111-5/+6
* net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski2023-09-061-1/+15
* net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean2023-09-063-0/+19
* net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean2023-09-061-3/+20
* net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean2023-09-061-3/+12
* net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-08-244-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-243-0/+9
|\
| * net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2023-08-192-0/+6
| * net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean2023-08-181-0/+3