summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-03-221-2/+9
|\
| * bpf: Reject programs that try to load __percpu memory.Hao Luo2022-03-051-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-0/+11
|\ \ | |/ |/|
| * Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-071-0/+11
| |\
| | * x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-0/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-5/+4
|\| |
| * | bpf: Fix a bpf_timer initialization issueYonghong Song2022-02-111-4/+2
| * | bpf: Fix crash due to incorrect copy_map_valueKumar Kartikeya Dwivedi2022-02-111-1/+2
| |/
* | bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu2022-02-071-0/+1
* | bpf: Introduce bpf_arch_text_copySong Liu2022-02-071-0/+2
* | bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu2022-02-071-2/+2
* | bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2022-01-271-3/+6
* | cgroup/bpf: fast path skb BPF filteringPavel Begunkov2022-01-271-0/+13
* | bpf: remove unused static inlinesJakub Kicinski2022-01-261-10/+0
* | bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-241-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-241-33/+49
|\ \ | |/ |/|
| * bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen2022-01-211-11/+19
| * bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-211-0/+1
| * bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-201-0/+9
| * bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-191-4/+6
| * bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu2022-01-191-9/+11
| * bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu2022-01-191-7/+9
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-181-8/+0
* | bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-2/+7
|/
* xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2022-01-051-10/+10
* bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo2021-12-181-1/+3
* bpf: Convert PTR_TO_MEM_OR_NULL to composable types.Hao Luo2021-12-181-1/+0
* bpf: Introduce MEM_RDONLY flagHao Luo2021-12-181-3/+5
* bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-9/+9
* bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-7/+12
* bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULLHao Luo2021-12-181-6/+9
* bpf: Introduce composable reg, ret and arg types.Hao Luo2021-12-181-0/+42
* bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa2021-12-131-0/+5
* bpf: Add bpf_strncmp helperHou Tao2021-12-111-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-1/+10
|\
| * bpf: Pass a set of bpf_core_relo-s to prog_load command.Alexei Starovoitov2021-12-021-0/+8
| * bpf: Add bpf_loop helperJoanne Koong2021-11-301-0/+1
| * bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-14/+3
|\ \
| * | bpf: Make sure bpf_disable_instrumentation() is safe vs preemption.Sebastian Andrzej Siewior2021-11-301-14/+2
| * | bpf, x86: Fix "no previous prototype" warningBjörn Töpel2021-11-171-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-1/+2
|\| | | |/ |/|
| * bpf: Fix toctou on read-only map's constant scalar trackingDaniel Borkmann2021-11-151-1/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-151-0/+1
|\ \ | |/ |/|
| * bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+1
* | bpf: Stop caching subprog index in the bpf_pseudo_func insnMartin KaFai Lau2021-11-061-0/+6
|/
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-5/+54
|\
| * bpf: Add alignment padding for "map_extra" + consolidate holesJoanne Koong2021-11-011-3/+3
| * bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-011-0/+16
| * bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-0/+23