summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2020-02-01libbpf: Fix BTF-defined map's __type macro handling of arraysAndrii Nakryiko1-2/+1
2019-12-31selftests, bpf: Workaround an alu32 sub-register spilling issueYonghong Song1-1/+3
2019-12-31bpf, testing: Workaround a verifier failure for test_progsYonghong Song1-1/+4
2019-12-31selftests/bpf: Fix btf_dump padding test caseAndrii Nakryiko1-1/+4
2019-09-25selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko1-1/+4
2019-09-16selftests/bpf: add bpf-gcc supportIlya Leoshkevich1-0/+1
2019-09-03selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich2-16/+8
2019-08-18selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev1-0/+97
2019-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski60-19/+1403
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov1-7/+6
2019-08-08tools/bpf: fix core_reloc.c compilation errorYonghong Song1-1/+1
2019-08-08selftests/bpf: add CO-RE relocs misc testsAndrii Nakryiko3-0/+87
2019-08-08selftests/bpf: add CO-RE relocs ints testsAndrii Nakryiko10-0/+169
2019-08-08selftests/bpf: add CO-RE relocs ptr-as-array testsAndrii Nakryiko4-0/+49
2019-08-08selftests/bpf: add CO-RE relocs modifiers/typedef testsAndrii Nakryiko5-0/+143
2019-08-08selftests/bpf: add CO-RE relocs enum/ptr/func_proto testsAndrii Nakryiko9-0/+131
2019-08-08selftests/bpf: add CO-RE relocs array testsAndrii Nakryiko10-0/+160
2019-08-08selftests/bpf: add CO-RE relocs nesting testsAndrii Nakryiko15-0/+382
2019-08-08selftests/bpf: add CO-RE relocs struct flavors testsAndrii Nakryiko4-0/+83
2019-08-08selftests/bpf: add CO-RE relocs testing setupAndrii Nakryiko1-0/+36
2019-08-06selftests/bpf: add loop test 5Alexei Starovoitov1-0/+32
2019-08-06selftests/bpf: add loop test 4Alexei Starovoitov1-0/+18
2019-08-01selftests/bpf: extend sockopt_sk selftest with TCP_CONGESTION use caseStanislav Fomichev1-0/+22
2019-07-31selftests/bpf: add test for bpf_tcp_gen_syncookiePetar Penkov1-5/+43
2019-07-26selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAPStanislav Fomichev1-0/+8
2019-07-26bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...Stanislav Fomichev1-0/+10
2019-07-26selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAGStanislav Fomichev1-6/+23
2019-07-24selftests/bpf: convert test_get_stack_raw_tp to perf_buffer APIAndrii Nakryiko1-1/+1
2019-07-22selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich1-2/+1
2019-07-18selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich1-8/+9
2019-07-16selftests/bpf: use typedef'ed arrays as map valuesAndrii Nakryiko3-4/+4
2019-07-12selftests/bpf: fix compiling loop{1, 2, 3}.c on s390Ilya Leoshkevich3-3/+3
2019-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2019-07-08selftests/bpf: fix test_attach_probe map definitionAndrii Nakryiko1-8/+5
2019-07-08selftests/bpf: test perf buffer APIAndrii Nakryiko1-0/+25
2019-07-05selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko9-166/+158
2019-07-05selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko20-494/+300
2019-07-05selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko1-0/+55
2019-07-03selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev1-0/+61
2019-07-03selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc1-6/+6
2019-07-03selftests: bpf: standardize to static __always_inlineJiri Benc5-35/+38
2019-06-28selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev1-0/+71
2019-06-28selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev1-0/+111
2019-06-25selftests, bpf: Add test for veth native XDPToshiaki Makita2-0/+43
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller38-230/+1766
2019-06-19selftests/bpf: add realistic loop testsAlexei Starovoitov14-1/+1291
2019-06-18selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko14-140/+285
2019-06-18selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko5-72/+87
2019-06-18selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko1-0/+73
2019-06-15selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev1-17/+29