aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
2020-10-02selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev1-1/+1
2020-10-02selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev1-1/+1
2020-09-30selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu1-0/+66
2020-09-30selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker1-0/+6
2020-09-30selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko1-0/+105
2020-09-29bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend1-1/+3
2020-09-29selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen1-0/+56
2020-09-29selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa1-0/+111
2020-09-29selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen1-32/+124
2020-09-29selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko1-0/+101
2020-09-29selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko1-34/+0
2020-09-29selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen2-2/+2
2020-09-29selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen1-3/+9
2020-09-29selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire1-1/+1
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko1-0/+278
2020-09-28selftests/bpf: Add test for bpf_seq_printf_btf helperAlan Maguire1-0/+74
2020-09-28selftests/bpf: Fix overflow tests to reflect iter size increaseAlan Maguire1-7/+7
2020-09-28selftests/bpf: Add bpf_snprintf_btf helper testsAlan Maguire1-0/+60
2020-09-28selftests: Remove fmod_ret from test_overheadToke Høiland-Jørgensen1-13/+1
2020-09-28selftest: bpf: Test copying a sockmap and sockhashLorenz Bauer1-6/+8
2020-09-28selftests: bpf: Remove shared header from sockmap iter testLorenz Bauer1-18/+18
2020-09-28selftests: bpf: Add helper to compare socket cookiesLorenz Bauer1-14/+36
2020-09-28selftests/bpf: Add raw_tp_test_runSong Liu1-0/+96
2020-09-25bpf: selftest: Add test_btf_skc_cls_ingressMartin KaFai Lau1-0/+234
2020-09-25bpf: selftest: Use bpf_skc_to_tcp_sock() in the sock_fields testMartin KaFai Lau1-7/+33
2020-09-25bpf: selftest: Use network_helpers in the sock_fields testMartin KaFai Lau1-79/+9
2020-09-25bpf: selftest: Adapt sock_fields test to use skel and global variablesMartin KaFai Lau1-217/+163
2020-09-25bpf: selftest: Move sock_fields test into test_progsMartin KaFai Lau1-0/+480
2020-09-21selftests/bpf: Fix stat probe in d_path testJiri Olsa1-0/+10
2020-09-19selftests/bpf: Fix endianness issue in test_sockopt_skIlya Leoshkevich1-2/+2
2020-09-18selftests/bpf: Fix endianness issue in sk_assignIlya Leoshkevich1-1/+1
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski1-0/+332
2020-09-15selftests/bpf: Merge most of test_btf into test_progsAndrii Nakryiko1-0/+6811
2020-09-15selftests/bpf: Test load and dump metadata with btftool and skelYiFei Zhu1-0/+141
2020-09-10selftests/bpf: Fix test_ksyms on non-SMP kernelsIlya Leoshkevich1-2/+4
2020-09-10selftests: bpf: Test iterating a sockmapLorenz Bauer1-0/+89
2020-09-03selftests/bpf: Fix check in global_data_init.Hao Luo1-1/+2
2020-09-03selftests/bpf: Add __noinline variant of cls_redirect selftestAndrii Nakryiko1-15/+57
2020-09-03selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinlineAndrii Nakryiko1-32/+17
2020-09-03selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline testsAndrii Nakryiko2-5/+8
2020-09-03selftests/bpf: Turn fexit_bpf2bpf into test with subtestsAndrii Nakryiko1-7/+14
2020-09-03selftests/bpf: Don't use deprecated libbpf APIsAndrii Nakryiko1-1/+1
2020-09-03selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf callsAndrii Nakryiko1-0/+31
2020-09-02selftests/bpf: Test task_file iterator without visiting pthreadsYonghong Song1-0/+21
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller12-41/+1529
2020-08-28selftests/bpf: Add sleepable testsAlexei Starovoitov1-0/+9
2020-08-28bpf: selftests: Add test for different inner map sizeMartin KaFai Lau1-1/+34
2020-08-26selftests/bpf: Test for map update access from within EXT programsUdip Pant1-3/+30
2020-08-26selftests/bpf: Test for checking return code for the extended progUdip Pant1-0/+40
2020-08-26selftests/bpf: Add test for freplace program with write accessUdip Pant1-0/+1