summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-17xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen1-10/+10
2024-04-27bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann1-2/+7
2024-03-26bpf: Defer the free of inner map when necessaryHou Tao1-1/+6
2024-03-01bpf: Remove trace_printk_lockJiri Olsa1-0/+3
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa1-1/+1
2024-03-01bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa1-1/+6
2024-03-01bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky1-0/+2
2024-02-23bpf: Add map and need_defer parameters to .map_fd_put_ptr()Hou Tao1-1/+5
2024-01-05bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa1-0/+3
2023-10-10bpf: Fix tr dereferencingLeon Hwang1-1/+1
2022-11-16bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen1-0/+1
2022-07-12bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau1-0/+6
2022-06-09x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf1-0/+2
2022-05-01bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-1/+3
2022-05-01bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo1-1/+0
2022-05-01bpf: Introduce MEM_RDONLY flagHao Luo1-3/+5
2022-05-01bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo1-9/+9
2022-05-01bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo1-7/+12
2022-05-01bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo1-6/+9
2022-05-01bpf: Introduce composable reg, ret and arg types.Hao Luo1-0/+42
2022-03-11x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf1-0/+12
2022-03-02bpf: Fix a bpf_timer initialization issueYonghong Song1-4/+2
2022-03-02bpf: Fix crash due to incorrect copy_map_valueKumar Kartikeya Dwivedi1-1/+2
2021-12-14bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior1-14/+2
2021-12-14bpf, x86: Fix "no previous prototype" warningBjörn Töpel1-0/+1
2021-11-25bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann1-1/+2
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-2/+5
2021-09-14bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao1-1/+2
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/ne...Linus Torvalds1-48/+111
2021-04-27bpf: Implement formatted output helpers with bstr_printfFlorent Revest1-19/+3