aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-17bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko1-3/+0
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko1-1/+15
2021-08-17bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko1-75/+104
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau1-0/+8
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko1-20/+34
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-31/+69
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-18/+20
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+5
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov1-11/+33
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov1-0/+3
2021-07-09bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend1-0/+1
2021-07-07bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi1-1/+0
2021-07-07bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi1-1/+8
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima1-0/+1
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-0/+20
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek1-0/+2
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov1-0/+1
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov1-4/+4
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov1-0/+10
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-48/+111
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest1-19/+3
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+22
2021-04-19bpf: Add a bpf_snprintf helperFlorent Revest1-0/+1
2021-04-19bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest1-0/+1
2021-04-19bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest1-0/+20
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-04-08bpf: disable CFI in dispatcher functionsSami Tolvanen1-2/+2
2021-04-03bpf: Remove repeated struct btf_type declarationWan Jiabing1-1/+0
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau1-0/+6
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+24
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau1-2/+2
2021-03-26bpf: Take module reference for trampoline in moduleJiri Olsa1-0/+2
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song1-4/+18
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda1-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+25
2021-03-18bpf: Fix fexit trampoline.Alexei Starovoitov1-4/+20
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel1-20/+6
2021-03-09bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programsYonghong Song1-4/+5
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-0/+10
2021-02-26bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song1-0/+4
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song1-0/+13
2021-02-26sock_map: Make sock_map_prog_update() staticCong Wang1-9/+0
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang1-14/+12
2021-02-26bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov1-0/+5
2021-02-26bpf: Enable task local storage for tracing programsSong Liu1-0/+7
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