summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeAndrii Nakryiko-4/+2
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cAndrii Nakryiko-6/+8
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementAndrii Nakryiko-8/+12
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsStanislav Fomichev-3/+7
2022-07-16fs: remove no_llseekJason A. Donenfeld-2/+1
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui-7/+3
2022-07-15bpf: Fix check against plain integer v 'NULL'Ben Dooks-1/+2
2022-07-14bpf: Fix subprog names in stack traces.Alexei Starovoitov-3/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+13
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEYafang Shao-0/+1
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong-28/+38
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao-6/+6
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu-17/+12
2022-07-12bpf: reparent bpf maps on memcg offliningRoman Gushchin-8/+28
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai-0/+6
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-207/+867
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev-5/+16
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong-4/+8
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-66/+47
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet-3/+5
2022-07-05bpf, libbpf: Add type match supportDaniel Müller-0/+9
2022-07-01bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann-49/+23
2022-07-01bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann-17/+24
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev-0/+38
2022-06-29bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPStanislav Fomichev-32/+71
2022-06-29bpf: minimize number of allocated lsm slots per programStanislav Fomichev-16/+54
2022-06-29bpf: per-cgroup lsm flavorStanislav Fomichev-11/+426
2022-06-29bpf: convert cgroup_bpf.progs to hlistStanislav Fomichev-32/+44
2022-06-29bpf: add bpf_func_t and trampoline helpersStanislav Fomichev-30/+33
2022-06-24bpf: Merge "types_are_compat" logic into relo_core.cDaniel Müller-83/+1
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopEduard Zingerman-1/+1
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opSimon Wang-1/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+5
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCJörn-Thorben Hinz-4/+3
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITTony Ambardar-1/+8
2022-06-20bpf: Inline calls to bpf_loop when callback is knownEduard Zingerman-9/+180
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-54/+263
2022-06-17bpf: Fix non-static bpf_func_proto struct definitionsJoanne Koong-7/+7
2022-06-16bpf: Allow helpers to accept pointers with a fixed sizeMaxim Mikityanskiy-11/+32
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov-2/+2
2022-06-16bpf: implement sleepable uprobes by chaining gpsDelyan Kratunov-0/+15
2022-06-15bpf: Limit maximum modifier chain length in btf_check_type_tagsKumar Kartikeya Dwivedi-0/+5
2022-06-11bpf: avoid grabbing spin_locks of all cpus when no free elemsFeng Zhou-6/+14
2022-06-07bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programsToke Høiland-Jørgensen-1/+2
2022-06-07bpf: Add btf enum64 supportYonghong Song-15/+129
2022-06-02bpf: Fix KASAN use-after-free Read in compute_effective_progsTadeusz Struk-10/+60
2022-06-02bpf: Correct the comment about insn_to_jit_offPu Lehui-1/+1
2022-06-02bpf: Unify data extension operation of jited_ksyms and jited_linfoPu Lehui-2/+3
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-9/+5
2022-05-28bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong-9/+5