summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2019-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+7
2019-11-01selftests: bpf: Skip write only files in debugfsJakub Kicinski-0/+5
2019-10-30bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich-1/+7
2019-10-18selftests/bpf: More compatible nc options in test_tc_edtJiri Benc-1/+1
2019-10-08selftests/bpf: More compatible nc options in test_lwt_ip_encapJiri Benc-3/+3
2019-10-08selftests/bpf: Set rp_filter in test_flow_dissectorJiri Benc-0/+3
2019-10-02selftests/bpf: test_progs: Don't leak server_fd in test_sockopt_inheritBrian Vazquez-1/+1
2019-10-02selftests/bpf: test_progs: Don't leak server_fd in tcp_rttBrian Vazquez-1/+2
2019-09-25selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko-1/+4
2019-09-25selftests/bpf: delete unused variables in test_sysctlAndrii Nakryiko-1/+0
2019-09-25selftests/bpf: test_progs: fix client/server race in tcp_rttStanislav Fomichev-2/+19
2019-09-16bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich-1/+8
2019-09-16selftests/bpf: add bpf-gcc supportIlya Leoshkevich-23/+67
2019-09-06selftests/bpf: test_progs: convert test_tcp_rttStanislav Fomichev-59/+28
2019-09-06selftests/bpf: test_progs: convert test_sockopt_inheritStanislav Fomichev-64/+43
2019-09-06selftests/bpf: test_progs: convert test_sockopt_multiStanislav Fomichev-55/+11
2019-09-06selftests/bpf: test_progs: convert test_sockopt_skStanislav Fomichev-52/+15
2019-09-06selftests/bpf: test_progs: convert test_sockoptStanislav Fomichev-46/+8
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev-2/+41
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-250/+1029
2019-09-05selftests/bpf: precision tracking testsAlexei Starovoitov-0/+52
2019-09-03selftests/bpf: fix endianness issues in test_sysctlIlya Leoshkevich-43/+82
2019-09-03selftests/bpf: improve unexpected success reporting in test_syctlIlya Leoshkevich-1/+2
2019-09-03selftests/bpf: fix "ctx:write sysctl:write read ok" on s390Ilya Leoshkevich-1/+1
2019-09-03selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpuIlya Leoshkevich-16/+22
2019-09-03selftests/bpf: test_progs: add missing \n to CHECK_FAILStanislav Fomichev-1/+1
2019-09-03selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev-0/+1
2019-08-31selftests/bpf: Fix a typo in test_offload.pyMasanari Iida-1/+1
2019-08-31tools: bpftool: improve and check builds for different make invocationsQuentin Monnet-1/+145
2019-08-28selftests/bpf: remove wrong nhoff in flow dissector testStanislav Fomichev-1/+0
2019-08-28selftests/bpf: test_progs: remove unused retStanislav Fomichev-23/+19
2019-08-28selftests/bpf: test_progs: remove asserts from subtestsStanislav Fomichev-26/+40
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev-123/+60
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev-2/+21
2019-08-28selftests/bpf: add precision tracking testAlexei Starovoitov-0/+25
2019-08-28selftests/bpf: verifier precise testsAlexei Starovoitov-11/+174
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+21
2019-08-21selftests/bpf: install files test_xdp_vlan.shAnders Roxell-1/+2
2019-08-21selftests/bpf: add config fragment BPF_JITAnders Roxell-0/+1
2019-08-21selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich-0/+10
2019-08-21selftests/bpf: fix test_cgroup_storage on s390Ilya Leoshkevich-3/+3
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+28
2019-08-17selftests/bpf: add sockopt clone/inheritance testStanislav Fomichev-1/+353
2019-08-17selftests/bpf: fix race in test_tcp_rtt testPetar Penkov-0/+31
2019-08-17libbpf: relicense bpf_helpers.h and bpf_endian.hAndrii Nakryiko-2/+2
2019-08-14selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich-2/+5
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-341/+2830
2019-08-13selftests/bpf: fix race in flow dissector testsPetar Penkov-8/+27
2019-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+28
2019-08-07tools/bpf: fix core_reloc.c compilation errorYonghong Song-1/+1