Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / Documentation / bpf / index.rst
1 =================
2 BPF Documentation
3 =================
4
5 This directory contains documentation for the BPF (Berkeley Packet
6 Filter) facility, with a focus on the extended BPF version (eBPF).
7
8 This kernel side documentation is still work in progress.
9 The Cilium project also maintains a `BPF and XDP Reference Guide`_
10 that goes into great technical depth about the BPF Architecture.
11
12 .. toctree::
13    :maxdepth: 1
14
15    instruction-set
16    verifier
17    libbpf/index
18    btf
19    faq
20    syscall_api
21    helpers
22    kfuncs
23    programs
24    maps
25    bpf_prog_run
26    classic_vs_extended.rst
27    bpf_licensing
28    test_debug
29    other
30
31 .. only::  subproject and html
32
33    Indices
34    =======
35
36    * :ref:`genindex`
37
38 .. Links:
39 .. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/