summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)Author
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-20bpf: sk_msg, fix sk_msg_md access past end testJohn Fastabend
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20selftests: bpf: verifier: add tests for JSET interpretationJakub Kicinski
2018-12-20selftests: bpf: add trivial JSET testsJakub Kicinski
2018-12-19bpf: sk_msg, add tests for size fieldJohn Fastabend
2018-12-18bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang
2018-12-15bpf: improve stacksafe state comparisonAlexei Starovoitov
2018-12-15selftests/bpf: check insn processed in test_verifierAlexei Starovoitov
2018-12-13bpf: verifier: make sure callees don't prune with caller differencesJakub Kicinski
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-11selftests/bpf: use proper type when passing prog_typeStanislav Fomichev
2018-12-10selftests/bpf: add missing pointer dereference for map stacktrace fixupStanislav Fomichev
2018-12-10bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-07selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov
2018-11-30bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller
2018-11-30bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller
2018-11-30bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-22bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu
2018-11-16bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-11-10selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov
2018-10-31bpf: test make sure to run unpriv test cases in test_verifierDaniel Borkmann
2018-10-31bpf: add various test cases to test_verifierDaniel Borkmann
2018-10-25bpf: disallow direct packet access for unpriv in cg_skbDaniel Borkmann
2018-10-25bpf: fix test suite to enable all unpriv program typesDaniel Borkmann
2018-10-20bpf, verifier: fix register type dump in xadd and stDaniel Borkmann
2018-10-19bpf: add tests for direct packet access from CGROUP_SKBSong Liu
2018-10-09selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole
2018-10-09selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole
2018-10-03selftests/bpf: Add tests for reference trackingJoe Stringer
2018-10-03selftests/bpf: Generalize dummy program typesJoe Stringer
2018-10-03bpf: Reuse canonical string formatter for ctx errsJoe Stringer
2018-10-03bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer
2018-10-01selftests/bpf: add verifier per-cpu cgroup storage testsRoman Gushchin
2018-08-11bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-03selftests/bpf: fix a typo in map in map testRoman Gushchin
2018-08-03selftests/bpf: add verifier cgroup storage testsRoman Gushchin
2018-07-31bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann