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.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
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
2025-05-02
bpf: Reject attaching fexit/fmod_ret to __noreturn functions
Yafang Shao
2025-01-09
Revert "bpf: support non-r10 register spill/fill to/from stack in precision t...
Shung-Hsi Yu
2024-12-19
bpf: sync_linked_regs() must preserve subreg_def
Eduard Zingerman
2024-12-14
bpf: Fix narrow scalar spill onto 64-bit spilled scalar slots
Tao Lyu
2024-12-09
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2024-11-17
bpf: use kvzmalloc to allocate BPF verifier environment
Rik van Riel
2024-11-08
bpf: Force checkpoint when jmp history is too long
Eduard Zingerman
2024-11-01
bpf: Fix overloading of MEM_UNINIT's meaning
Daniel Borkmann
2024-11-01
bpf: Simplify checking size of helper accesses
Andrei Matei
2024-11-01
bpf: Fix truncation bug in coerce_reg_to_size_sx()
Dimitar Kanaliev
2024-11-01
bpf: fix kfunc btf caching for modules
Toke Høiland-Jørgensen
2024-10-10
bpf: Make the pointer returned by iter next method valid
Juntong Deng
2024-10-04
bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
Daniel Borkmann
2024-10-04
bpf: Fix helper writes to read-only maps
Daniel Borkmann
2024-09-12
bpf, verifier: Correct tail_call_reachable for bpf prog
Leon Hwang
2024-08-29
bpf: Fix a kernel verifier crash in stacksafe()
Yonghong Song
2024-07-09
Revert "bpf: Take return from set_memory_ro() into account with bpf_prog_lock...
Greg Kroah-Hartman
2024-07-05
bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
Christophe Leroy
2024-07-05
bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
Yonghong Song
2024-07-05
bpf: Add missed var_off setting in set_sext32_default_val()
Yonghong Song
2024-06-21
bpf: Optimize the free of inner map
Hou Tao
2024-06-12
bpf: Allow delete from sockmap/sockhash only if update is allowed
Jakub Sitnicki
2024-06-12
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
2024-06-12
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
2024-05-17
bpf: Fix a verifier verbose message
Anton Protopopov
2024-04-10
bpf: Protect against int overflow for stack access size
Andrei Matei
2024-03-15
bpf: check bpf_func_state->callback_depth when pruning states
Eduard Zingerman
2024-01-31
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
2024-01-31
bpf: widening for callback iterators
Eduard Zingerman
2024-01-31
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
2024-01-31
bpf: extract setup_func_entry() utility function
Eduard Zingerman
2024-01-31
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
2024-01-31
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
2024-01-31
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2024-01-31
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2024-01-31
bpf: extract same_callsites() as utility function
Eduard Zingerman
2024-01-31
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
2024-01-25
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-25
bpf: Fix accesses to uninit stack slots
Andrei Matei
2024-01-25
bpf: Guard stack limits against 32bit overflow
Andrei Matei
2024-01-25
bpf: Fix verification of indirect var-off stack access
Andrei Matei
2024-01-25
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2024-01-25
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
2023-11-28
bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
Shung-Hsi Yu
2023-11-28
bpf: Fix check_stack_write_fixed_off() to correctly spill imm
Hao Sun
2023-11-28
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2023-11-28
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
2023-11-28
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
2023-11-28
bpf: Ensure proper register state printing for cond jumps
Andrii Nakryiko
2023-11-20
bpf: Fix kfunc callback register type handling
Kumar Kartikeya Dwivedi
[next]