aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2021-11-02bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen
2021-10-07bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest
2021-04-19bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-08bpf: disable CFI in dispatcher functionsSami Tolvanen
2021-04-03bpf: Remove repeated struct btf_type declarationWan Jiabing
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau
2021-03-26bpf: Take module reference for trampoline in moduleJiri Olsa
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2021-03-09bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programsYonghong Song
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer
2021-02-26bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song
2021-02-26sock_map: Make sock_map_prog_update() staticCong Wang
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov
2021-02-26bpf: Enable task local storage for tracing programsSong Liu
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest
2021-02-11bpf: Add per-program recursion prevention mechanismAlexei Starovoitov
2021-02-11bpf: Compute program stats for sleepable programsAlexei Starovoitov
2021-02-11bpf: Optimize program statsAlexei Starovoitov
2021-02-10bpf: Allow variable-offset stack accessAndrei Matei
2021-01-27bpf: Allow rewriting to ports under ip_unprivileged_port_startStanislav Fomichev
2021-01-12bpf: Support BPF ksym variables in kernel modulesAndrii Nakryiko
2021-01-12bpf: Declare __bpf_free_used_maps() unconditionallyAndrii Nakryiko
2021-01-12bpf: Add bpf_patch_call_args prototype to include/linux/bpf.hAndrii Nakryiko
2020-12-08bpf: Only provide bpf_sock_from_file with CONFIG_NETFlorent Revest
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin