summaryrefslogtreecommitdiffstats
path: root/tools/testing/vsock
Commit message (Expand)AuthorAgeFilesLines
* test/vsock: add dobule bind connect testFilippo Storniolo2023-11-073-0/+100
* test/vsock: refactor vsock_acceptFilippo Storniolo2023-11-071-12/+20
* test/vsock fix: add missing check on socket creationFilippo Storniolo2023-11-071-0/+8
* test/vsock: io_uring rx/tx testsArseniy Krasnov2023-10-153-2/+348
* test/vsock: MSG_ZEROCOPY support for vsock_perfArseniy Krasnov2023-10-152-10/+72
* test/vsock: MSG_ZEROCOPY flag testsArseniy Krasnov2023-10-158-1/+633
* vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKETStefano Garzarella2023-09-171-3/+11
* vsock/test: use send_buf() in vsock_test.cStefano Garzarella2023-09-171-66/+9
* vsock/test: add send_buf() utility functionStefano Garzarella2023-09-172-36/+56
* vsock/test: use recv_buf() in vsock_test.cStefano Garzarella2023-09-171-87/+17
* vsock/test: add recv_buf() utility functionStefano Garzarella2023-09-172-35/+54
* test/vsock: shutdowned socket testArseniy Krasnov2023-09-141-0/+138
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-031-1/+1
|\
| * test/vsock: remove vsock_perf executable on `make clean`Stefano Garzarella2023-08-031-1/+1
* | vsock/test: MSG_PEEK test for SOCK_SEQPACKETArseniy Krasnov2023-07-271-4/+54
* | vsock/test: rework MSG_PEEK test for SOCK_STREAMArseniy Krasnov2023-07-271-3/+75
|/
* vsock/test: update expected return valuesArseniy Krasnov2023-04-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-0/+90
|\
| * test/vsock: new skbuff appending testArseniy Krasnov2023-03-301-0/+90
* | testing/vsock: add vsock_perf to gitignoreBobby Eshleman2023-03-281-0/+1
|/
* test/vsock: copy to user failure testArseniy Krasnov2023-03-161-0/+118
* test/vsock: vsock_perf utilityArseniy Krasnov2023-01-123-1/+463
* test/vsock: add big message testArseniy Krasnov2023-01-121-0/+69
* test/vsock: rework message bounds testArseniy Krasnov2023-01-125-15/+157
* vsock_test: POLLIN + SO_RCVLOWAT testArseniy Krasnov2022-08-231-0/+108
* af_vsock: SOCK_SEQPACKET broken buffer testKrasnov Arseniy Vladimirovich2022-03-181-0/+131
* af_vsock: SOCK_SEQPACKET receive timeout testKrasnov Arseniy Vladimirovich2022-03-181-0/+84
* vsock_diag_test: remove free_sock_stat() call in test_no_socketsStefano Garzarella2021-10-151-2/+0
* vsock_test: update message bounds test for MSG_EORArseny Krasnov2021-09-061-1/+7
* vsock_test: add SOCK_SEQPACKET testsArseny Krasnov2021-06-113-5/+146
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | tools: testing: vsock: Test when server is bound but not listeningSebastien Boeuf2020-02-161-0/+77
|/
* vsock_test: add SOCK_STREAM MSG_PEEK testStefano Garzarella2019-12-201-0/+34
* testing/vsock: print list of options and descriptionStefano Garzarella2019-12-202-2/+24
* testing/vsock: add parameters to list and skip testsStefano Garzarella2019-12-206-20/+116
* vsock_test: wait for the remote to close the connectionStefano Garzarella2019-12-203-4/+48
* VSOCK: add AF_VSOCK test casesStefan Hajnoczi2019-12-204-2/+317
* VSOCK: add send_byte()/recv_byte() test utilitiesStefan Hajnoczi2019-12-202-0/+105
* VSOCK: add full barrier between test casesStefan Hajnoczi2019-12-201-2/+16
* VSOCK: extract connect/accept functions from vsock_diag_test.cStefan Hajnoczi2019-12-203-76/+119
* VSOCK: extract utility functions from vsock_diag_test.cStefan Hajnoczi2019-12-204-71/+125
* VSOCK: add SPDX identifiers to vsock testsStefan Hajnoczi2019-12-202-0/+2
* VSOCK: fix header include in vsock_diag_testStefan Hajnoczi2019-12-203-5/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-053-15/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-058-0/+1038