summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-162/+189
|\
| * bpf: Add dynptr data slicesJoanne Koong2022-05-231-0/+1
| * bpf: Dynptr support for ring buffersJoanne Koong2022-05-231-1/+14
| * bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-0/+28
| * bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu2022-05-231-0/+1
| * selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang2022-05-201-1/+1
| * bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+1
| * bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2022-05-131-8/+10
| * bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+2
| * bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi2022-05-111-0/+1
| * bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-101-0/+1
| * bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2022-05-101-4/+13
| * bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-12/+24
| * bpf: Add bpf_link iteratorDmitrii Dolgov2022-05-101-0/+1
| * bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-2/+1
| * bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2022-04-251-1/+2
| * bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2022-04-251-0/+4
| * bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi2022-04-251-26/+30
| * bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi2022-04-251-1/+9
| * bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-0/+8
| * bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-251-1/+4
| * bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-251-1/+30
| * bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-191-108/+7
* | x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf2022-04-281-0/+2
|/
* 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