diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2014-06-10 06:31:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-11 18:39:18 -0400 |
commit | a101ccd141fa777febc510a5c3f3da0c23cd47ce (patch) | |
tree | e27340e9b3fbdb648b63a2dfb07cf9795ac3a034 | |
parent | bad93e9d4eeb0d2d6b79204d6cedc7f2e7b256f1 (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-- | MAINTAINERS | 1 |
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 | |||
6130 | F: tools/net/ | 6130 | F: tools/net/ |
6131 | F: tools/testing/selftests/net/ | 6131 | F: tools/testing/selftests/net/ |
6132 | F: lib/random32.c | 6132 | F: lib/random32.c |
6133 | F: lib/test_bpf.c | ||
6133 | 6134 | ||
6134 | NETWORKING [IPv4/IPv6] | 6135 | NETWORKING [IPv4/IPv6] |
6135 | M: "David S. Miller" <davem@davemloft.net> | 6136 | M: "David S. Miller" <davem@davemloft.net> |