The core distributed switch architecture code currently does not have a MAINTAINERS entry, which results in some contributions not landing in the right peoples inbox.
Signed-off-by: Andrew Lunn <[email protected]> --- v2: Add include/net/dsa.h and drivers/net/dsa/ MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ce80b36aab69..8c8a2e40bdbb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8169,6 +8169,15 @@ S: Maintained W: https://fedorahosted.org/dropwatch/ F: net/core/drop_monitor.c +NETWORKING [DSA] +M: Andrew Lunn <[email protected]> +M: Vivien Didelot <[email protected]> +M: Florian Fainelli <[email protected]> +S: Maintained +F: net/dsa/ +F: include/net/dsa.h +F: drivers/net/dsa/ + NETWORKING [GENERAL] M: "David S. Miller" <[email protected]> L: [email protected] -- 2.9.3
