summaryrefslogtreecommitdiffstats
path: root/scripts/bpf_doc.py
Commit message (Expand)AuthorAgeFilesLines
* scripts/bpf_doc: Use silent mode when exec make cmdHangbin Liu2024-03-151-2/+2
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-021-1/+1
|\
| * bpf: Generate const static pointers for kernel helpersJose E. Marchesi2024-01-291-1/+1
* | bpf, scripts: Correct GPL license nameGianmarco Lusvardi2024-02-141-1/+1
|/
* bpf, docs: Fix invalid escape sequence warnings in bpf_doc.pyVishal Chourasia2023-08-311-28/+28
* bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pagesAlejandro Colomar2023-04-111-1/+1
* bpf_doc: Fix build error with older python versionsMichal Suchanek2023-01-111-1/+1
* bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-081-0/+1
* bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+2
* scripts/bpf_doc.py: update logic to not assume sequential enum valuesAndrii Nakryiko2022-10-061-6/+25
* bpf: explicitly define BPF_FUNC_xxx integer valuesAndrii Nakryiko2022-10-061-10/+9
* bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger2022-08-251-5/+34
* scripts/bpf: Set date attribute for bpf-helpers(7) man pageQuentin Monnet2022-08-231-2/+18
* scripts/bpf: Set version attribute for bpf-helpers(7) man pageQuentin Monnet2022-08-231-1/+20
* bpf, docs: Use SPDX license identifier in bpf_doc.pyAlejandro Colomar2022-07-221-21/+1
* bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+4
* bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-0/+2
* bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+2
* bpf/scripts: Raise an exception if the correct number of sycalls are not gene...Usama Arif2022-01-191-27/+59
* bpf/scripts: Make description and returns section for helpers/syscalls mandatoryUsama Arif2022-01-191-12/+18
* bpf/scripts: Raise an exception if the correct number of helpers are not gene...Usama Arif2022-01-141-2/+48
* bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+2
* bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-0/+2
* scripts/bpf: Add syscall commands printerJoe Stringer2021-03-041-9/+91
* scripts/bpf: Abstract eBPF API target parameterJoe Stringer2021-03-041-0/+650