summaryrefslogtreecommitdiff
path: root/include/net/caif
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/caif')
0 files changed, 0 insertions, 0 deletions
84'>07ed46ceedeb980d62da34ae26e3aac5f8af7dfb /net/dsa parentf515f192ab4f45bb695146b82432d63d98775787 (diff)
net: dsa: introduce bridge notifier
A slave device will now notify the switch fabric once its port is bridged or unbridged, instead of calling directly its switch operations. This code allows propagating cross-chip bridging events in the fabric. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa')
-rw-r--r--net/dsa/slave.c40
-rw-r--r--net/dsa/switch.c32
2 files changed, 61 insertions, 11 deletions
diff --git a/net/dsa/slave.c b/net/dsa/slave.c