aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28selftests/bpf: verifier precise testsAlexei Starovoitov1-11/+57
2019-07-25selftests/bpf: Add selftests for bpf_perf_event_outputAllan Zhang1-1/+11
2019-07-16selftests/bpf: remove logic duplication in test_verifierAndrii Nakryiko1-20/+15
2019-07-08selftests/bpf: add verifier tests for wide storesStanislav Fomichev1-3/+14
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+4
2019-06-19selftests/bpf: fix testsAlexei Starovoitov1-7/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-24selftests: bpf: enable hi32 randomization for all testsJiong Wang1-1/+1
2019-05-24selftests: bpf: adjust several test_verifier helpers for insn insertionJiong Wang1-10/+19
2019-05-23selftests/bpf: adjust verifier scale testAlexei Starovoitov1-14/+17
2019-04-27bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau1-19/+36
2019-04-18bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau1-1/+1
2019-04-16selftests/bpf: two scale testsAlexei Starovoitov1-0/+70
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann1-4/+47
2019-04-04selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov1-9/+26
2019-03-21selftests/bpf: allow specifying helper for BPF_SK_LOOKUPLorenz Bauer1-3/+3
2019-02-01selftests/bpf: add bpf_spin_lock verifier testsAlexei Starovoitov1-1/+103
2019-01-31selftests/bpf: skip verifier tests for unsupported map typesStanislav Fomichev1-3/+33
2019-01-31selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev1-1/+8
2019-01-27selftests: bpf: break up the rest of test_verifierJakub Kicinski1-6149/+0
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski1-10136/+0
2019-01-27selftests: bpf: prepare for break up of verifier testsJakub Kicinski1-0/+3
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang1-24/+762
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet1-0/+36
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski1-0/+160
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann1-0/+120
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann1-3/+1105
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann1-1/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-37/+354
2018-12-20bpf: 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-18bpf: 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-10Merge 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-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-12-07selftests: 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-11-30bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller1-0/+17
2018-11-30bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller1-0/+44
2018-11-30bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller1-18/+24