]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/bpf/index.rst
Merge branch 'bpftool-probes'
[mirror_ubuntu-jammy-kernel.git] / Documentation / bpf / index.rst
CommitLineData
4712c1b2 1=================
6919bcc8 2BPF Documentation
4712c1b2
JDB
3=================
4
5This directory contains documentation for the BPF (Berkeley Packet
6Filter) facility, with a focus on the extended BPF version (eBPF).
7
8This kernel side documentation is still work in progress. The main
9textual documentation is (for historical reasons) described in
10`Documentation/networking/filter.txt`_, which describe both classical
11and extended BPF instruction-set.
12The Cilium project also maintains a `BPF and XDP Reference Guide`_
13that goes into great technical depth about the BPF Architecture.
14
15The primary info for the bpf syscall is available in the `man-pages`_
16for `bpf(2)`_.
17
18
19
20Frequently asked questions (FAQ)
21================================
22
23Two sets of Questions and Answers (Q&A) are maintained.
24
b3d40f63
TH
25.. toctree::
26 :maxdepth: 1
4712c1b2 27
b3d40f63
TH
28 bpf_design_QA
29 bpf_devel_QA
4712c1b2
JDB
30
31
32.. Links:
4712c1b2
JDB
33.. _Documentation/networking/filter.txt: ../networking/filter.txt
34.. _man-pages: https://www.kernel.org/doc/man-pages/
35.. _bpf(2): http://man7.org/linux/man-pages/man2/bpf.2.html
36.. _BPF and XDP Reference Guide: http://cilium.readthedocs.io/en/latest/bpf/