Age | Commit message (Expand) | Author | Files | Lines |
2020-12-04 | bpf: Add a bpf_sock_from_file helper | Florent Revest | 1 | -0/+4 |
2020-11-26 | bpf: Add a BPF helper for getting the IMA hash of an inode | KP Singh | 1 | -0/+2 |
2020-11-18 | bpf: Add bpf_bprm_opts_set helper | KP Singh | 1 | -0/+2 |
2020-10-29 | bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defs | Andrii Nakryiko | 1 | -0/+1 |
2020-10-22 | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop | Toke Høiland-Jørgensen | 1 | -0/+1 |
2020-09-28 | bpf: Add bpf_snprintf_btf helper | Alan Maguire | 1 | -0/+2 |
2020-08-25 | bpf: Add d_path helper | Jiri Olsa | 1 | -0/+2 |
2020-07-17 | bpf: Introduce SK_LOOKUP program type with a dedicated attach point | Jakub Sitnicki | 1 | -1/+8 |
2020-07-01 | bpf: Introduce helper bpf_get_task_stack() | Song Liu | 1 | -0/+2 |
2020-06-24 | bpf: Add bpf_skc_to_udp6_sock() helper | Yonghong Song | 1 | -0/+2 |
2020-06-24 | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers | Yonghong Song | 1 | -0/+6 |
2020-06-24 | bpf: Add bpf_skc_to_tcp6_sock() helper | Yonghong Song | 1 | -0/+2 |
2020-05-11 | bpf: Minor fixes to BPF helpers documentation | Quentin Monnet | 1 | -0/+6 |
2020-05-09 | bpf: Add bpf_seq_printf and bpf_seq_write helpers | Yonghong Song | 1 | -0/+2 |
2020-03-13 | bpf_helpers_doc.py: Fix warning when compiling bpftool | Carlos Neira | 1 | -0/+1 |
2020-03-12 | bpf: Added new helper bpf_get_ns_current_pid_tgid | Carlos Neira | 1 | -0/+1 |
2020-02-26 | scripts/bpf: Switch to more portable python3 shebang | Scott Branden | 1 | -1/+1 |
2020-01-13 | libbpf: Clean up bpf_helper_defs.h generation output | Andrii Nakryiko | 1 | -2/+0 |
2019-10-20 | scripts/bpf: Print an error when known types list needs updating | Jakub Sitnicki | 1 | -2/+2 |
2019-10-16 | scripts/bpf: Emit an #error directive known types list needs updating | Jakub Sitnicki | 1 | -1/+1 |
2019-10-09 | scripts/bpf: Fix xdp_md forward declaration typo | Andrii Nakryiko | 1 | -1/+1 |
2019-10-06 | scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitions | Andrii Nakryiko | 1 | -1/+154 |
2019-05-13 | bpf: fix script for generating man page on BPF helpers | Quentin Monnet | 1 | -4/+4 |
2018-05-17 | bpf: change eBPF helper doc parsing script to allow for smaller indent | Quentin Monnet | 1 | -4/+4 |
2018-05-02 | bpf: relax constraints on formatting for eBPF helper documentation | Quentin Monnet | 1 | -7/+7 |
2018-04-27 | bpf: add script and prepare bpf.h for new helpers documentation | Quentin Monnet | 1 | -0/+421 |