summaryrefslogtreecommitdiff
path: root/include/linux/bpf_verifier.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-08bpf: Prevent memory disambiguation attackAlexei Starovoitov1-0/+1
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov1-1/+4
2017-12-25bpf: fix branch pruning logicDaniel Borkmann1-0/+1
2017-08-30bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann1-0/+1
2017-03-22bpf: fix state equivalenceAlexei Starovoitov1-7/+7
2017-03-22bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf1-1/+1
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik1-2/+3
2016-09-29bpf: allow access into map value arraysJosef Bacik1-0/+12
2016-09-22bpf: enable non-core use of the verfierJakub Kicinski1-0/+11
2016-09-22bpf: expose internal verfier structuresJakub Kicinski1-0/+79