summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_progs.c
AgeCommit message (Expand)Author
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko
2020-03-17selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko
2020-03-17selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko
2020-02-25selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko
2019-10-21selftests/bpf: Make a copy of subtest nameAndrii Nakryiko
2019-10-17selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev
2019-09-03selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev
2019-08-06selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev
2019-08-06selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev
2019-07-30selftests/bpf: fix clearing buffered output between tests/subtestsAndrii Nakryiko
2019-07-27selftests/bpf: add sub-tests support for test_progsAndrii Nakryiko
2019-07-27selftests/bpf: abstract away test log outputAndrii Nakryiko
2019-07-27selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko
2019-07-27selftests/bpf: add test selectors by number and name to test_progsAndrii Nakryiko
2019-07-27selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-04-04selftests/bpf: add few verifier scale testsAlexei Starovoitov
2019-03-02selftests: bpf: break up test_progs - miscStanislav Fomichev
2019-03-02selftests: bpf: break up test_progs - spinlockStanislav Fomichev
2019-03-02selftests: bpf: break up test_progs - tracepointStanislav Fomichev
2019-03-02selftests: bpf: break up test_progs - stackmapStanislav Fomichev
2019-03-02selftests: bpf: break up test_progs - xdpStanislav Fomichev
2019-03-02selftests: bpf: break up test_progs - pkt accessStanislav Fomichev
2019-03-02selftests: bpf: break up test_progs - preparationsStanislav Fomichev
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev
2019-02-25selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev
2019-02-04libbpf: fix libbpf_printStanislav Fomichev
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song
2019-02-01selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov
2019-02-01selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-01-29selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev
2018-12-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev
2018-12-04selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller
2018-11-16selftests/bpf: Fix uninitialized duration warningJoe Stringer
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-10-03selftests/bpf: Add C tests for reference trackingJoe Stringer
2018-09-06selftests/bpf/test_progs: do not check errno == 0Mauricio Vasquez B
2018-05-24tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song