| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-11-24 | docs/bpf: Fix sphinx warnings in BPF map docs | Donald Hunter | 1 | -6/+30 | |
| Fix duplicate C declaration warnings when using sphinx >= 3.1. Reported-by: Akira Yokosawa <[email protected]> Signed-off-by: Donald Hunter <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Reviewed-by: Akira Yokosawa <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] Link: https://lore.kernel.org/bpf/[email protected] | |||||
| 2022-11-11 | docs/bpf: Document BPF map types QUEUE and STACK | Donald Hunter | 1 | -0/+122 | |
| Add documentation for BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK, including usage and examples. Signed-off-by: Donald Hunter <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] | |||||