summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata2021-09-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-235-15/+70
|\
| * Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-233-7/+5
| |\
| | * selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGSShuah Khan2021-09-191-4/+1
| | * selftests: net: af_unix: Fix incorrect args in test result msgShuah Khan2021-09-191-2/+3
| | * net: update NXP copyright textVladimir Oltean2021-09-171-1/+1
| * | Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-192-8/+65
| |\ \ | | |/ | |/|
| | * selftests/powerpc: Add scv versions of the basic TM syscall testsNicholas Piggin2021-09-132-8/+65
* | | selftests: mptcp: add mptcp getsockopt test casesFlorian Westphal2021-09-184-3/+714
* | | 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-152-0/+53
| * | | selftests/bpf: Test BTF_KIND_TAG for deduplicationYonghong Song2021-09-151-17/+175
| * | | selftests/bpf: Add BTF_KIND_TAG unit testsYonghong Song2021-09-152-0/+248
| * | | selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG formatYonghong Song2021-09-151-2/+2
| * | | selftests/bpf: Test libbpf API function btf__add_tag()Yonghong Song2021-09-152-1/+27
| * | | selftests/bpf: Fix .gitignore to not ignore test_progs.cAndrii Nakryiko2021-09-151-2/+3
| * | | bpf,x64 Emit IMUL instead of MUL for x86-64Jie Meng2021-09-151-3/+19
| * | | selftests/bpf: Update selftests to always provide "struct_ops" SECAndrii Nakryiko2021-09-151-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
| * | | selftests: xsk: Introduce rx_on and tx_on in ifobjectMagnus Karlsson2021-09-102-28/+16
| * | | selftests: xsk: Add use_poll to ifobjectMagnus Karlsson2021-09-102-1/+5
| * | | selftests: xsx: Introduce test name in test specMagnus Karlsson2021-09-102-20/+31
| * | | selftests: xsk: Make frame_size configurableMagnus Karlsson2021-09-102-5/+7
| * | | selftests: xsk: Move rxqsize into xsk_socket_infoMagnus Karlsson2021-09-102-7/+4
| * | | selftests: xsk: Move num_frames and frame_headroom to xsk_umem_infoMagnus Karlsson2021-09-102-12/+12
| * | | selftests: xsk: Introduce test specificationsMagnus Karlsson2021-09-102-84/+126
| * | | selftests: xsk: Introduce type for thread functionMagnus Karlsson2021-09-102-14/+15
| * | | selftests: xsk: Simplify xsk and umem arraysMagnus Karlsson2021-09-102-49/+34
| * | | libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecationsQuentin Monnet2021-09-091-2/+2
| * | | selftests/bpf: Add checks for X__elf_bytes() skeleton helperMatt Smith2021-09-081-0/+6
| * | | bpf: Permit ingress_ifindex in bpf_prog_test_run_xattrNeil Spring2021-09-082-0/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-1618-33/+399
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-1610-27/+283
| |\ \ \ | | |_|/ | |/| |