aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-26selftests/bpf: Fix spelling mistake "scoket" -> "socket"Colin Ian King1-1/+1
2020-08-26selftests/bpf: Fix open call in trigger_fstat_eventsJiri Olsa1-1/+1
2020-08-25selftests/bpf: Add set test to resolve_btfidsJiri Olsa1-1/+38
2020-08-25selftests/bpf: Add test for d_path helperJiri Olsa1-0/+147
2020-08-25bpf: Add selftests for local_storageKP Singh1-0/+60
2020-08-24selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song1-1/+1
2020-08-24selftests: bpf: Fix sockmap update nitsLorenz Bauer1-7/+5
2020-08-24bpf: selftests: Tcp header optionsMartin KaFai Lau1-0/+622
2020-08-21selftests: bpf: Test sockmap update from BPFLorenz Bauer1-0/+78
2020-08-21libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko1-11/+54
2020-08-20bpf: selftests: global_funcs: Check err_str before strstrYauheni Kaliuta1-1/+1
2020-08-20selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9Andrii Nakryiko1-1/+2
2020-08-20selftests/bpf: Add bpffs preload test.Alexei Starovoitov1-0/+94
2020-08-19selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko1-0/+56
2020-08-19selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko1-5/+163
2020-08-19selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko1-21/+104
2020-08-18selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko1-0/+1
2020-08-13selftests/bpf: Make test_varlen work with 32-bit user-space archAndrii Nakryiko1-4/+4
2020-08-13selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko1-10/+10
2020-08-13selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko1-7/+20
2020-08-13selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko7-15/+15
2020-08-11selftests/bpf: Fix v4_to_v6 in sk_lookupStanislav Fomichev1-0/+1
2020-08-11selftests/bpf: Fix segmentation fault in test_progsJianlin Lv1-6/+13