summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
43 hoursbpf: collect only live registers in linked regsEduard Zingerman1-3/+10
43 hoursbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
43 hoursbpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
43 hoursbpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+56
43 hoursbpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
43 hoursbpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
43 hoursbpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
43 hoursbpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
10 daysbpf: Properly mark live registers for indirect jumpsAnton Protopopov1-0/+6
10 daysbpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov1-0/+39
10 daysbpf: crypto: Use the correct destructor kfunc typeSami Tolvanen1-1/+7
10 daysbpf: 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-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-01-02bpf: Fix truncated dmabuf iterator readsT.J. Mercier1-7/+49
2025-12-18rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi1-1/+1
2025-12-18rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi1-9/+6
2025-12-18bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-12-18bpf: properly verify tail call behaviorMartin Teichmann1-3/+28
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna1-0/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-12-18bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko1-5/+12
2025-12-18bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi1-11/+30
2025-12-18bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni1-11/+8
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko2-2/+3
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko2-16/+20
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu1-5/+0
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson1-0/+2
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar1-1/+3
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov2-11/+29
2025-10-10bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan1-2/+2
2025-10-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+4
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2-2/+2
2025-10-01bpf: Reject negative offsets for ALU opsYazhou Tang1-2/+2
2025-10-01bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das1-1/+2
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds26-728/+2060