index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2026-05-17
bpf: Check global subprog exception paths
Kumar Kartikeya Dwivedi
2026-05-15
bpf: make bpf_session_is_return() reference optional
Arnd Bergmann
2026-04-16
bpf: Fix NULL deref in map_kptr_match_type for scalar regs
Mykyta Yatsenko
2026-04-16
bpf: Add helper to detect indirect jump targets
Xu Kuohai
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
2026-04-12
bpf: Allow instructions with arena source and non-arena dest registers
Emil Tsalapatis
2026-04-12
bpf: add missing fsession to the verifier log
Menglong Dong
2026-04-12
bpf: Move BTF checking logic into check_btf.c
Alexei Starovoitov
2026-04-12
bpf: Move backtracking logic to backtrack.c
Alexei Starovoitov
2026-04-12
bpf: Move state equivalence logic to states.c
Alexei Starovoitov
2026-04-12
bpf: Move check_cfg() into cfg.c
Alexei Starovoitov
2026-04-12
bpf: Move compute_insn_live_regs() into liveness.c
Alexei Starovoitov
2026-04-12
bpf: Move fixup/post-processing logic from verifier.c into fixups.c
Alexei Starovoitov
2026-04-11
bpf: Simplify do_check_insn()
Alexei Starovoitov
2026-04-11
bpf: Move checks for reserved fields out of the main pass
Alexei Starovoitov
2026-04-10
bpf: Remove gfp_flags plumbing from bpf_local_storage_update()
Amery Hung
2026-04-10
bpf: Enforce regsafe base id consistency for BPF_ADD_CONST scalars
Daniel Borkmann
2026-04-10
bpf: poison dead stack slots
Alexei Starovoitov
2026-04-10
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
2026-04-10
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
2026-04-10
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
2026-04-10
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
2026-04-10
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
2026-04-10
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
2026-04-10
bpf: share several utility functions as internal API
Eduard Zingerman
2026-04-09
bpf: Drop pkt_end markers on arithmetic to prevent is_pkt_ptr_branch_taken
Daniel Borkmann
2026-04-08
bpf: Remove static qualifier from local subprog pointer
Daniel Borkmann
2026-04-08
bpf: Fix ld_{abs,ind} failure path analysis in subprogs
Daniel Borkmann
2026-04-08
bpf: Propagate error from visit_tailcall_insn
Daniel Borkmann
2026-04-07
bpf: Allow overwriting referenced dynptr when refcnt > 1
Amery Hung
2026-04-07
bpf: Clear delta when clearing reg id for non-{add,sub} ops
Daniel Borkmann
2026-04-07
bpf: Fix linked reg delta tracking when src_reg == dst_reg
Daniel Borkmann
2026-04-06
bpf: Do not ignore offsets for loads from insn_arrays
Anton Protopopov
2026-04-06
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
[next]