aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_verifier.c
AgeCommit message (Expand)Author
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
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-18bpf: add sk_msg prog sk access tests to test_verifierJohn Fastabend
2018-05-17selftests/bpf: check return value of fopen in test_verifier.cJesper Dangaard Brouer
2018-05-14bpf: add ld64 imm test casesDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-04-29tools/bpf: add a verifier test case for bpf_get_stack helper and ARSHYonghong Song
2018-04-24tools/bpf: add verifier tests for accesses to map valuesPaul Chaignon
2018-03-19bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-26bpf: add tail call tests to test_verifierDaniel Borkmann
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann
2018-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller