summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSabrina Dubroca <sd@queasysnail.net>2023-08-18 22:57:49 +0200
committerDavid S. Miller <davem@davemloft.net>2023-08-21 07:50:09 +0100
commitd1cdbf66e18cd39dd749937221240ab97c06d9e6 (patch)
tree3b1938ed951cc0cb290b222ed8709a561985a5fc /MAINTAINERS
parent144e22e7569ad78f09f354016683776e0b75e573 (diff)
MAINTAINERS: add entry for macsec
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4227aac551f6..4171d3a102a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>