summaryrefslogtreecommitdiff
path: root/net/dsa-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-02net: dsa: allow rcv() and xmit() to be optionalTim Harvey1-13/+15
2023-02-02net: dsa: ensure dsa driver has proper opsTim Harvey1-0/+17
2023-02-02net: dsa: move cpu port probe to dsa_post_probeTim Harvey1-1/+10
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-1/+1
2022-06-08net: dsa: Fix segmentation fault if master fails to probeSean Anderson1-2/+4
2022-01-15net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean1-0/+11
2021-11-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng1-1/+1
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean1-0/+20
2021-09-28net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean1-2/+2
2021-09-28net: dsa: remove unused variablesVladimir Oltean1-13/+1
2021-09-28net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean1-1/+1
2021-09-28net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean1-0/+8
2021-09-28net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean1-22/+28
2021-09-28net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean1-4/+4
2021-07-10net: dsa: enable master promisc mode if available and neededTim Harvey1-1/+8
2021-03-05net: dsa: remove master santiy checkMichael Walle1-21/+4
2021-03-05net: dsa: remove NULL check for priv and platform dataMichael Walle1-14/+7
2021-03-05net: dsa: probe master deviceMichael Walle1-0/+9
2021-03-05net: dsa: return early if there is no masterMichael Walle1-4/+4
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil1-0/+478