summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_align.c
AgeCommit message (Expand)AuthorLines
2019-07-06selftests/bpf: fix test_align liveliness expectationsStanislav Fomichev-8/+8
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller-2/+2
2018-08-11bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau-4/+1
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann-5/+1
2018-01-24selftests/bpf: make 'dubious pointer arithmetic' test usefulAlexei Starovoitov-7/+23
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-21/+1
2018-01-07selftests/bpf: fix test_alignAlexei Starovoitov-21/+1
2017-12-01selftests/bpf: adjust test_align expected outputAlexei Starovoitov-78/+78
2017-08-08selftests/bpf: add tests for subtraction & negative numbersEdward Cree-0/+104
2017-08-08selftests/bpf: add test for bogus operations on pointersEdward Cree-2/+64
2017-08-08selftests/bpf: add a test to test_alignEdward Cree-0/+67
2017-08-08selftests/bpf: rewrite test_alignEdward Cree-93/+132
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann-1/+1
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer-1/+1
2017-06-10bpf, tests: set rlimit also for test_align, so it doesn't failDaniel Borkmann-0/+5
2017-05-11bpf: Handle multiple variable additions into packet pointers in verifier.David S. Miller-0/+37
2017-05-11bpf: Remove commented out debugging hack in test_align.David S. Miller-1/+0
2017-05-11bpf: Add verifier test case for alignment.David S. Miller-0/+417