aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/dsa/vitesse-vsc73xx-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-22net: dsa: vsc73xx: Add define for max num of portsPawel Dembicki1-12/+1
2024-04-22net: dsa: vsc73xx: use macros for rgmii recognitionPawel Dembicki1-1/+1
2024-04-22net: dsa: vsc73xx: convert to PHYLINKPawel Dembicki1-127/+117
2024-04-22net: dsa: vsc73xx: use read_poll_timeout instead delay loopPawel Dembicki1-14/+16
2024-01-16net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probeKunwu Chan1-0/+2
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com1-4/+4
2023-10-13net: dsa: vsc73xx: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-16/+7
2023-10-11net: dsa: vsc73xx: add phylink capabilitiesRussell King (Oracle)1-0/+26
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-29net: dsa: vsc73xx: fix MTU configurationPawel Dembicki1-3/+3
2021-12-03net: dsa: vsc73xxx: Get rid of duplicate of_node assignmentAndy Shevchenko1-3/+0
2021-11-15net: dsa: vsc73xxx: Make vsc73xx_remove() return voidUwe Kleine-König1-3/+1
2021-09-19net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+6
2020-03-27net: dsa: vsc73xx: make the MTU configurableVladimir Oltean1-10/+20
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2020-01-05net: dsa: vsc73xx: Remove dependency on CONFIG_OFFlorian Fainelli1-0/+2
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+4
2019-07-07net: dsa: vsc73xx: Assert reset if iCPU is enabledPawel Dembicki1-19/+17
2019-07-07net: dsa: vsc73xx: Split vsc73xx driverPawel Dembicki1-0/+1216