aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid S. Miller <[email protected]>2012-10-16 14:08:40 -0400
committerDavid S. Miller <[email protected]>2012-10-16 14:08:40 -0400
commit73b7656ce4e09eb137ee6f845a9e11a7f132df1c (patch)
treed556caf9e5bd8854bdc86f7fb9955d1a54eba1d2
parent29bb4cc5e0547a7589556f8629e39016c5d203c0 (diff)
MAINTAINERS: Add explicit section for IPSEC networking.
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--MAINTAINERS14
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index e73060fe0788..6d6632f71574 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5019,6 +5019,20 @@ F: net/ipv6/
F: include/net/ip*
F: arch/x86/net/*
+NETWORKING [IPSEC]
+M: Steffen Klassert <[email protected]>
+M: Herbert Xu <[email protected]>
+M: "David S. Miller" <[email protected]>
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
+S: Maintained
+F: net/xfrm/
+F: net/key/
+F: net/ipv4/xfrm*
+F: net/ipv6/xfrm*
+F: include/uapi/linux/xfrm.h
+F: include/net/xfrm.h
+
NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
M: Paul Moore <[email protected]>