summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/vitesse-vsc73xx-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-16net: dsa: vsc73xx: fix reception from VLAN-unaware bridgesVladimir Oltean1-1/+0
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2024-09-05net: dsa: vsc73xx: fix possible subblocks range of CAPT blockPawel Dembicki1-2/+8
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki1-0/+355
2024-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+38
2024-08-12net: dsa: vsc73xx: allow phy resettingPawel Dembicki1-11/+0
2024-08-12net: dsa: vsc73xx: check busy flag in MDIO operationsPawel Dembicki1-1/+36
2024-08-12net: dsa: vsc73xx: pass value in phy_write operationPawel Dembicki1-1/+1
2024-08-12net: dsa: vsc73xx: fix port MAC configuration in full duplex modePawel Dembicki1-1/+5
2024-08-09net: dsa: vsc73xx: use defined values in phy operationsPawel Dembicki1-12/+33
2024-08-03net: dsa: vsc73xx: speed up MDIO bus to max allowed valuePawel Dembicki1-1/+18
2024-07-31net: dsa: vsc73xx: make RGMII delays configurablePawel Dembicki1-4/+66
2024-07-15net: dsa: vsc73xx: start treating the BR_LEARNING flagPawel Dembicki1-6/+35
2024-07-15net: dsa: vsc73xx: Add bridge supportPawel Dembicki1-0/+5
2024-07-15net: dsa: vsc73xx: Implement the tag_8021q VLAN operationsPawel Dembicki1-3/+70
2024-07-15net: dsa: vsc73xx: Add vlan filteringPawel Dembicki1-3/+529
2024-07-15net: dsa: vsc73xx: add port_stp_state_set functionPawel Dembicki1-11/+85
2024-04-23net: dsa: vsc73xx: Add define for max num of portsPawel Dembicki1-12/+1
2024-04-23net: dsa: vsc73xx: use macros for rgmii recognitionPawel Dembicki1-1/+1
2024-04-23net: dsa: vsc73xx: convert to PHYLINKPawel Dembicki1-127/+117
2024-04-23net: dsa: vsc73xx: use read_poll_timeout instead delay loopPawel Dembicki1-14/+16
2024-01-17net: 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-14net: 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-27net: dsa: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-30net: 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-28net: dsa: vsc73xx: make the MTU configurableVladimir Oltean1-10/+20
2020-01-09net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2020-01-06net: dsa: vsc73xx: Remove dependency on CONFIG_OFFlorian Fainelli1-0/+2
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+4
2019-07-08net: dsa: vsc73xx: Assert reset if iCPU is enabledPawel Dembicki1-19/+17
2019-07-08net: dsa: vsc73xx: Split vsc73xx driverPawel Dembicki1-0/+1216