aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-2/+9
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+11
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+11
2022-03-05bpf: Reject programs that try to load __percpu memory.Gravatar Hao Luo 1-2/+9
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Gravatar Josh Poimboeuf 1-0/+11
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-5/+4
2022-02-11bpf: Fix a bpf_timer initialization issueGravatar Yonghong Song 1-4/+2
2022-02-11bpf: Fix crash due to incorrect copy_map_valueGravatar Kumar Kartikeya Dwivedi 1-1/+2
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Gravatar Song Liu 1-0/+1
2022-02-07bpf: Introduce bpf_arch_text_copyGravatar Song Liu 1-0/+2
2022-02-07bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemGravatar Song Liu 1-2/+2
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayGravatar Yonghong Song 1-3/+6
2022-01-27cgroup/bpf: fast path skb BPF filteringGravatar Pavel Begunkov 1-0/+13
2022-01-26bpf: remove unused static inlinesGravatar Jakub Kicinski 1-10/+0
2022-01-24bpf: Add bpf_copy_from_user_task() helperGravatar Kenny Yu 1-0/+1
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-33/+49
2022-01-21bpf: generalise tail call map compatibility checkGravatar Toke Hoiland-Jorgensen 1-11/+19
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programGravatar Lorenzo Bianconi 1-0/+1
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapGravatar Di Zhu 1-0/+9
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueGravatar YiFei Zhu 1-4/+6
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxGravatar YiFei Zhu 1-9/+11
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanGravatar YiFei Zhu 1-7/+9
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersGravatar Daniel Borkmann 1-2/+7
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIGravatar Kumar Kartikeya Dwivedi 1-8/+0
2022-01-05xdp: Move conversion to xdp_frame out of map functionsGravatar Toke Høiland-Jørgensen 1-10/+10
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Gravatar Hao Luo 1-1/+3
2021-12-18bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Gravatar Hao Luo 1-1/+0
2021-12-18bpf: Introduce MEM_RDONLY flagGravatar Hao Luo 1-3/+5
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLGravatar Hao Luo 1-9/+9
2021-12-18bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLGravatar Hao Luo 1-7/+12
2021-12-18bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLGravatar Hao Luo 1-6/+9
2021-12-18bpf: Introduce composable reg, ret and arg types.Gravatar Hao Luo 1-0/+42
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersGravatar Jiri Olsa 1-0/+5
2021-12-11bpf: Add bpf_strncmp helperGravatar Hou Tao 1-0/+1
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-1/+10
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-14/+3
2021-12-02bpf: Pass a set of bpf_core_relo-s to prog_load command.Gravatar Alexei Starovoitov 1-0/+8
2021-11-30bpf: Add bpf_loop helperGravatar Joanne Koong 1-0/+1
2021-11-30bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Gravatar Sebastian Andrzej Siewior 1-14/+2
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+2
2021-11-17bpf, x86: Fix "no previous prototype" warningGravatar Björn Töpel 1-0/+1
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Gravatar Tiezhu Yang 1-1/+1
2021-11-15bpf: Fix toctou on read-only map's constant scalar trackingGravatar Daniel Borkmann 1-1/+2
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+1
2021-11-07bpf: Introduce helper bpf_find_vmaGravatar Song Liu 1-0/+1
2021-11-06bpf: Stop caching subprog index in the bpf_pseudo_func insnGravatar Martin KaFai Lau 1-0/+6
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-5/+54
2021-11-01bpf: Add alignment padding for "map_extra" + consolidate holesGravatar Joanne Koong 1-3/+3
2021-11-01bpf: Add dummy BPF STRUCT_OPS for test purposeGravatar Hou Tao 1-0/+16
2021-11-01bpf: Factor out helpers for ctx access checkingGravatar Hou Tao 1-0/+23