summaryrefslogtreecommitdiffstats
path: root/scripts/bpf_helpers_doc.py
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add a bpf_sock_from_file helperFlorent Revest2020-12-041-0/+4
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+2
* bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+2
* bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defsAndrii Nakryiko2020-10-291-0/+1
* bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-0/+1
* bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-281-0/+2
* bpf: Add d_path helperJiri Olsa2020-08-251-0/+2
* bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-171-1/+8
* bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-0/+2
* bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-0/+2
* bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-0/+6
* bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-0/+2
* bpf: Minor fixes to BPF helpers documentationQuentin Monnet2020-05-111-0/+6
* bpf: Add bpf_seq_printf and bpf_seq_write helpersYonghong Song2020-05-091-0/+2
* bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira2020-03-131-0/+1
* bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-121-0/+1
* scripts/bpf: Switch to more portable python3 shebangScott Branden2020-02-261-1/+1
* libbpf: Clean up bpf_helper_defs.h generation outputAndrii Nakryiko2020-01-131-2/+0
* scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki2019-10-201-2/+2
* scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki2019-10-161-1/+1
* scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko2019-10-091-1/+1
* scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko2019-10-061-1/+154
* bpf: fix script for generating man page on BPF helpersQuentin Monnet2019-05-131-4/+4
* bpf: change eBPF helper doc parsing script to allow for smaller indentQuentin Monnet2018-05-171-4/+4
* bpf: relax constraints on formatting for eBPF helper documentationQuentin Monnet2018-05-021-7/+7
* bpf: add script and prepare bpf.h for new helpers documentationQuentin Monnet2018-04-271-0/+421