index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
tnum.h
Age
Commit message (
Expand
)
Author
2026-02-27
bpf: Introduce tnum_step to step through tnum's members
Harishankar Vishwanathan
2026-02-04
bpf: Add bitwise tracking for BPF_END
Tianci Cao
2025-08-27
bpf: Improve the general precision of tnum_mul
Nandakumar Edamana
2025-08-22
bpf: Use tnums for JEQ/JNE is_branch_taken logic
Paul Chaignon
2025-06-25
bpf: Add range tracking for BPF_NEG
Song Liu
2023-11-15
bpf: generalize reg_set_min_max() to handle non-const register comparisons
Andrii Nakryiko
2022-09-02
bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)
Shung-Hsi Yu
2020-03-30
bpf: Verifier, do explicit ALU32 bounds tracking
John Fastabend
2020-01-15
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2019-08-20
bpf: add include guard to tnum.h
Masahiro Yamada
2018-04-29
bpf/verifier: improve register value range tracking with ARSH
Yonghong Song
2017-08-08
bpf/verifier: track signed and unsigned min/max values
Edward Cree
2017-08-08
bpf/verifier: rework value tracking
Edward Cree