summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/tnum.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: simplify tnum output if a fully known constantAndrii Nakryiko2023-12-021-6/+0
* bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko2023-11-151-1/+6
* bpf, tnums: Provably sound, faster, and more precise algorithm for tnum_mulHarishankar Vishwanathan2021-06-011-19/+22
* bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-301-0/+15
* bpf: Fix incorrect verifier simulation of ARSH under ALU32Daniel Borkmann2020-01-151-2/+7
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* bpf/verifier: improve register value range tracking with ARSHYonghong Song2018-04-291-0/+10
* bpf/verifier: track signed and unsigned min/max valuesEdward Cree2017-08-081-0/+16
* bpf/verifier: rework value trackingEdward Cree2017-08-081-0/+164