index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
stable/7.0.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2 days
bpf: Fix NULL deref in map_kptr_match_type for scalar regs
Mykyta Yatsenko
3 days
bpf: Add helper to detect indirect jump targets
Xu Kuohai
3 days
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
7 days
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
7 days
bpf: add missing fsession to the verifier log
Menglong Dong
7 days
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
7 days
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
7 days
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
7 days
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
7 days
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
7 days
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
7 days
bpf: Simplify do_check_insn()
Alexei Starovoitov
7 days
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
8 days
bpf: Remove gfp_flags plumbing from bpf_local_storage_update()
Amery Hung
8 days
bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
Daniel Borkmann
8 days
bpf: poison dead stack slots
Alexei Starovoitov
8 days
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
8 days
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
8 days
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
8 days
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
8 days
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
8 days
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
8 days
bpf: share several utility functions as internal API
Eduard Zingerman
10 days
bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_taken
Daniel Borkmann
10 days
bpf: Remove static qualifier from local subprog pointer
Daniel Borkmann
10 days
bpf: Fix ld_{abs,ind} failure path analysis in subprogs
Daniel Borkmann
10 days
bpf: Propagate error from visit_tailcall_insn
Daniel Borkmann
11 days
bpf: Allow overwriting referenced dynptr when refcnt > 1
Amery Hung
11 days
bpf: Clear delta when clearing reg id for non-{add,sub} ops
Daniel Borkmann
11 days
bpf: Fix linked reg delta tracking when src_reg == dst_reg
Daniel Borkmann
12 days
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
12 days
bpf: Support variable offsets for syscall PTR_TO_CTX
Kumar Kartikeya Dwivedi
2026-04-03
bpf: Add helper and kfunc stack access size resolution
Alexei Starovoitov
2026-04-03
bpf: Move verifier helpers to header
Alexei Starovoitov
2026-04-03
bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passes
Alexei Starovoitov
2026-04-03
bpf: Sort subprogs in topological order after check_cfg()
Alexei Starovoitov
2026-04-03
bpf: Do register range validation early
Alexei Starovoitov
2026-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+
Alexei Starovoitov
2026-04-02
bpf: Simulate branches to prune based on range violations
Harishankar Vishwanathan
2026-04-02
bpf: Exit early if reg_bounds_sync gets invalid inputs
Harishankar Vishwanathan
2026-04-02
bpf: Use bpf_verifier_env buffers for reg_set_min_max
Paul Chaignon
2026-04-02
bpf: Refactor reg_bounds_sanity_check
Harishankar Vishwanathan
2026-04-02
bpf: Fix incorrect pruning due to atomic fetch precision tracking
Daniel Borkmann
2026-04-02
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
2026-03-31
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
2026-03-24
bpf: Fix variable length stack write over spilled pointers
Alexei Starovoitov
2026-03-24
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()
Kexin Sun
2026-03-24
bpf: Support 32-bit scalar spills in stacksafe()
Alexei Starovoitov
2026-03-24
bpf: Fix refcount check in check_struct_ops_btf_id()
Keisuke Nishimura
[next]