summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
10 daysbpf: drop kthread_exit from noreturn_denyChristian Loehle
2026-03-12bpf: collect only live registers in linked regsEduard Zingerman
2026-03-12bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu
2026-03-12bpf: Improve bounds when tnum has a single possible valuePaul Chaignon
2026-03-12bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan
2026-03-12bpf: Add bitwise tracking for BPF_ENDTianci Cao
2026-03-12bpf: Fix race in devmap on PREEMPT_RTJiayuan Chen
2026-03-12bpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen
2026-03-12bpf: Fix stack-out-of-bounds write in devmapKohei Enju
2026-03-04bpf: Properly mark live registers for indirect jumpsAnton Protopopov
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-02-26bpf: Add a map/btf from a fd array more consistentlyAnton Protopopov
2026-02-26bpf: Fix a potential use-after-free of BTF objectAnton Protopopov
2026-02-26kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-02-26bpf: Require frozen map for calculating map hashKP Singh
2026-02-26bpf: Limit bpf program signature sizeKP Singh
2026-02-26bpf: Fix verifier_bug_if to account for BPF_CALLLuis Gerhorst
2026-02-26bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet
2026-02-26rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu
2026-02-26bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan
2026-01-02bpf: Fix truncated dmabuf iterator readsT.J. Mercier
2025-12-18rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi
2025-12-18rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi
2025-12-18bpf: Fix exclusive map memory leakEdward Adam Davis
2025-12-18bpf: properly verify tail call behaviorMartin Teichmann
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: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna
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-18bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko
2025-12-18bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi
2025-12-18bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov
2025-10-10bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-10-01bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-01bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das