aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin2021-09-302-3/+9
* bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi2021-09-291-3/+2
* selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song2021-09-282-4/+28
* selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko2021-09-281-19/+19
* selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko2021-09-2812-35/+33
* selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko2021-09-2839-157/+141
* selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko2021-09-2819-30/+27
* selftests: xsk: Add frame_headroom testMagnus Karlsson2021-09-282-11/+44
* selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson2021-09-281-3/+3
* selftests: xsk: Add single packet testMagnus Karlsson2021-09-282-0/+14
* selftests: xsk: Introduce pacing of trafficMagnus Karlsson2021-09-282-7/+29
* selftests: xsk: Fix socket creation retryMagnus Karlsson2021-09-281-6/+5
* selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson2021-09-281-6/+11
* selftests: xsk: Fix missing initializationMagnus Karlsson2021-09-281-0/+7
* bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau2021-09-261-0/+161
* bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau2021-09-263-0/+393
* selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song2021-09-241-6/+21
* seltests: bpf: test_tunnel: Use ip neighJiri Benc2021-09-211-2/+3
* selftests/bpf: Adopt attach_probe selftest to work on old kernelsAndrii Nakryiko2021-09-211-4/+20
* selftests/bpf: Add trace_vprintk test progDave Marchevsky2021-09-173-1/+103
* selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTsDave Marchevsky2021-09-171-15/+9
* bpftool: Only probe trace_vprintk feature in 'full' modeDave Marchevsky2021-09-171-13/+9
* selftests/bpf: Stop using bpf_program__loadDave Marchevsky2021-09-171-8/+31
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-1731-447/+1575
|\
| * selftests/bpf: Fix a few compiler warningsYonghong Song2021-09-172-5/+3
| * selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() APIAndrii Nakryiko2021-09-171-17/+26
| * selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko2021-09-171-2/+1
| * selftests/bpf: Skip btf_tag test if btf_tag attribute not supportedYonghong Song2021-09-153-1/+31
| * selftests/bpf: Add a test with a bpf program with btf_tag attributesYonghong Song2021-09-142-0/+53
| * selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song2021-09-141-17/+175
| * selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song2021-09-142-0/+248
| * selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song2021-09-141-2/+2
| * selftests/bpf: Test libbpf API function btf__add_tag()Yonghong Song2021-09-142-1/+27
| * selftests/bpf: Fix .gitignore to not ignore test_progs.cAndrii Nakryiko2021-09-141-2/+3
| * bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng2021-09-141-3/+19
| * selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko2021-09-141-9/+3
| * bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann2021-09-132-5/+54
| * selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu2021-09-139-52/+243
| * selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko2021-09-103-0/+63
| * selftests: xsk: Add tests for 2K frame sizeMagnus Karlsson2021-09-102-0/+25
| * selftests: xsk: Add tests for invalid xsk descriptorsMagnus Karlsson2021-09-102-18/+132
| * selftests: xsk: Eliminate test specific if-statement in test runnerMagnus Karlsson2021-09-101-4/+12
| * selftests: xsk: Add test for unaligned modeMagnus Karlsson2021-09-102-23/+108
| * selftests: xsk: Introduce replacing the default packet streamMagnus Karlsson2021-09-102-18/+48
| * selftests: xsk: Allow for invalid packetsMagnus Karlsson2021-09-102-6/+11
| * selftests: xsk: Eliminate MAX_SOCKS defineMagnus Karlsson2021-09-102-10/+9
| * selftests: xsx: Make pthreads local scopeMagnus Karlsson2021-09-102-2/+1
| * selftests: xsk: Make xdp_flags and bind_flags localMagnus Karlsson2021-09-102-32/+31
| * selftests: xsk: Specify number of sockets to createMagnus Karlsson2021-09-102-34/+27
| * selftests: xsk: Replace second_step global variableMagnus Karlsson2021-09-102-45/+36