summaryrefslogtreecommitdiff
path: root/net/dsa-uclass.c
AgeCommit message (Expand)Author
2022-06-08net: dsa: Fix segmentation fault if master fails to probeSean Anderson
2022-01-15net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean
2021-11-23net: dsa: Use true instead of 1 in the set_promisc() callBin Meng
2021-11-23net: dsa: allow drivers to get the port OF nodeVladimir Oltean
2021-09-28net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean
2021-09-28net: dsa: remove unused variablesVladimir Oltean
2021-09-28net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean
2021-09-28net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean
2021-09-28net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean
2021-09-28net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean
2021-07-10net: dsa: enable master promisc mode if available and neededTim Harvey
2021-03-05net: dsa: remove master santiy checkMichael Walle
2021-03-05net: dsa: remove NULL check for priv and platform dataMichael Walle
2021-03-05net: dsa: probe master deviceMichael Walle
2021-03-05net: dsa: return early if there is no masterMichael Walle
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil