summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2023-10-14net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-16/+7
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+13
2023-10-12net: dsa: lantiq_gswip: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-12net: dsa: mt7530: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-11net: dsa: dsa_loop: add phylink capabilitiesRussell King (Oracle)1-0/+9
2023-10-11net: dsa: vsc73xx: add phylink capabilitiesRussell King (Oracle)1-0/+26
2023-10-11net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-11net: dsa: realtek: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-6/+2
2023-10-11net: dsa: qca8k: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-2/+1
2023-10-10net: dsa: microchip: Fix uninitialized var in ksz9477_acl_move_entries()Oleksij Rempel1-4/+4
2023-10-06net: dsa: qca8k: fix potential MDIO bus conflict when accessing internal PHYs...Marek Behún1-0/+11
2023-10-06net: dsa: qca8k: fix regmap bulk read/write methods on big endian systemsMarek Behún1-2/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-35/+6
2023-10-04net: dsa: mt753x: remove mt753x_phylink_pcs_link_up()Russell King (Oracle)1-11/+0
2023-10-03net: dsa: microchip: Enable HSR offloading for KSZ9477Lukasz Majewski4-0/+235
2023-10-03net: dsa: microchip: move REG_SW_MAC_ADDR to dev->info->regs[]Vladimir Oltean4-14/+3
2023-10-03net: dsa: propagate extack to ds->ops->port_hsr_join()Vladimir Oltean1-6/+12
2023-10-02net: dsa: mv88e6xxx: Avoid EEPROM timeout when EEPROM is absentFabio Estevam5-35/+6
2023-09-21net: dsa: sja1105: make read-only const arrays staticColin Ian King1-8/+13
2023-09-20net: dsa: mv88e6xxx: make const read-only array lanes staticColin Ian King1-1/+1
2023-09-20net: dsa: vitesse-vsc73xx: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-20net: dsa: rzn1_a5psw: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-20net: dsa: realtek: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-20net: dsa: ocelot: Convert to platform remove callback returning voidUwe Kleine-König2-10/+6
2023-09-20net: dsa: mt7530: Convert to platform remove callback returning voidUwe Kleine-König1-5/+2
2023-09-20net: dsa: lantiq_gswip: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-20net: dsa: hirschmann: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-20net: dsa: bcm_sf2: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-09-20net: dsa: b53: Convert to platform remove callback returning voidUwe Kleine-König2-9/+5
2023-09-19net: dsa: microchip: Fix spelling mistake "unxpexted" -> "unexpected"Colin Ian King1-1/+1
2023-09-17net: dsa: microchip: Add partial ACL support for ksz9477 switchesOleksij Rempel7-1/+1815
2023-09-17net: dsa: microchip: Move *_port_setup code to dsa_switch_ops::port_setup()Oleksij Rempel1-3/+2
2023-09-16net: dsa: microchip: Add drive strength configurationOleksij Rempel4-27/+329
2023-09-15net: dsa: rtl8366rb: Implement setting up link on CPU portLinus Walleij1-9/+35
2023-09-11net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean1-0/+2
2023-09-11net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean2-13/+45
2023-09-11net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean1-43/+37
2023-09-11net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean1-7/+8
2023-09-11net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean1-5/+6
2023-09-07net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski1-1/+15
2023-09-06net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean3-0/+19
2023-09-06net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean1-3/+20
2023-09-06net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean1-3/+12
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski4-4/+4
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+9
2023-08-23net: dsa: rzn1-a5psw: remove redundant logsAlexis Lothoré1-6/+0
2023-08-22net: dsa: microchip: Remove unused declarationsYue Haibing2-4/+0
2023-08-20net: dsa: realtek: add phylink_get_caps implementationRussell King (Oracle)1-0/+28
2023-08-19net: dsa: mt7530: fix handling of 802.1X PAE framesArınç ÜNAL2-0/+6
2023-08-19net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gatesVladimir Oltean1-0/+3