summaryrefslogtreecommitdiff
path: root/net/dsa-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: allow rcv() and xmit() to be optionalTim Harvey2023-02-021-13/+15
* net: dsa: ensure dsa driver has proper opsTim Harvey2023-02-021-0/+17
* net: dsa: move cpu port probe to dsa_post_probeTim Harvey2023-02-021-1/+10
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-1/+1
* net: dsa: Fix segmentation fault if master fails to probeSean Anderson2022-06-081-2/+4
* net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHYVladimir Oltean2022-01-151-0/+11
* net: dsa: Use true instead of 1 in the set_promisc() callBin Meng2021-11-231-1/+1
* net: dsa: allow drivers to get the port OF nodeVladimir Oltean2021-11-231-0/+20
* net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...Vladimir Oltean2021-09-281-2/+2
* net: dsa: remove unused variablesVladimir Oltean2021-09-281-13/+1
* net: dsa: pass CPU port fixed PHY to .port_disableVladimir Oltean2021-09-281-1/+1
* net: dsa: introduce a .port_probe() method in struct dsa_opsVladimir Oltean2021-09-281-0/+8
* net: dsa: refactor the code to set the port MAC address into a dedicated func...Vladimir Oltean2021-09-281-22/+28
* net: dsa: use "err" instead of "ret" in dsa_port_probeVladimir Oltean2021-09-281-4/+4
* net: dsa: enable master promisc mode if available and neededTim Harvey2021-07-101-1/+8
* net: dsa: remove master santiy checkMichael Walle2021-03-051-21/+4
* net: dsa: remove NULL check for priv and platform dataMichael Walle2021-03-051-14/+7
* net: dsa: probe master deviceMichael Walle2021-03-051-0/+9
* net: dsa: return early if there is no masterMichael Walle2021-03-051-4/+4
* net: Introduce DSA class for Ethernet switchesClaudiu Manoil2021-02-161-0/+478