summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-23bpf: Add dynptr data slicesJoanne Koong
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu
2022-05-20selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-11bpf: Fix sparse warning for bpf_kptr_xchg_protoKumar Kartikeya Dwivedi
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov
2022-04-28x86/speculation: Add missing prototype for unpriv_ebpf_notify()Josh Poimboeuf
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo
2022-02-21x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-11bpf: Fix a bpf_timer initialization issueYonghong Song
2022-02-11bpf: Fix crash due to incorrect copy_map_valueKumar Kartikeya Dwivedi
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu
2022-02-07bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov
2022-01-26bpf: remove unused static inlinesJakub Kicinski
2022-01-24bpf: Add bpf_copy_from_user_task() helperKenny Yu
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi
2022-01-05xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo