index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-20
bpf: Reject NULL data/sig in bpf_verify_pkcs7_signature
KP Singh
1
-0
/
+5
2026-05-17
bpf: Check global subprog exception paths
Kumar Kartikeya Dwivedi
2
-7
/
+29
2026-05-15
bpf: make bpf_session_is_return() reference optional
Arnd Bergmann
1
-0
/
+4
2026-05-14
bpf: Use array_map_meta_equal for percpu array inner map replacement
Guannan Wang
1
-1
/
+1
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
3
-10
/
+43
2026-05-11
bpf: Fix out-of-bounds read in bpf_patch_call_args()
Yazhou Tang
2
-2
/
+11
2026-05-09
bpf: Fix off-by-one boundary validation in arena direct-value access
Junyoung Jang
1
-1
/
+1
2026-05-09
bpf: Don't run arg-tracking analysis twice on main subprog
Paul Chaignon
1
-18
/
+7
2026-04-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
8
-133
/
+357
2026-04-17
bpf: Dissociate struct_ops program with map if map_update fails
Amery Hung
1
-3
/
+4
2026-04-17
bpf: Validate node_id in arena_alloc_pages()
Puranjay Mohan
1
-0
/
+4
2026-04-16
bpf: allow UTF-8 literals in bpf_bprintf_prepare()
Yihan Ding
1
-1
/
+16
2026-04-16
bpf: Fix NULL deref in map_kptr_match_type for scalar regs
Mykyta Yatsenko
1
-1
/
+4
2026-04-16
bpf: Add helper to detect indirect jump targets
Xu Kuohai
3
-0
/
+28
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
4
-58
/
+56
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
2
-32
/
+183
2026-04-15
bpf: copy BPF token from main program to subprograms
Eduard Zingerman
1
-0
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+1
2026-04-15
bpf: Fix use-after-free in arena_vm_close on fork
Alexei Starovoitov
1
-3
/
+16
2026-04-15
bpf: fix arg tracking for imprecise/multi-offset BPF_ST/STX
Eduard Zingerman
1
-51
/
+61
2026-04-12
Merge patch series "bpf: Fix OOB in pcpu_init_value and add a test"
Alexei Starovoitov
1
-1
/
+1
2026-04-12
bpf: Fix OOB in pcpu_init_value
Lang Xu
1
-1
/
+1
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
1
-3
/
+11
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
1
-5
/
+5
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
3
-458
/
+466
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
3
-945
/
+939
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
3
-1746
/
+1698
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
3
-996
/
+904
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
2
-249
/
+248
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
3
-2725
/
+2688
2026-04-11
bpf: Simplify do_check_insn()
Alexei Starovoitov
1
-57
/
+46
2026-04-11
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
1
-147
/
+200
2026-04-11
bpf: Delete unused variable
Alexei Starovoitov
1
-3
/
+1
2026-04-10
bpf: Remove gfp_flags plumbing from bpf_local_storage_update()
Amery Hung
5
-51
/
+18
2026-04-10
bpf: Use kmalloc_nolock() universally in local storage
Amery Hung
4
-118
/
+18
2026-04-10
bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
Daniel Borkmann
1
-1
/
+16
2026-04-10
bpf: poison dead stack slots
Alexei Starovoitov
2
-27
/
+67
2026-04-10
bpf: change logging scheme for live stack analysis
Eduard Zingerman
1
-76
/
+165
2026-04-10
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
2
-544
/
+251
2026-04-10
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
2
-62
/
+245
2026-04-10
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
2
-0
/
+1064
2026-04-10
bpf: prepare liveness internal API for static analysis pass
Eduard Zingerman
1
-25
/
+23
2026-04-10
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
2
-23
/
+85
2026-04-10
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
2
-64
/
+113
2026-04-10
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
1
-0
/
+1
2026-04-10
bpf: share several utility functions as internal API
Eduard Zingerman
2
-7
/
+7
2026-04-10
bpf: Fix RCU stall in bpf_fd_array_map_clear()
Sechang Lim
1
-1
/
+3
2026-04-10
bpf: return VMA snapshot from task_vma iterator
Puranjay Mohan
1
-12
/
+30
2026-04-10
bpf: switch task_vma iterator from mmap_lock to per-VMA locks
Puranjay Mohan
1
-18
/
+73
2026-04-10
bpf: fix mm lifecycle in open-coded task_vma iterator
Puranjay Mohan
1
-3
/
+51
[next]