Hi all, for historical reasons filter.rst not only documents the classic Berkely Packet Filter, but also contains some of the most fundamental eBPF documentation. This series moves the actual eBPF documentation into newly created files under Documentation/bpf/ instead. Note that the instruction set document is still a bit of a mess due to all the references to classic BPF, but if this split goes through I plan to start on working to clean that up as well. Diffstat: Documentation/bpf/index.rst | 30 Documentation/bpf/instruction-set.rst | 491 +++++++++++++++ Documentation/bpf/maps.rst | 43 + Documentation/bpf/verifier.rst | 533 +++++++++++++++++ Documentation/networking/filter.rst | 1064 ---------------------------------- arch/arm/net/bpf_jit_32.c | 2 arch/arm64/net/bpf_jit_comp.c | 2 arch/sparc/net/bpf_jit_comp_64.c | 2 arch/x86/net/bpf_jit_comp.c | 2 kernel/bpf/core.c | 4 net/core/filter.c | 11 11 files changed, 1113 insertions(+), 1071 deletions(-)