summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev2019-09-061-0/+38
* selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev2019-09-031-0/+1
* selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev2019-08-281-12/+9
* selftests/bpf: test_progs: test__skipStanislav Fomichev2019-08-281-2/+18
* selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev2019-08-061-1/+1
* selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev2019-08-061-15/+1
* selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev2019-08-061-55/+60
* selftests/bpf: fix clearing buffered output between tests/subtestsAndrii Nakryiko2019-07-301-1/+1
* selftests/bpf: add sub-tests support for test_progsAndrii Nakryiko2019-07-271-25/+173
* selftests/bpf: abstract away test log outputAndrii Nakryiko2019-07-271-33/+112
* selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko2019-07-271-0/+29
* selftests/bpf: add test selectors by number and name to test_progsAndrii Nakryiko2019-07-271-4/+39
* selftests/bpf: revamp test_progs to allow more controlAndrii Nakryiko2019-07-271-8/+76
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-041-1/+5
* selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-021-735/+0
* selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-021-103/+1
* selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-021-427/+0
* selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-021-476/+3
* selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-021-162/+0
* selftests: bpf: break up test_progs - pkt accessStanislav Fomichev2019-03-021-51/+0
* selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-021-74/+13
* selftests/bpf: use __bpf_constant_htons in test_prog.c for flow dissectorStanislav Fomichev2019-03-011-2/+2
* selftests/bpf: make sure signal interrupts BPF_PROG_TEST_RUNStanislav Fomichev2019-02-251-0/+44
* libbpf: fix libbpf_printStanislav Fomichev2019-02-041-8/+2
* tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song2019-02-041-2/+18
* selftests/bpf: test for BPF_F_LOCKAlexei Starovoitov2019-02-011-0/+74
* selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov2019-02-011-1/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-01-281-2/+76
|\
| * selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissectorStanislav Fomichev2019-01-291-2/+76
* | selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-01-171-0/+30
|/
* selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2018-12-121-4/+4
* selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer2018-12-041-1/+54
* bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-281-5/+5
* selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-161-1/+1
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-191-0/+99
* selftests/bpf: Add C tests for reference trackingJoe Stringer2018-10-031-0/+38
* selftests/bpf/test_progs: do not check errno == 0Mauricio Vasquez B2018-09-061-10/+10
* tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song2018-05-241-0/+158
* bpf: add selftest for stackmap with build_id in NMI contextSong Liu2018-05-141-0/+134
* tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-071-17/+225
|\
| * tools/bpf: add a test for bpf_get_stack with tracepoint progYonghong Song2018-04-291-6/+64
| * tools/bpf: add a test for bpf_get_stack with raw tracepoint progYonghong Song2018-04-291-11/+161
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-2/+2
|\ \ | |/ |/|
| * bpf: minor fix to selftest test_stacktrace_build_id()Song Liu2018-05-021-2/+2
* | bpf: adding tests for bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-0/+32
|/
* selftests/bpf: test for bpf_get_stackid() from raw tracepointsAlexei Starovoitov2018-03-281-21/+70
* bpf: add selftest for stackmap with BPF_F_STACK_BUILD_IDSong Liu2018-03-151-1/+163
* bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-261-5/+2