linux/net/dsa
Vivien Didelot 732f794c1b net: dsa: add port fast ageing
Today the DSA drivers are in charge of flushing the MAC addresses
associated to a port when its STP state changes from Learning or
Forwarding, to Disabled or Blocking or Listening.

This makes the drivers more complex and hides the generic switch logic.
Introduce a new optional port_fast_age operation to dsa_switch_ops, to
move this logic to the DSA layer and keep drivers simple.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-09-23 08:38:50 -04:00
..
Kconfig
Makefile
dsa.c net-next: dsa: make the set_addr() operation optional 2016-09-20 04:47:44 -04:00
dsa2.c net-next: dsa: make the set_addr() operation optional 2016-09-20 04:47:44 -04:00
dsa_priv.h
slave.c net: dsa: add port fast ageing 2016-09-23 08:38:50 -04:00
tag_brcm.c
tag_dsa.c
tag_edsa.c
tag_qca.c
tag_trailer.c