summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-01175-659/+3460
| |\ \ \ \ \ \ \ \
| | * | | | | | | | selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov2021-11-012-0/+63
| | * | | | | | | | bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-011-1/+1
| | * | | | | | | | selftests/bpf: Fix also no-alu32 strobemeta selftestAndrii Nakryiko2021-11-011-13/+2
| | * | | | | | | | selftests/bpf: Add bloom map success test for userspace callsJoanne Koong2021-11-011-26/+33
| | * | | | | | | | selftests/bpf: Add test cases for struct_ops progHou Tao2021-11-012-0/+165
| | * | | | | | | | selftests, bpf: Fix broken riscv buildBjörn Töpel2021-11-011-1/+1
| | * | | | | | | | selftests, bpf: Add one test for sockmap with strparserLiu Jian2021-11-011-3/+30
| | * | | | | | | | selftests, bpf: Fix test_txmsg_ingress_parser errorLiu Jian2021-11-011-0/+2
| | * | | | | | | | selftests/bpf: Fix strobemeta selftest regressionAndrii Nakryiko2021-11-011-0/+11
| | * | | | | | | | selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi2021-10-291-2/+2
| | * | | | | | | | selftests/bpf: Fix memory leak in test_imaKumar Kartikeya Dwivedi2021-10-281-1/+2
| | * | | | | | | | selftests/bpf: Fix fd cleanup in sk_lookup testKumar Kartikeya Dwivedi2021-10-281-2/+2
| | * | | | | | | | selftests/bpf: Add weak/typeless ksym test for light skeletonKumar Kartikeya Dwivedi2021-10-2815-107/+142
| | * | | | | | | | bpf/benchs: Add benchmarks for comparing hashmap lookups w/ vs. w/out bloom f...Joanne Koong2021-10-284-5/+104
| | * | | | | | | | bpf/benchs: Add benchmark tests for bloom filter throughput + false positiveJoanne Koong2021-10-288-30/+695
| | * | | | | | | | selftests/bpf: Add bloom filter map test casesJoanne Koong2021-10-282-0/+286
| | * | | | | | | | selftests/bpf: Adding a namespace reset for tc_redirectYucong Sun2021-10-271-0/+14
| | * | | | | | | | selftests/bpf: Fix attach_probe in parallel modeYucong Sun2021-10-271-2/+7
| | * | | | | | | | selfetests/bpf: Update vmtest.sh defaultsYucong Sun2021-10-271-3/+3
| | * | | | | | | | selftests/bpf: Guess function end for test_get_branch_snapshotSong Liu2021-10-253-44/+4
| | * | | | | | | | selftests/bpf: Skip all serial_test_get_branch_snapshot in vmSong Liu2021-10-251-10/+6
| | * | | | | | | | selftests/bpf: Fix test_core_reloc_mods on big-endian machinesIlya Leoshkevich2021-10-251-0/+9
| | * | | | | | | | selftests/seccomp: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-251-3/+3
| | * | | | | | | | selftests/bpf: Use __BYTE_ORDER__Ilya Leoshkevich2021-10-255-16/+16
| | * | | | | | | | selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko2021-10-251-68/+152
| | * | | | | | | | selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko2021-10-251-1/+1
| | * | | | | | | | selftests/bpf: Support multiple tests per fileAndrii Nakryiko2021-10-251-4/+3
| | * | | | | | | | selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko2021-10-256-15/+13
| | * | | | | | | | selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song2021-10-221-2/+7
| | * | | | | | | | selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song2021-10-221-6/+41
| | * | | | | | | | selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song2021-10-221-0/+36
| | * | | | | | | | selftests/bpf: Fix flow dissector testsStanislav Fomichev2021-10-223-20/+18
| | * | | | | | | | selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen2021-10-228-22/+22
| | * | | | | | | | selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2021-10-222-2/+23
| | * | | | | | | | selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko2021-10-216-7/+14
| | * | | | | | | | selftests/bpf: Demonstrate use of custom .rodata/.data sectionsAndrii Nakryiko2021-10-212-0/+47
| | * | | | | | | | selftests/bpf: Use nanosleep tracepoint in perf buffer testJiri Olsa2021-10-211-1/+1
| | * | | | | | | | selftests/bpf: Fix possible/online index mismatch in perf_buffer testJiri Olsa2021-10-211-6/+7
| | * | | | | | | | selftests/bpf: Fix perf_buffer test on system with offline cpusJiri Olsa2021-10-211-2/+2
| | * | | | | | | | selftests/bpf: Add verif_stats testDave Marchevsky2021-10-211-0/+28
| | * | | | | | | | selftests/bpf: Test bpf_skc_to_unix_sock() helperHengqi Chen2021-10-212-0/+94
| | * | | | | | | | selftests/bpf: Some more atomic testsBrendan Jackman2021-10-203-0/+120
| | * | | | | | | | selftests/bpf: Use cpu_number only on arches that have itIlya Leoshkevich2021-10-201-0/+2
| | * | | | | | | | selftests/bpf: Remove duplicated include in cgroup_helpersWan Jiabing2021-10-201-1/+0
| | * | | | | | | | bpf: Rename BTF_KIND_TAG to BTF_KIND_DECL_TAGYonghong Song2021-10-186-106/+106
| | * | | | | | | | selftests/bpf: Skip verifier tests that fail to load with ENOTSUPPIlya Leoshkevich2021-10-081-1/+11
| | * | | | | | | | selfetest/bpf: Make some tests serialYucong Sun2021-10-0838-38/+48
| | * | | | | | | | selftests/bpf: Fix pid check in fexit_sleep testYucong Sun2021-10-081-2/+2
| | * | | | | | | | selftests/bpf: Adding pid filtering for atomics testYucong Sun2021-10-082-0/+17