summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@fb.com>2017-10-30 19:39:56 -0700
committerDavid S. Miller <davem@davemloft.net>2017-11-01 21:01:47 +0900
commit2e39748a4231a893f057567e9b880ab34ea47aef (patch)
treed113bae8e7774e5c395da67bff55b6adc7eb77f3 /MAINTAINERS
parentda13c59b9936dfedcf9f2203bd29fbf83ad672bf (diff)
downloadlinux-2e39748a4231a893f057567e9b880ab34ea47aef.tar.bz2
bpf: document answers to common questions about BPF
to address common misconceptions about what BPF is and what it's not add short BPF Q&A that clarifies core BPF design principles and answers some common questions. Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: John Fastabend <john.fastabend@gmail.com> Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c4d21b302409..66471f7d77d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2713,6 +2713,7 @@ L: linux-kernel@vger.kernel.org
S: Supported
F: arch/x86/net/bpf_jit*
F: Documentation/networking/filter.txt
+F: Documentation/bpf/
F: include/linux/bpf*
F: include/linux/filter.h
F: include/uapi/linux/bpf*