summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
5 hoursbpf: Validate node_id in arena_alloc_pages()Puranjay Mohan
5 hoursbpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding
5 hoursbpf: Fix NULL deref in map_kptr_match_type for scalar regsMykyta Yatsenko
5 hoursbpf: Fix OOB in pcpu_init_valueLang Xu
5 hoursbpf: Allow instructions with arena source and non-arena dest registersEmil Tsalapatis
5 hoursbpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalarsDaniel Borkmann
5 hoursbpf: Relax scalar id equivalence for state pruningPuranjay Mohan
5 hoursbpf: Fix RCU stall in bpf_fd_array_map_clear()Sechang Lim
5 hoursbpf: return VMA snapshot from task_vma iteratorPuranjay Mohan
5 hoursbpf: switch task_vma iterator from mmap_lock to per-VMA locksPuranjay Mohan
5 hoursbpf: fix mm lifecycle in open-coded task_vma iteratorPuranjay Mohan
5 hoursbpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooksJiayuan Chen
5 hoursbpf: Fix stale offload->prog pointer after constant blindingMingTao Huang
5 hoursbpf: fix end-of-list detection in cgroup_storage_get_next_key()Weiming Shi
5 hoursbpf: Fix variable length stack write over spilled pointersAlexei Starovoitov
5 hoursbpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB pathDavid Carlier
9 daysbpf: 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
2026-03-04bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov
2026-03-04bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen
2026-03-04bpf: verifier improvement in 32bit shift sign extension patternCupertino Miranda
2026-03-04bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-01-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte
2025-12-18perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-11-13bpf: Find eligible subprogs for private stack supportYonghong Song
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-02bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-10-02bpf: Check the helper function is valid in get_helper_protoJiri Olsa