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 a38fe0ed7144..37b134feffe9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18392,6 +18392,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

