summaryrefslogtreecommitdiff
path: root/net/dsa-uclass.c
AgeCommit message (Expand)AuthorFilesLines
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