summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
25 hoursbpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann1-3/+24
25 hoursbpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
25 hoursbpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6
10 daysbpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-0/+24
10 daysbpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade1-1/+1
10 daysbpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu1-8/+14
10 daysbpf: Fix exception exit lock checking for subprogsIhor Solodrai1-1/+2
10 daysbpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
10 daysbpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar1-0/+21
10 daysbpf: Reset register ID for BPF_END value trackingYazhou Tang1-0/+7
2026-03-19bpf: drop kthread_exit from noreturn_denyChristian Loehle1-1/+0
2026-03-12bpf: collect only live registers in linked regsEduard Zingerman1-3/+10
2026-03-12bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
2026-03-12bpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
2026-03-12bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+56
2026-03-12bpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
2026-03-12bpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
2026-03-12bpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
2026-03-12bpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
2026-03-04bpf: Properly mark live registers for indirect jumpsAnton Protopopov1-0/+6
2026-03-04bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov1-0/+39
2026-03-04bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda1-11/+7
2026-02-26bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov1-2/+4
2026-02-26bpf: Fix a potential use-after-free of BTF objectAnton Protopopov1-26/+26
2026-02-26kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek1-2/+2
2026-02-26bpf: Require frozen map for calculating map hashKP Singh1-0/+3
2026-02-26bpf: Limit bpf program signature sizeKP Singh1-0/+7
2026-02-26bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst1-6/+8
2026-02-26ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-18/+14
2026-02-26bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet1-5/+2
2026-02-26rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-3/+4
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu2-2/+2
2026-02-26bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan1-1/+3
2026-02-26bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov1-1/+1
2026-02-26bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman1-4/+9
2026-01-07bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()Deepanshu Kartikey1-0/+5
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-7/+65
2025-12-09bpf: Fix truncated dmabuf iterator readsT.J. Mercier1-7/+49
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf1-0/+16
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+5
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2025-12-03Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-8/+9
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds19-796/+1819
2025-12-02Merge tag 'core-core-2025-12-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-12-01Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-53/+23
2025-11-29bpf: optimize bpf_map_update_elem() for map-in-map typesRitesh Oedayrajsingh Varma1-1/+1
2025-11-29rqspinlock: Precede non-head waiter queueing with AA checkKumar Kartikeya Dwivedi1-0/+13
2025-11-29rqspinlock: Disable spinning for trylock fallbackKumar Kartikeya Dwivedi1-10/+8