MAINTAINERS: add entry for macsec
authorSabrina Dubroca <sd@queasysnail.net>
Fri, 18 Aug 2023 20:57:49 +0000 (22:57 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Aug 2023 06:50:09 +0000 (07:50 +0100)
Jakub asked if I'd be willing to be the maintainer of the macsec code
and review the driver code adding macsec offload, so let's add the
corresponding entry.

The keyword lines are meant to catch selftests and patches adding HW
offload support to other drivers.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS

index 4227aac551f60b36501b334a8a12f6cdd93fec87..4171d3a102a95fd6bb7d25f1117f53726ce3116c 100644 (file)
@@ -14802,6 +14802,16 @@ F:     net/netfilter/xt_CONNSECMARK.c
 F:     net/netfilter/xt_SECMARK.c
 F:     net/netlabel/
 
+NETWORKING [MACSEC]
+M:     Sabrina Dubroca <sd@queasysnail.net>
+L:     netdev@vger.kernel.org
+S:     Maintained
+F:     drivers/net/macsec.c
+F:     include/net/macsec.h
+F:     include/uapi/linux/if_macsec.h
+K:     macsec
+K:     \bmdo_
+
 NETWORKING [MPTCP]
 M:     Matthieu Baerts <matthieu.baerts@tessares.net>
 M:     Mat Martineau <martineau@kernel.org>