summaryrefslogtreecommitdiff
path: root/scripts/bpf_doc.py
AgeCommit message (Expand)Author
2024-02-14bpf, scripts: Correct GPL license nameGianmarco Lusvardi
2023-08-31bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia
2023-04-11bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar
2023-01-11bpf_doc: Fix build error with older python versionsMichal Suchanek
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-06scripts/bpf_doc.py: update logic to not assume sequential enum valuesAndrii Nakryiko
2022-10-06bpf: explicitly define BPF_FUNC_xxx integer valuesAndrii Nakryiko
2022-08-25bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger
2022-08-23scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet
2022-08-23scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-01-19bpf/scripts: Raise an exception if the correct number of sycalls are not gene...Usama Arif
2022-01-19bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif
2022-01-14bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov
2021-03-04scripts/bpf: Add syscall commands printerJoe Stringer
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer