summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev7-11/+426
2022-06-29bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev1-32/+44
2022-06-29bpf: add bpf_func_t and trampoline helpersStanislav Fomichev1-30/+33
2022-06-24bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller1-83/+1
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman1-1/+1
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang1-1/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz1-4/+3
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar2-1/+8
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman2-9/+180
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-54/+263
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong2-7/+7
2022-06-16bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy1-11/+32
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov1-2/+2
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov1-0/+15
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi1-0/+5
2022-06-11bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou1-6/+14
2022-06-07bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen1-1/+2
2022-06-07bpf: Add btf enum64 supportYonghong Song2-15/+129
2022-06-02bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk1-10/+60
2022-06-02bpf: Correct the comment about insn_to_jit_offPu Lehui1-1/+1
2022-06-02bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui1-2/+3
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-9/+5
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong1-9/+5
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds28-531/+2537
2022-05-23bpf: Add dynptr data slicesJoanne Koong2-0/+51
2022-05-23bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong1-0/+78
2022-05-23bpf: Dynptr support for ring buffersJoanne Koong3-7/+137
2022-05-23bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2-0/+71
2022-05-23bpf: Add verifier support for dynptrsJoanne Koong1-3/+185
2022-05-23bpf: Suppress 'passing zero to PTR_ERR' warningKumar Kartikeya Dwivedi1-1/+1
2022-05-23bpf: Introduce bpf_arch_text_invalidate for bpf_prog_packSong Liu1-0/+8
2022-05-23bpf: Fill new bpf_prog_pack with illegal instructionsSong Liu1-4/+6
2022-05-20bpf: refine kernel.unprivileged_bpf_disabled behaviourAlan Maguire1-1/+13
2022-05-20bpf: Allow kfunc in tracing and syscall programs.Benjamin Tissoires1-0/+6
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+1
2022-05-13bpf: Add MEM_UNINIT as a bpf_type_flagJoanne Koong2-22/+10
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-0/+1
2022-05-13bpf: Fix combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov1-0/+10
2022-05-11bpf: Fix potential array overflow in bpf_trampoline_get_progs()Yuntao Wang1-6/+12
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou5-2/+81
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee3-6/+30
2022-05-10bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2-6/+21
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee3-69/+98
2022-05-10bpf: Add bpf_link iteratorDmitrii Dolgov3-1/+127
2022-05-10bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande2-2/+13
2022-05-09bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang1-5/+4
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong15-115/+52
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2-7/+25