aboutsummaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsGravatar Joanne Koong 2-7/+7
2022-06-16bpf: Allow helpers to accept pointers with a fixed sizeGravatar Maxim Mikityanskiy 1-11/+32
2022-06-16bpf: allow sleepable uprobe programs to attachGravatar Delyan Kratunov 1-2/+2
2022-06-16bpf: implement sleepable uprobes by chaining gpsGravatar Delyan Kratunov 1-0/+15
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsGravatar Kumar Kartikeya Dwivedi 1-0/+5
2022-06-11bpf: avoid grabbing spin_locks of all cpus when no free elemsGravatar Feng Zhou 1-6/+14
2022-06-07bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsGravatar Toke Høiland-Jørgensen 1-1/+2
2022-06-07bpf: Add btf enum64 supportGravatar Yonghong Song 2-15/+129
2022-06-02bpf: Fix KASAN use-after-free Read in compute_effective_progsGravatar Tadeusz Struk 1-10/+60
2022-06-02bpf: Correct the comment about insn_to_jit_offGravatar Pu Lehui 1-1/+1
2022-06-02bpf: Unify data extension operation of jited_ksyms and jited_linfoGravatar Pu Lehui 1-2/+3
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-9/+5
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Gravatar Menglong Dong 1-9/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 28-531/+2537
2022-05-23bpf: Add dynptr data slicesGravatar Joanne Koong 2-0/+51
2022-05-23bpf: Add bpf_dynptr_read and bpf_dynptr_writeGravatar Joanne Koong 1-0/+78
2022-05-23bpf: Dynptr support for ring buffersGravatar Joanne Koong 3-7/+137
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsGravatar Joanne Koong 2-0/+71
2022-05-23bpf: Add verifier support for dynptrsGravatar Joanne Koong 1-3/+185
2022-05-23bpf: Suppress 'passing zero to PTR_ERR' warningGravatar Kumar Kartikeya Dwivedi 1-1/+1
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packGravatar Song Liu 1-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsGravatar Song Liu 1-4/+6
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourGravatar Alan Maguire 1-1/+13
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Gravatar Benjamin Tissoires 1-0/+6
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGravatar Geliang Tang 1-0/+1
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagGravatar Joanne Koong 2-22/+10
2022-05-13printk: stop including cache.h from printk.hGravatar Peter Collingbourne 1-0/+1
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Gravatar Alexei Starovoitov 1-0/+10
2022-05-11bpf: Fix potential array overflow in bpf_trampoline_get_progs()Gravatar Yuntao Wang 1-6/+12
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapGravatar Feng Zhou 5-2/+81
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Gravatar Kui-Feng Lee 3-6/+30
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackGravatar Kui-Feng Lee 2-6/+21
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksGravatar Kui-Feng Lee 3-69/+98
2022-05-10bpf: Add bpf_link iteratorGravatar Dmitrii Dolgov 3-1/+127
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsGravatar Takshak Chahande 2-2/+13
2022-05-09bpf: Remove unused parameter from find_kfunc_desc_btf()Gravatar Yuntao Wang 1-5/+4
2022-04-26bpf: Compute map_btf_id during build timeGravatar Menglong Dong 15-115/+52
2022-04-25bpf: Make BTF type match stricter for release argumentsGravatar Kumar Kartikeya Dwivedi 2-7/+25
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersGravatar Kumar Kartikeya Dwivedi 1-5/+53
2022-04-25bpf: Wire up freeing of referenced kptrGravatar Kumar Kartikeya Dwivedi 4-25/+204
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfGravatar Kumar Kartikeya Dwivedi 1-0/+108
2022-04-25bpf: Adapt copy_map_value for multiple offset caseGravatar Kumar Kartikeya Dwivedi 1-1/+87
2022-04-25bpf: Prevent escaping of kptr loaded from mapsGravatar Kumar Kartikeya Dwivedi 1-7/+28
2022-04-25bpf: Allow storing referenced kptr in mapGravatar Kumar Kartikeya Dwivedi 3-13/+119
2022-04-25bpf: Tag argument to be released in bpf_func_protoGravatar Kumar Kartikeya Dwivedi 3-41/+50
2022-04-25bpf: Allow storing unreferenced kptr in mapGravatar Kumar Kartikeya Dwivedi 4-35/+401
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereGravatar Stanislav Fomichev 1-48/+24
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandGravatar Andrii Nakryiko 1-54/+56
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessGravatar Kumar Kartikeya Dwivedi 1-38/+38