summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-27bpf: Defer the free of inner map when necessaryHou Tao1-1/+6
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao1-1/+5
2023-10-10bpf: Fix tr dereferencingLeon Hwang1-1/+1
2022-08-03bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-0/+10
2022-06-09x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf1-0/+2
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+12
2021-12-14bpf, x86: Fix "no previous prototype" warningBjörn Töpel1-0/+1
2021-12-01bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann1-1/+2
2021-11-02bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-2/+5
2021-10-06bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-0/+2
2021-09-03bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song1-4/+11
2021-07-25bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend1-0/+1
2021-04-28bpf: Allow variable-offset stack accessAndrei Matei1-0/+5
2021-04-07bpf: Fix fexit trampoline.Alexei Starovoitov1-4/+20
2021-03-30bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programsSasha Levin1-4/+5
2021-03-25bpf: Declare __bpf_free_used_maps() unconditionallyAndrii Nakryiko1-2/+3
2021-03-04bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko1-0/+3
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-10-03bpf: Introducte bpf_this_cpu_ptr()Hao Luo1-0/+2
2020-10-03bpf: Introduce bpf_per_cpu_ptr()Hao Luo1-0/+4
2020-09-29bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen1-0/+2
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen1-6/+9
2020-09-29bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+1
2020-09-29bpf: Provide function to get vmlinux BTF informationAlan Maguire1-0/+2
2020-09-29bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen1-5/+14
2020-09-29bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen1-1/+1
2020-09-28bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu1-0/+3
2020-09-26bpf: Add comment to document BTF type PTR_TO_BTF_ID_OR_NULLJohn Fastabend1-2/+16
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau1-0/+1
2020-09-22bpf: Use a table to drive helper arg type checksLorenz Bauer1-0/+1
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-8/+10
2020-09-22btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-18bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski1-0/+3
2020-09-17bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski1-2/+2
2020-09-17bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski1-0/+1
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu1-0/+1
2020-08-28bpf: Add bpf_copy_from_user() helper.Alexei Starovoitov1-0/+1
2020-08-28bpf: Introduce sleepable BPF programsAlexei Starovoitov1-0/+3
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+16
2020-08-26bpf: Add BTF_SET_START/END macrosJiri Olsa1-0/+4
2020-08-26bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-26bpf: Generalize bpf_sk_storageKP Singh1-0/+8
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+6
2020-08-20bpf: Factor out bpf_link_by_id() helper.Alexei Starovoitov1-0/+1
2020-08-07bpf: Change uapi for bpf iterator map elementsYonghong Song1-4/+6
2020-08-02bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-0/+1
2020-07-26bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko1-26/+55
2020-07-26bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu1-0/+2