aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/bpf_doc.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger1-5/+34
2022-08-23scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet1-2/+18
2022-08-23scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet1-1/+20
2022-07-22bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar1-21/+1
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-0/+4
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong1-0/+2
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+2
2022-01-19bpf/scripts: Raise an exception if the correct number of sycalls are not generatedUsama Arif1-27/+59
2022-01-19bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif1-12/+18
2022-01-14bpf/scripts: Raise an exception if the correct number of helpers are not generatedUsama Arif1-2/+48
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen1-0/+2
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+2
2021-03-04scripts/bpf: Add syscall commands printerJoe Stringer1-9/+91
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-0/+650