Add a MAINTAINERS entry for the ethtool loopback subsystem covering the core loopback and CMIS loopback netlink implementation, and the associated selftests.
Signed-off-by: Björn Töpel <[email protected]> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a09bf30a057d..411c412975ed 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18389,6 +18389,12 @@ F: net/ethtool/cabletest.c F: tools/testing/selftests/drivers/net/*/ethtool* K: cable_test +NETWORKING [ETHTOOL LOOPBACK] +M: Björn Töpel <[email protected]> +F: net/ethtool/cmis_loopback.c +F: net/ethtool/loopback.c +F: tools/testing/selftests/drivers/net/hw/loopback* + NETWORKING [ETHTOOL MAC MERGE] M: Vladimir Oltean <[email protected]> F: net/ethtool/mm.c -- 2.53.0

