aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-07-08bpf: Reject programs with inlined helpers if JIT is not availableTiezhu Yang1-1/+3
2026-07-08bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call()Tiezhu Yang3-13/+6
2026-07-09bpf: Fix use-after-free on mm_struct in bpf_find_vma()Sanghyun Park1-3/+33
2026-07-09bpf: Account scratch buffer in bpf_prog_calc_tagDaniel Borkmann1-1/+1
2026-07-09bpf: Account insn_aux_data allocation in bpf_checkDaniel Borkmann1-1/+2
2026-07-09bpf: Give vmlinux BTF init its own mutexDaniel Borkmann2-4/+5
2026-07-09bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinuxDaniel Borkmann1-4/+16
2026-07-08libbpf: Drop in-loader metadata check for load-time verificationDaniel Borkmann1-7/+0
2026-07-08bpf: Verify signed loader metadata at load timeDaniel Borkmann2-96/+214
2026-07-08bpf: Resolve and cache fd_array objects at load timeDaniel Borkmann1-51/+172
2026-07-08bpf: Reject writes through untrusted BTF pointersNicholas Dudar1-2/+6
2026-07-08bpf: Remove artificial limitations on pointer types eligible for spillingEduard Zingerman1-31/+8
2026-07-07bpf, sockmap: Disallow update and delete from tc, xdp, socket_filter and flow_dissectorSechang Lim1-5/+0
2026-07-07bpf: Reject MEM_ALLOC BTF accesses past object boundsYiyang Chen2-10/+18
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann5-19/+99
2026-07-01bpf,lsm: Drop bpf_prog_free from sleepable_lsm_hooksSechang Lim1-1/+0
2026-07-01bpf: Use BPF_CALL_IMM macro consistently in bpf_do_misc_fixupsTiezhu Yang1-1/+1
2026-07-01bpf: Prefer dirty packs for eBPF allocationsPawan Gupta1-3/+3
2026-07-01bpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta1-3/+24
2026-07-01bpf: Skip redundant IBPB in pack allocatorPawan Gupta1-1/+14
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta2-6/+9
2026-07-01bpf: Support for hardening against JIT sprayingPawan Gupta1-0/+19
2026-06-30bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski1-0/+9
2026-06-25bpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan1-1/+1
2026-06-25bpf: Mask pseudo pointer values in verifier logsNuoqi Gui1-1/+4
2026-06-25bpf: Preserve scalar zero spills for stack readsWoojin Ji1-11/+42
2026-06-25bpf: Reject offset refcount acquire argumentsYiyang Chen1-10/+22
2026-06-22bpf: Disable xfrm_decode_session hook attachmentBradley Morgan1-0/+3
2026-06-22bpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani1-0/+1
2026-06-22bpf: Preserve pointer spill metadata during half-slot cleanupNuoqi Gui1-6/+7
2026-06-21bpf: Fix effective prog array index with BPF_F_PREORDERAmery Hung1-46/+62
2026-06-21bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field checkThiƩbaud Weksteen1-1/+1
2026-06-21bpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis1-86/+123
2026-06-21bpf: Emit verbose message when prog-specific btf_struct_access rejects a writeAlexei Starovoitov1-0/+4
2026-06-21bpf: Fix build_id caching in stack_map_get_build_id_offset()Ihor Solodrai1-53/+130
2026-06-21bpf: Fix stack slot index in nospec checksNuoqi Gui1-1/+2
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-06-17treewide: fix transposed "sign" typos and update spelling.txtShardul Deshpande1-1/+1
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds29-2876/+5431
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa1-2/+2
2026-06-15Merge tag 'vfs-7.2-rc1.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-19/+237
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov1-5/+10
2026-06-12bpf: Fix setting retval to -EPERM for cgroup hooks not returning errnoXu Kuohai2-13/+54
2026-06-12bpf: Run generic devmap egress prog on private skbSun Jian1-0/+12
2026-06-10bpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann1-1/+1
2026-06-09bpf: Cancel special fields on map value recycleJustin Suess3-18/+27
2026-06-09bpf: Reject bpf_obj_drop() from tracing progsJustin Suess1-0/+17
2026-06-09bpf: Allow sleepable programs to use LPM trie maps directlyVlad Poenaru1-0/+1
2026-06-09bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru1-4/+4