index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
verifier.c
Age
Commit message (
Expand
)
Author
2023-12-12
bpf: Remove unused backtrack_state helper functions
Yang Li
2023-12-11
bpf: tidy up exception callback management a bit
Andrii Nakryiko
2023-12-09
bpf: handle fake register spill to stack with BPF_ST_MEM instruction
Andrii Nakryiko
2023-12-08
bpf: Minor cleanup around stack bounds
Andrei Matei
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
2023-12-07
bpf: Guard stack limits against 32bit overflow
Andrei Matei
2023-12-07
bpf: Fix verification of indirect var-off stack access
Andrei Matei
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2023-12-05
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
2023-12-05
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
2023-12-05
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
2023-12-05
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
2023-12-04
bpf: Minor logging improvement
Andrei Matei
2023-12-02
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
2023-12-02
bpf: unify async callback and program retval checks
Andrii Nakryiko
2023-12-02
bpf: enforce precise retval range on program exit
Andrii Nakryiko
2023-12-02
bpf: enforce exact retval range on subprog/callback exit
Andrii Nakryiko
2023-12-02
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
2023-12-02
bpf: provide correct register name for exception callback retval check
Andrii Nakryiko
2023-11-24
bpf: Validate global subprogs lazily
Andrii Nakryiko
2023-11-24
bpf: Emit global subprog name in verifier logs
Andrii Nakryiko
2023-11-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-11-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-11-20
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
2023-11-20
bpf: widening for callback iterators
Eduard Zingerman
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
2023-11-20
bpf: extract setup_func_entry() utility function
Eduard Zingerman
2023-11-20
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2023-11-15
bpf: make __reg{32,64}_deduce_bounds logic more robust
Andrii Nakryiko
2023-11-15
bpf: remove redundant s{32,64} -> u{32,64} deduction logic
Andrii Nakryiko
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
2023-11-15
bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
Andrii Nakryiko
2023-11-15
bpf: generalize is_scalar_branch_taken() logic
Andrii Nakryiko
2023-11-15
bpf: generalize reg_set_min_max() to handle non-const register comparisons
Andrii Nakryiko
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2023-11-09
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-09
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-09
bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
Dave Marchevsky
2023-11-09
bpf: replace register_is_const() with is_reg_const()
Shung-Hsi Yu
2023-11-09
bpf: Introduce KF_ARG_PTR_TO_CONST_STR
Song Liu
2023-11-09
bpf: Factor out helper check_reg_const_str()
Song Liu
2023-11-09
bpf: generalize reg_set_min_max() to handle two sets of two registers
Andrii Nakryiko
2023-11-09
bpf: prepare reg_set_min_max for second set of registers
Andrii Nakryiko
2023-11-09
bpf: unify 32-bit and 64-bit is_branch_taken logic
Andrii Nakryiko
[prev]
[next]