aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-28selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov1-21/+70
2018-03-15bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu1-1/+163
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann1-5/+2
2018-01-06tools/bpf: add a bpf selftest for stacktraceYonghong Song1-0/+127
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-12-20bpf: Fix tools and testing build.David Miller1-4/+4
2017-12-17selftests/bpf: add xdp noinline testAlexei Starovoitov1-0/+81
2017-12-17selftests/bpf: add bpf_call testAlexei Starovoitov1-3/+11
2017-12-12bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song1-0/+133
2017-09-29bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau1-11/+132
2017-09-29bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau1-28/+30
2017-08-28selftests/bpf: check the instruction dumps are populatedJakub Kicinski1-4/+12
2017-08-16bpf: selftests add sockmap testsJohn Fastabend1-38/+17
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski1-2/+6
2017-06-14selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song1-0/+21
2017-06-13selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer1-1/+1
2017-06-09bpf: Fix test_bpf_obj_id() when the bpf_jit_enable sysctl is diabledMartin KaFai Lau1-4/+15
2017-06-06bpf: Test for bpf IDMartin KaFai Lau1-0/+191
2017-05-03selftests/bpf: add a test case to check verifier pointer arithmeticYonghong Song1-0/+16
2017-05-01bpf: Include bpf_endian.h in test_progs.c too.David S. Miller1-0/+1
2017-04-28bpf: fix _htons occurences in test_progsDaniel Borkmann1-6/+4
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov1-0/+88
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov1-0/+58
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov1-0/+138