aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2014-06-10 06:31:10 -0400
committerDavid S. Miller <davem@davemloft.net>2014-06-11 18:39:18 -0400
commita101ccd141fa777febc510a5c3f3da0c23cd47ce (patch)
treee27340e9b3fbdb648b63a2dfb07cf9795ac3a034
parentbad93e9d4eeb0d2d6b79204d6cedc7f2e7b256f1 (diff)
net: filter: add test_bpf module under MAINTAINERS' networking section
Add lib/test_bpf.c entry to maintainers file under networking. All changes were posted via netdev for review, so make sure other people Cc it as well when they call get_maintainer.pl. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Cc: Alexei Starovoitov <ast@plumgrid.com> Acked-by: Alexei Starovoitov <ast@plumgrid.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a06ea46c18c..05dafe1c947f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6130,6 +6130,7 @@ F: include/uapi/linux/netdevice.h
6130F: tools/net/ 6130F: tools/net/
6131F: tools/testing/selftests/net/ 6131F: tools/testing/selftests/net/
6132F: lib/random32.c 6132F: lib/random32.c
6133F: lib/test_bpf.c
6133 6134
6134NETWORKING [IPv4/IPv6] 6135NETWORKING [IPv4/IPv6]
6135M: "David S. Miller" <davem@davemloft.net> 6136M: "David S. Miller" <davem@davemloft.net>