summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+5
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller56-51/+4119
2020-09-01bpf: Remove bpf_lsm_file_mprotect from sleepable list.Alexei Starovoitov1-17/+17
2020-08-28selftests/bpf: Add sleepable testsAlexei Starovoitov5-2/+99
2020-08-28bpf: selftests: Add test for different inner map sizeMartin KaFai Lau2-1/+65
2020-08-28selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer1-0/+2
2020-08-27selftests/bpf: Add verifier tests for xor operationYonghong Song1-0/+146
2020-08-26selftests/bpf: Test for map update access from within EXT programsUdip Pant3-3/+104
2020-08-26selftests/bpf: Test for checking return code for the extended progUdip Pant2-0/+59
2020-08-26selftests/bpf: Add test for freplace program with write accessUdip Pant3-0/+48
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-26selftests/bpf: Add set test to resolve_btfidsJiri Olsa1-1/+38
2020-08-26selftests/bpf: Add test for d_path helperJiri Olsa2-0/+205
2020-08-26selftests/bpf: Add verifier test for d_path helperJiri Olsa2-1/+55
2020-08-26bpf: Add selftests for local_storageKP Singh2-0/+200
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh1-3/+3
2020-08-25selftests/bpf: Enable tc verbose mode for test_sk_assignYonghong Song1-1/+1
2020-08-25selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer1-1/+3
2020-08-25selftests: bpf: Fix sockmap update nitsLorenz Bauer1-7/+5
2020-08-25bpf: selftests: Tcp header optionsMartin KaFai Lau4-0/+1721
2020-08-25bpf: selftests: Add fastopen_connect to network_helpersMartin KaFai Lau2-0/+39
2020-08-22selftests/bpf: BPF object files should depend only on libbpf headersAndrii Nakryiko1-1/+1
2020-08-22selftests: bpf: Test sockmap update from BPFLorenz Bauer3-0/+149
2020-08-22libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko1-11/+54
2020-08-21bpf: selftests: global_funcs: Check err_str before strstrYauheni Kaliuta1-1/+1
2020-08-21selftests/bpf: Remove test_align leftoversVeronika Kabatova2-2/+1
2020-08-20selftests/bpf: List newest Clang built-ins needed for some CO-RE selftestsAndrii Nakryiko2-1/+24
2020-08-20selftests/bpf: Fix two minor compilation warnings reported by GCC 4.9Andrii Nakryiko2-1/+3
2020-08-20selftests/bpf: Add bpffs preload test.Alexei Starovoitov1-0/+94
2020-08-20selftests/bpf: Add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocationsAndrii Nakryiko7-0/+224
2020-08-20selftests/bpf: Add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGETAndrii Nakryiko6-19/+323
2020-08-20selftests/bpf: Test TYPE_EXISTS and TYPE_SIZE CO-RE relocationsAndrii Nakryiko9-22/+446
2020-08-19selftests/bpf: Add test validating failure on ambiguous relocation valueAndrii Nakryiko3-0/+30
2020-08-19selftests/bpf: Fix test_vmlinux test to use bpf_probe_read_user()Andrii Nakryiko1-3/+9
2020-08-14selftests/bpf: Make test_varlen work with 32-bit user-space archAndrii Nakryiko2-7/+7
2020-08-14selftests/bpf: Correct various core_reloc 64-bit assumptionsAndrii Nakryiko2-42/+47
2020-08-14selftests/bpf: Fix btf_dump test cases on 32-bit archesAndrii Nakryiko1-7/+20
2020-08-14selftest/bpf: Fix compilation warnings in 32-bit modeAndrii Nakryiko9-19/+24
2020-08-13bpf, selftests: Add tests to sock_ops for loading skJohn Fastabend1-0/+21
2020-08-13bpf, selftests: Add tests for sock_ops load with r9, r8.r7 registersJohn Fastabend1-0/+7
2020-08-13bpf, selftests: Add tests for ctx access in sock_ops with single registerJohn Fastabend1-0/+13
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
2020-08-07selftests/bpf: Fix silent Makefile outputAndrii Nakryiko1-22/+26
2020-08-07bpf: Fix compilation warning of selftestsJianlin Lv3-14/+21
2020-08-07selftests: bpf: Switch off timeoutJiri Benc1-0/+1
2020-08-07tools/bpf: Support new uapi for map element bpf iteratorYonghong Song1-8/+32
2020-08-07selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko1-2/+3
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller46-203/+2062