aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16selftests/bpf: Fix uninitialized duration warningJoe Stringer1-1/+1
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B1-0/+99
2018-10-03selftests/bpf: Add C tests for reference trackingJoe Stringer1-0/+38
2018-09-06selftests/bpf/test_progs: do not check errno == 0Mauricio Vasquez B1-10/+10
2018-05-24tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song1-0/+158
2018-05-14bpf: add selftest for stackmap with build_id in NMI contextSong Liu1-0/+134
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski1-3/+3
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-17/+225
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-05-02bpf: minor fix to selftest test_stacktrace_build_id()Song Liu1-2/+2
2018-04-29tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song1-6/+64
2018-04-29tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song1-11/+161
2018-04-18bpf: adding tests for bpf_xdp_adjust_tailNikita V. Shirokov1-0/+32
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