aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/bpf_helpers_doc.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-28bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+2
2020-08-25bpf: Add d_path helperJiri Olsa1-0/+2
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki1-1/+8
2020-07-01bpf: Introduce helper bpf_get_task_stack()Song Liu1-0/+2
2020-06-24bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song1-0/+2
2020-06-24bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song1-0/+6
2020-06-24bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song1-0/+2
2020-05-11bpf: Minor fixes to BPF helpers documentationQuentin Monnet1-0/+6
2020-05-09bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song1-0/+2
2020-03-13bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira1-0/+1
2020-03-12bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira1-0/+1
2020-02-26scripts/bpf: Switch to more portable python3 shebangScott Branden1-1/+1
2020-01-13libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko1-2/+0
2019-10-20scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki1-2/+2
2019-10-16scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki1-1/+1
2019-10-09scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko1-1/+1
2019-10-06scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko1-1/+154
2019-05-13bpf: fix script for generating man page on BPF helpersQuentin Monnet1-4/+4
2018-05-17bpf: change eBPF helper doc parsing script to allow for smaller indentQuentin Monnet1-4/+4
2018-05-02bpf: relax constraints on formatting for eBPF helper documentationQuentin Monnet1-7/+7
2018-04-27bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet1-0/+421