summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko2020-09-291-0/+101
* selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko2020-09-292-34/+63
* selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen2020-09-292-2/+2
* selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen2020-09-291-3/+9
* selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...Alan Maguire2020-09-293-1/+51
* selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire2020-09-291-1/+1
* bpf, selftests: Fix cast to smaller integer type 'int' warning in raw_tpJohn Fastabend2020-09-291-1/+1
* selftests/bpf: Test BTF writing APIsAndrii Nakryiko2020-09-291-0/+278
* selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire2020-09-292-0/+124
* selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire2020-09-291-7/+7
* selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire2020-09-292-0/+309
* selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen2020-09-294-39/+1
* selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer2020-09-292-11/+30
* selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer2020-09-293-24/+20
* selftests: bpf: Add helper to compare socket cookiesLorenz Bauer2020-09-291-14/+36
* selftests/bpf: Add raw_tp_test_runSong Liu2020-09-282-0/+120
* bpf: Add AND verifier test case where 32bit and 64bit bounds differJohn Fastabend2020-09-261-0/+16
* bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau2020-09-253-0/+413
* bpf: selftest: Remove enum tcp_ca_state from bpf_tcp_helpers.hMartin KaFai Lau2020-09-253-8/+4
* bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau2020-09-252-9/+55
* bpf: selftest: Use network_helpers in the sock_fields testMartin KaFai Lau2020-09-251-79/+9
* bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau2020-09-252-305/+229
* bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau2020-09-254-6/+3
* bpf: selftest: Add ref_tracking verifier test for bpf_skc castingMartin KaFai Lau2020-09-251-0/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2349-507/+1531
|\
| * selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-222-1/+18
| * selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich2020-09-191-2/+2
| * selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich2020-09-181-1/+1
| * selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski2020-09-185-0/+533
| * bpf: Add abnormal return checks.Alexei Starovoitov2020-09-181-3/+3
| * selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko2020-09-163-335/+78
| * selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu2020-09-165-1/+255
| * selftests/bpf: Define string const as global for test_sysctl_prog.cYonghong Song2020-09-111-2/+2
| * selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich2020-09-111-2/+4
| * selftests: bpf: Test iterating a sockmapLorenz Bauer2020-09-104-0/+144
| * selftests, bpftool: Add bpftool (and eBPF helpers) documentation buildQuentin Monnet2020-09-102-0/+26
| * selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang changeYonghong Song2020-09-092-4/+4
| * selftests/bpf: Add test for map_ptr arithmeticYonghong Song2020-09-092-1/+41
| * selftests/bpf: Fix check in global_data_init.Hao Luo2020-09-041-1/+2
| * selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko2020-09-043-64/+115
| * selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko2020-09-042-42/+43
| * selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko2020-09-047-37/+73
| * selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko2020-09-041-7/+14
| * selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko2020-09-043-3/+9
| * selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko2020-09-042-0/+134
| * selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song2020-09-022-1/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-236-3/+72
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-222-0/+62
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-161-0/+15
| | |\ \
| | | * | selftests/bpf: Add bpf_{update, delete}_map_elem in hashmap iter programYonghong Song2020-09-041-0/+15