summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-06bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann1-0/+120
2019-01-03bpf: add various test cases to selftestsDaniel Borkmann1-3/+1105
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann1-1/+2
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-37/+354
2018-12-21bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+32
2018-12-20selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski1-0/+96
2018-12-20selftests: bpf: add trivial JSET testsJakub Kicinski1-31/+178
2018-12-19bpf: sk_msg, add tests for size fieldJohn Fastabend1-3/+13
2018-12-19bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang1-2/+32
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov1-0/+22
2018-12-15selftests/bpf: check insn processed in test_verifierAlexei Starovoitov1-1/+14
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski1-0/+28
2018-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-21/+155
2018-12-11selftests/bpf: use proper type when passing prog_typeStanislav Fomichev1-4/+4
2018-12-10selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev1-1/+1
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang1-0/+13
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-12-08selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang1-4/+25
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov1-2/+2
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov1-0/+32
2018-12-01bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller1-0/+17
2018-12-01bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller1-0/+44
2018-12-01bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller1-18/+24
2018-12-01bpf: Add BPF_F_ANY_ALIGNMENT.David Miller1-1/+2
2018-12-01bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-12-01bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+19
2018-11-23bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu1-0/+29
2018-11-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree1-0/+19
2018-11-11selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov1-10/+38
2018-11-01bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann1-31/+40
2018-11-01bpf: add various test cases to test_verifierDaniel Borkmann1-0/+250
2018-10-26bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann1-1/+1
2018-10-26bpf: fix test suite to enable all unpriv program typesDaniel Borkmann1-2/+13
2018-10-21bpf, verifier: fix register type dump in xadd and stDaniel Borkmann1-5/+5
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBSong Liu1-0/+171
2018-10-10selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole1-1/+120
2018-10-10selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole1-190/+190
2018-10-03selftests/bpf: Add tests for reference trackingJoe Stringer1-0/+759
2018-10-03selftests/bpf: Generalize dummy program typesJoe Stringer1-14/+17
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer1-5/+5
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer1-7/+7
2018-10-01selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin1-6/+133
2018-08-11bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau1-4/+1
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+168
2018-08-03selftests/bpf: fix a typo in map in map testRoman Gushchin1-3/+3
2018-08-03selftests/bpf: add verifier cgroup storage testsRoman Gushchin1-1/+139
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre1-0/+26
2018-07-20bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann1-0/+40