aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest1-0/+1
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov1-3/+3
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov1-2/+2
2021-02-11bpf: Optimize program statsAlexei Starovoitov1-8/+0
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei1-0/+5
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev1-19/+33
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko1-0/+10
2021-01-12bpf: Declare __bpf_free_used_maps() unconditionallyAndrii Nakryiko1-2/+3
2021-01-12bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko1-0/+3
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest1-0/+1
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko1-4/+9
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin1-11/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin1-12/+0
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin1-0/+34
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov1-0/+1
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko1-0/+2
2020-11-06bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh1-0/+1
2020-10-28bpf: Permit cond_resched for some iteratorsYonghong Song1-0/+5
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-10-02bpf: Introducte bpf_this_cpu_ptr()Hao Luo1-0/+2
2020-10-02bpf: 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-28bpf: Add bpf_snprintf_btf helperAlan Maguire1-0/+1
2020-09-28bpf: Provide function to get vmlinux BTF informationAlan Maguire1-0/+2
2020-09-28bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen1-5/+14
2020-09-28bpf: 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-25bpf: 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-21bpf: Use a table to drive helper arg type checksLorenz Bauer1-0/+1
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer1-8/+10
2020-09-21btf: Make btf_set_contains take a const pointerLorenz Bauer1-1/+1
2020-09-17bpf, 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-15bpf: 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-25bpf: Add BTF_SET_START/END macrosJiri Olsa1-0/+4
2020-08-25bpf: Add btf_struct_ids_match functionJiri Olsa1-0/+2
2020-08-25bpf: Generalize bpf_sk_storageKP Singh1-0/+8
2020-08-21bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-0/+7
2020-08-21bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+4
2020-08-21bpf: 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-06bpf: Change uapi for bpf iterator map elementsYonghong Song1-4/+6
2020-08-01bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko1-0/+1
2020-07-25bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko1-26/+55