aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-31bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyGravatar Vishal Chourasia 1-28/+28
2023-04-11bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesGravatar Alejandro Colomar 1-1/+1
2023-01-11bpf_doc: Fix build error with older python versionsGravatar Michal Suchanek 1-1/+1
2022-12-08bpf: Rework process_dynptr_funcGravatar Kumar Kartikeya Dwivedi 1-0/+1
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsGravatar Yonghong Song 1-0/+2
2022-10-06scripts/bpf_doc.py: update logic to not assume sequential enum valuesGravatar Andrii Nakryiko 1-6/+25
2022-10-06bpf: explicitly define BPF_FUNC_xxx integer valuesGravatar Andrii Nakryiko 1-10/+9
2022-08-25bpf/scripts: Assert helper enum value is aligned with comment orderGravatar Eyal Birger 1-5/+34
2022-08-23scripts/bpf: Set date attribute for bpf-helpers(7) man pageGravatar Quentin Monnet 1-2/+18
2022-08-23scripts/bpf: Set version attribute for bpf-helpers(7) man pageGravatar Quentin Monnet 1-1/+20
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyGravatar Alejandro Colomar 1-21/+1
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPGravatar Maxim Mikityanskiy 1-0/+4
2022-05-23bpf: Add verifier support for dynptrsGravatar Joanne Koong 1-0/+2
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGravatar Geliang Tang 1-0/+2
2022-01-19bpf/scripts: Raise an exception if the correct number of sycalls are not gene...Gravatar Usama Arif 1-27/+59
2022-01-19bpf/scripts: Make description and returns section for helpers/syscalls mandatoryGravatar Usama Arif 1-12/+18
2022-01-14bpf/scripts: Raise an exception if the correct number of helpers are not gene...Gravatar Usama Arif 1-2/+48
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperGravatar Hengqi Chen 1-0/+2
2021-07-15bpf: Introduce bpf timers.Gravatar Alexei Starovoitov 1-0/+2
2021-03-04scripts/bpf: Add syscall commands printerGravatar Joe Stringer 1-9/+91
2021-03-04scripts/bpf: Abstract eBPF API target parameterGravatar Joe Stringer 1-0/+650