summaryrefslogtreecommitdiff
path: root/oui.conf
diff options
context:
space:
mode:
Diffstat (limited to 'oui.conf')
0 files changed, 0 insertions, 0 deletions
92ab4f45bb695146b82432d63d98775787&id2=c5d35cb32cffa6e4c2db1cbd9a544e10a8d6fda9'>diff)
net: dsa: add switch notifier
Add a notifier block per DSA switch, registered against a notifier head in the switch fabric they belong to. This infrastructure will allow to propagate fabric-wide events such as port bridging, VLAN configuration, etc. If a DSA switch driver cares about cross-chip configuration, such events can be caught. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--include/net/dsa.h7
-rw-r--r--net/dsa/Makefile1
-rw-r--r--net/dsa/dsa.c6
-rw-r--r--net/dsa/dsa2.c6
-rw-r--r--net/dsa/dsa_priv.h4
-rw-r--r--net/dsa/switch.c53
6 files changed, 77 insertions, 0 deletions
diff --git a/include/net/dsa.h b/include/net/dsa.h