summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
8 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
8 daysbpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
8 daysbpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko
8 daysbpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst
8 daysbpf: Convert lpm_trie.c to rqspinlockKumar Kartikeya Dwivedi
8 daysbpf: Disable xfrm_decode_session hook attachmentBradley Morgan
8 daysbpf: Fix effective prog array index with BPF_F_PREORDERAmery Hung
8 daysbpf: Fix stack slot index in nospec checksNuoqi Gui
8 daysbpf: Run generic devmap egress prog on private skbSun Jian
8 daysbpf: Tighten cgroup storage cookie checks for prog arraysDaniel Borkmann
8 daysbpf: Check tail zero of bpf_prog_infoLeon Hwang
8 daysbpf: fix UAF by restoring RCU-delayed inode freeing in bpffsDeepanshu Kartikey
8 daysbpf: Prefer dirty packs for eBPF allocationsPawan Gupta
8 daysbpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
8 daysbpf: Skip redundant IBPB in pack allocatorPawan Gupta
8 daysbpf: Restrict JIT predictor flush to cBPFPawan Gupta
8 daysbpf: Support for hardening against JIT sprayingPawan Gupta
14 daysbpf: Validate BTF repeated field counts before expansionPaul Moses
14 daysbpf: Restore sysctl new-value from 1 to 0Dawei Feng
14 daysbpf: Reject fragmented frames in devmapZhao Zhang
2026-07-04bpf: use kvfree() for replaced sysctl write bufferDawei Feng
2026-06-09remove pointless includes of <linux/fdtable.h>Al Viro
2026-05-23bpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
2026-05-23bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
2026-05-23bpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
2026-05-23bpf: Fix OOB in pcpu_init_valueLang Xu
2026-05-23bpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
2026-05-23bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
2026-05-23bpf: Relax scalar id equivalence for state pruningPuranjay Mohan
2026-05-23bpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
2026-05-23bpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
2026-05-23bpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
2026-05-23bpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
2026-05-23bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
2026-05-23bpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
2026-05-23bpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
2026-05-23bpf: Fix variable length stack write over spilled pointersAlexei Starovoitov
2026-05-23bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
2026-05-14bpf: Fix use-after-free in arena_vm_close on forkAlexei Starovoitov
2026-04-11bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman
2026-04-11bpf: Add third round of bounds deductionPaul Chaignon
2026-04-11bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon
2026-04-11bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-11bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-04-02bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade
2026-04-02bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu
2026-04-02bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-04-02bpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar
2026-03-13bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
2026-03-13bpf: Fix stack-out-of-bounds write in devmapKohei Enju