summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-041-1/+5
* selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-021-735/+0Star
* selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-021-103/+1Star
* selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-021-427/+0Star
* selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-021-476/+3Star
* selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-021-162/+0Star
* selftests: bpf: break up test_progs - pkt accessStanislav Fomichev2019-03-021-51/+0Star
* selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-021-74/+13Star
* 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-051-8/+2Star
* 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-291-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-131-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-291-5/+5
* selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-171-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-071-10/+10
* tools/bpf: add two BPF_TASK_FD_QUERY tests in test_progsYonghong Song2018-05-251-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-081-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-271-5/+2Star
* tools/bpf: add a bpf selftest for stacktraceYonghong Song2018-01-061-0/+127
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-4/+4
|\
| * bpf: Fix tools and testing build.David Miller2017-12-201-4/+4
* | selftests/bpf: add xdp noinline testAlexei Starovoitov2017-12-171-0/+81
* | selftests/bpf: add bpf_call testAlexei Starovoitov2017-12-171-3/+11
* | bpf/tracing: add a bpf test for new ioctl query interfaceYonghong Song2017-12-121-0/+133
|/
* bpf: Test new fields in bpf_attr and bpf_{prog, map}_infoMartin KaFai Lau2017-09-291-11/+132
* bpf: Swap the order of checking prog_info and map_infoMartin KaFai Lau2017-09-291-28/+30
* selftests/bpf: check the instruction dumps are populatedJakub Kicinski2017-08-291-4/+12
* bpf: selftests add sockmap testsJohn Fastabend2017-08-161-38/+17Star
* bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski2017-07-271-2/+6
* selftests/bpf: Add test cases to test narrower ctx field loadsYonghong Song2017-06-141-0/+21
* selftests/bpf: make correct use of exit codes in bpf selftestsJesper Dangaard Brouer2017-06-131-1/+1