aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev1-0/+1
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov1-1/+21
2019-08-07selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko1-0/+19
2019-08-07selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko1-0/+40
2019-08-07selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko1-0/+20
2019-08-07selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko1-0/+27
2019-08-07selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko1-0/+36
2019-08-07selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko1-0/+41
2019-08-07selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko1-0/+39
2019-08-07selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko1-0/+34
2019-08-07selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko1-0/+129
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev8-17/+17
2019-08-06selftests/bpf: add loop test 5Alexei Starovoitov1-0/+1
2019-08-06selftests/bpf: add loop test 4Alexei Starovoitov1-0/+1
2019-07-27selftests/bpf: convert send_signal.c to use subtestsAndrii Nakryiko1-3/+6
2019-07-27selftests/bpf: convert bpf_verif_scale.c to sub-tests APIAndrii Nakryiko1-37/+40
2019-07-27selftests/bpf: abstract away test log outputAndrii Nakryiko10-34/+40
2019-07-27selftest/bpf: centralize libbpf logging management for test_progsAndrii Nakryiko2-12/+9
2019-07-25selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev1-0/+64
2019-07-25bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_FLOW_LABELStanislav Fomichev1-0/+46
2019-07-25selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev1-1/+132
2019-07-23selftests/bpf: convert test_get_stack_raw_tp to perf_buffer APIAndrii Nakryiko1-35/+43
2019-07-16selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich2-17/+3
2019-07-16selftests/bpf: skip nmi test when perf hw events are disabledIlya Leoshkevich1-1/+32
2019-07-15selftests/bpf: fix attach_probe on s390Ilya Leoshkevich1-0/+2
2019-07-08selftests/bpf: test perf buffer APIAndrii Nakryiko1-0/+100
2019-07-05selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko3-81/+32
2019-07-05selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko1-0/+166
2019-07-05selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko1-16/+15
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-11/+56
2019-06-19selftests/bpf: add realistic loop testsAlexei Starovoitov1-11/+56
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-05-29selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi1-0/+1
2019-05-24selftests: bpf: enable hi32 randomization for all testsJiong Wang1-0/+1
2019-05-24tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song1-0/+198
2019-05-23selftests/bpf: add pyperf scale testAlexei Starovoitov1-13/+18
2019-05-16selftests/bpf: add prog detach to flow_dissector testStanislav Fomichev1-0/+1
2019-05-16selftests/bpf: add missing \n to flow_dissector CHECK errorsStanislav Fomichev1-4/+4
2019-05-09selftests: bpf: initialize bpf_object pointers where neededLorenz Bauer3-2/+5
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins2-0/+122
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev1-14/+9
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev1-2/+100
2019-04-23selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev1-0/+48
2019-04-17selftests/bpf: fix a compilation errorYonghong Song1-2/+2
2019-04-16selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev1-81/+116
2019-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-6/+301
2019-04-11selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-0/+89
2019-04-09bpf, selftest: test global data/bss/rodata sectionsJoe Stringer1-0/+157
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+68
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee1-2/+2