mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
6197e5b7b1
Generate the syscall command reference from the UAPI header file and include it in the main bpf docs page. Signed-off-by: Joe Stringer <joe@cilium.io> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Reviewed-by: Quentin Monnet <quentin@isovalent.com> Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://lore.kernel.org/bpf/20210302171947.2268128-15-joe@cilium.io
17 lines
514 B
ReStructuredText
17 lines
514 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
eBPF Userspace API
|
|
==================
|
|
|
|
eBPF is a kernel mechanism to provide a sandboxed runtime environment in the
|
|
Linux kernel for runtime extension and instrumentation without changing kernel
|
|
source code or loading kernel modules. eBPF programs can be attached to various
|
|
kernel subsystems, including networking, tracing and Linux security modules
|
|
(LSM).
|
|
|
|
For internal kernel documentation on eBPF, see Documentation/bpf/index.rst.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
syscall
|