summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@fb.com>2017-10-30 22:39:56 -0400
committerDavid S. Miller <davem@davemloft.net>2017-11-01 08:01:47 -0400
commit2e39748a4231a893f057567e9b880ab34ea47aef (patch)
treed113bae8e7774e5c395da67bff55b6adc7eb77f3 /MAINTAINERS
parentda13c59b9936dfedcf9f2203bd29fbf83ad672bf (diff)
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
2713S: Supported 2713S: Supported
2714F: arch/x86/net/bpf_jit* 2714F: arch/x86/net/bpf_jit*
2715F: Documentation/networking/filter.txt 2715F: Documentation/networking/filter.txt
2716F: Documentation/bpf/
2716F: include/linux/bpf* 2717F: include/linux/bpf*
2717F: include/linux/filter.h 2718F: include/linux/filter.h
2718F: include/uapi/linux/bpf* 2719F: include/uapi/linux/bpf*