aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko1-6/+12
2019-10-21selftests/bpf: Make a copy of subtest nameAndrii Nakryiko1-5/+12
2019-10-17selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko1-1/+32
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev1-0/+38
2019-09-03selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev1-0/+1
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev1-12/+9
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev1-2/+18
2019-08-06selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev1-1/+1
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev1-15/+1
2019-08-06selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev1-55/+60
2019-07-30selftests/bpf: fix clearing buffered output between tests/subtestsAndrii Nakryiko1-1/+1
2019-07-27selftests/bpf: add sub-tests support for test_progsAndrii Nakryiko1-25/+173
2019-07-27selftests/bpf: abstract away test log outputAndrii Nakryiko1-33/+112
2019-07-27selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko1-0/+29
2019-07-27selftests/bpf: add test selectors by number and name to test_progsAndrii Nakryiko1-4/+39
2019-07-27selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko1-8/+76
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-04-04selftests/bpf: add few verifier scale testsAlexei Starovoitov1-1/+5
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