aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-02selftests: bpf: break up test_progs - miscStanislav Fomichev1-735/+0
2019-03-02selftests: bpf: break up test_progs - spinlockStanislav Fomichev1-103/+1
2019-03-02selftests: bpf: break up test_progs - tracepointStanislav Fomichev1-427/+0
2019-03-02selftests: bpf: break up test_progs - stackmapStanislav Fomichev1-476/+3
2019-03-02selftests: bpf: break up test_progs - xdpStanislav Fomichev1-162/+0
2019-03-02selftests: bpf: break up test_progs - pkt accessStanislav Fomichev1-51/+0
2019-03-02selftests: bpf: break up test_progs - preparationsStanislav Fomichev1-74/+13
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev1-2/+2
2019-02-25selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev1-0/+44
2019-02-04libbpf: fix libbpf_printStanislav Fomichev1-8/+2
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song1-2/+18
2019-02-01selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov1-0/+74
2019-02-01selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov1-1/+42
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+76
2019-01-29selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev1-2/+76
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev1-0/+30
2018-12-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev1-4/+4
2018-12-04selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer1-1/+54
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller1-5/+5
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