index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
bpf_doc.py
Age
Commit message (
Expand
)
Author
2024-02-14
bpf, scripts: Correct GPL license name
Gianmarco Lusvardi
2023-08-31
bpf, docs: Fix invalid escape sequence warnings in bpf_doc.py
Vishal Chourasia
2023-04-11
bpf: Remove extra whitespace in SPDX tag for syscall/helpers man pages
Alejandro Colomar
2023-01-11
bpf_doc: Fix build error with older python versions
Michal Suchanek
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-10-25
bpf: Implement cgroup storage available to non-cgroup-attached bpf progs
Yonghong Song
2022-10-06
scripts/bpf_doc.py: update logic to not assume sequential enum values
Andrii Nakryiko
2022-10-06
bpf: explicitly define BPF_FUNC_xxx integer values
Andrii Nakryiko
2022-08-25
bpf/scripts: Assert helper enum value is aligned with comment order
Eyal Birger
2022-08-23
scripts/bpf: Set date attribute for bpf-helpers(7) man page
Quentin Monnet
2022-08-23
scripts/bpf: Set version attribute for bpf-helpers(7) man page
Quentin Monnet
2022-07-22
bpf, docs: Use SPDX license identifier in bpf_doc.py
Alejandro Colomar
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-05-23
bpf: Add verifier support for dynptrs
Joanne Koong
2022-05-20
bpf: Add bpf_skc_to_mptcp_sock_proto
Geliang Tang
2022-01-19
bpf/scripts: Raise an exception if the correct number of sycalls are not gene...
Usama Arif
2022-01-19
bpf/scripts: Make description and returns section for helpers/syscalls mandatory
Usama Arif
2022-01-14
bpf/scripts: Raise an exception if the correct number of helpers are not gene...
Usama Arif
2021-10-21
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-03-04
scripts/bpf: Add syscall commands printer
Joe Stringer
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer