summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev2019-08-068-17/+17
* selftests/bpf: add loop test 5Alexei Starovoitov2019-08-061-0/+1
* selftests/bpf: add loop test 4Alexei Starovoitov2019-08-061-0/+1
* selftests/bpf: convert send_signal.c to use subtestsAndrii Nakryiko2019-07-271-3/+6
* selftests/bpf: convert bpf_verif_scale.c to sub-tests APIAndrii Nakryiko2019-07-271-37/+40
* selftests/bpf: abstract away test log outputAndrii Nakryiko2019-07-2710-34/+40
* selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko2019-07-272-12/+9
* selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev2019-07-251-0/+64
* bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev2019-07-251-0/+46
* selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev2019-07-251-1/+132
* selftests/bpf: convert test_get_stack_raw_tp to perf_buffer APIAndrii Nakryiko2019-07-231-35/+43
* selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich2019-07-162-17/+3
* selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich2019-07-161-1/+32
* selftests/bpf: fix attach_probe on s390Ilya Leoshkevich2019-07-151-0/+2
* selftests/bpf: test perf buffer APIAndrii Nakryiko2019-07-081-0/+100
* selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko2019-07-053-81/+32
* selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2019-07-051-0/+166
* selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko2019-07-051-16/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-11/+56
|\
| * selftests/bpf: add realistic loop testsAlexei Starovoitov2019-06-191-11/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-0/+1
|\ \ | |/ |/|
| * selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
* | selftests: bpf: enable hi32 randomization for all testsJiong Wang2019-05-241-0/+1
* | tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song2019-05-241-0/+198
* | selftests/bpf: add pyperf scale testAlexei Starovoitov2019-05-231-13/+18
|/
* selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev2019-05-161-0/+1
* selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev2019-05-161-4/+4
* selftests: bpf: initialize bpf_object pointers where neededLorenz Bauer2019-05-093-2/+5
* selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-262-0/+122
* bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-231-14/+9
* selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev2019-04-231-2/+100
* selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev2019-04-231-0/+48
* selftests/bpf: fix a compilation errorYonghong Song2019-04-171-2/+2
* selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev2019-04-161-81/+116
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-115-6/+301
|\
| * selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-0/+89
| * bpf, selftest: test global data/bss/rodata sectionsJoe Stringer2019-04-091-0/+157
| * samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee2019-04-041-2/+2
| * selftests/bpf: add few verifier scale testsAlexei Starovoitov2019-04-041-0/+49
| * selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev2019-04-021-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-0/+68
|\ \ | |/ |/|
| * selftests/bpf: fix vlan handling in flow dissector programStanislav Fomichev2019-04-031-0/+68
* | selftests: bpf: don't depend on hardcoded perf sample_freqStanislav Fomichev2019-03-261-1/+15
|/
* selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-122-2/+2
* selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev2019-03-071-1/+1
* selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-029-0/+749
* selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-022-0/+104
* selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-024-0/+431
* selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-024-0/+477
* selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-023-0/+159