diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2014-06-10 12:31:10 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-06-11 15:39:18 -0700 |
commit | a101ccd141fa777febc510a5c3f3da0c23cd47ce (patch) | |
tree | e27340e9b3fbdb648b63a2dfb07cf9795ac3a034 /MAINTAINERS | |
parent | bad93e9d4eeb0d2d6b79204d6cedc7f2e7b256f1 (diff) | |
download | linux-a101ccd141fa777febc510a5c3f3da0c23cd47ce.tar.bz2 |
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>
Diffstat (limited to 'MAINTAINERS')
-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 F: tools/net/ F: tools/testing/selftests/net/ F: lib/random32.c +F: lib/test_bpf.c NETWORKING [IPv4/IPv6] M: "David S. Miller" <davem@davemloft.net> |