index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa-uclass.c
Age
Commit message (
Expand
)
Author
2023-06-14
net: dsa: Fix OF fallback lookup for ports
Marcus Comstedt
2023-02-02
net: dsa: allow rcv() and xmit() to be optional
Tim Harvey
2023-02-02
net: dsa: ensure dsa driver has proper ops
Tim Harvey
2023-02-02
net: dsa: move cpu port probe to dsa_post_probe
Tim Harvey
2022-09-29
dm: core: Drop ofnode_is_available()
Simon Glass
2022-06-08
net: dsa: Fix segmentation fault if master fails to probe
Sean Anderson
2022-01-15
net: dsa: fix phydev->speed being uninitialized for the CPU port fixed PHY
Vladimir Oltean
2021-11-23
net: dsa: Use true instead of 1 in the set_promisc() call
Bin Meng
2021-11-23
net: dsa: allow drivers to get the port OF node
Vladimir Oltean
2021-09-28
net: dsa: ensure port names are NULL-terminated after DSA_PORT_NAME_LENGTH tr...
Vladimir Oltean
2021-09-28
net: dsa: remove unused variables
Vladimir Oltean
2021-09-28
net: dsa: pass CPU port fixed PHY to .port_disable
Vladimir Oltean
2021-09-28
net: dsa: introduce a .port_probe() method in struct dsa_ops
Vladimir Oltean
2021-09-28
net: dsa: refactor the code to set the port MAC address into a dedicated func...
Vladimir Oltean
2021-09-28
net: dsa: use "err" instead of "ret" in dsa_port_probe
Vladimir Oltean
2021-07-10
net: dsa: enable master promisc mode if available and needed
Tim Harvey
2021-03-05
net: dsa: remove master santiy check
Michael Walle
2021-03-05
net: dsa: remove NULL check for priv and platform data
Michael Walle
2021-03-05
net: dsa: probe master device
Michael Walle
2021-03-05
net: dsa: return early if there is no master
Michael Walle
2021-02-16
net: Introduce DSA class for Ethernet switches
Claudiu Manoil