diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2017-04-20 04:36:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-21 15:11:09 -0400 |
commit | 77999328b5fbccca674b3d71a346289e17b4c7cf (patch) | |
tree | 15f3396b4a63e236bd73a5b84e505ecf94728916 /MAINTAINERS | |
parent | 072cec7797b16c454156da737923a393322dc848 (diff) |
MAINTAINERS: Add new IPsec offloading files.
This adds two new files to IPsec maintenance scope:
net/ipv4/esp4_offload.c
net/ipv6/ip6_offload.c
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2aa84164cad8..39aa09100a48 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -8817,12 +8817,12 @@ F: net/core/flow.c | |||
8817 | F: net/xfrm/ | 8817 | F: net/xfrm/ |
8818 | F: net/key/ | 8818 | F: net/key/ |
8819 | F: net/ipv4/xfrm* | 8819 | F: net/ipv4/xfrm* |
8820 | F: net/ipv4/esp4.c | 8820 | F: net/ipv4/esp4* |
8821 | F: net/ipv4/ah4.c | 8821 | F: net/ipv4/ah4.c |
8822 | F: net/ipv4/ipcomp.c | 8822 | F: net/ipv4/ipcomp.c |
8823 | F: net/ipv4/ip_vti.c | 8823 | F: net/ipv4/ip_vti.c |
8824 | F: net/ipv6/xfrm* | 8824 | F: net/ipv6/xfrm* |
8825 | F: net/ipv6/esp6.c | 8825 | F: net/ipv6/esp6* |
8826 | F: net/ipv6/ah6.c | 8826 | F: net/ipv6/ah6.c |
8827 | F: net/ipv6/ipcomp6.c | 8827 | F: net/ipv6/ipcomp6.c |
8828 | F: net/ipv6/ip6_vti.c | 8828 | F: net/ipv6/ip6_vti.c |