summaryrefslogtreecommitdiff
path: root/tools/testing/vsock
AgeCommit message (Expand)Author
2025-01-29vsock/test: Add test for connect() retriesMichal Luczaj
2025-01-29vsock/test: Add test for UAF due to socket unbindingMichal Luczaj
2025-01-29vsock/test: Introduce vsock_connect_fd()Michal Luczaj
2025-01-29vsock/test: Introduce vsock_bind()Michal Luczaj
2024-12-23vsock/test: Add test for MSG_ZEROCOPY completion memory leakMichal Luczaj
2024-12-23vsock/test: Add test for sk_error_queue memory leakMichal Luczaj
2024-12-23vsock/test: Add test for accept_queue memory leakMichal Luczaj
2024-12-23vsock/test: Adapt send_byte()/recv_byte() to handle MSG_ZEROCOPYMichal Luczaj
2024-12-23vsock/test: Add README blurb about kmemleak usageMichal Luczaj
2024-12-23vsock/test: Introduce option to select testsMichal Luczaj
2024-12-23vsock/test: Use NSEC_PER_SECMichal Luczaj
2024-12-05vsock/test: verify socket options after setting themKonstantin Shkolnyy
2024-12-05vsock/test: fix parameter types in SO_VM_SOCKETS_* callsKonstantin Shkolnyy
2024-12-05vsock/test: fix failures due to wrong SO_RCVLOWAT parameterKonstantin Shkolnyy
2024-08-02test/vsock: add ioctl unsent bytes testLuigi Leonardi
2024-07-13test/vsock: add install targetPeng Fan
2024-01-25vsock/test: print type for SOCK_SEQPACKETArseniy Krasnov
2024-01-24vsock/test: add '--peer-port' input argumentArseniy Krasnov
2023-12-15vsock/test: two tests to check credit update logicArseniy Krasnov
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov
2023-11-07test/vsock: add dobule bind connect testFilippo Storniolo
2023-11-07test/vsock: refactor vsock_acceptFilippo Storniolo
2023-11-07test/vsock fix: add missing check on socket creationFilippo Storniolo
2023-10-15test/vsock: io_uring rx/tx testsArseniy Krasnov
2023-10-15test/vsock: MSG_ZEROCOPY support for vsock_perfArseniy Krasnov
2023-10-15test/vsock: MSG_ZEROCOPY flag testsArseniy Krasnov
2023-09-17vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKETStefano Garzarella
2023-09-17vsock/test: use send_buf() in vsock_test.cStefano Garzarella
2023-09-17vsock/test: add send_buf() utility functionStefano Garzarella
2023-09-17vsock/test: use recv_buf() in vsock_test.cStefano Garzarella
2023-09-17vsock/test: add recv_buf() utility functionStefano Garzarella
2023-09-14test/vsock: shutdowned socket testArseniy Krasnov
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-03test/vsock: remove vsock_perf executable on `make clean`Stefano Garzarella
2023-07-27vsock/test: MSG_PEEK test for SOCK_SEQPACKETArseniy Krasnov
2023-07-27vsock/test: rework MSG_PEEK test for SOCK_STREAMArseniy Krasnov
2023-04-04vsock/test: update expected return valuesArseniy Krasnov
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-30test/vsock: new skbuff appending testArseniy Krasnov
2023-03-28testing/vsock: add vsock_perf to gitignoreBobby Eshleman
2023-03-16test/vsock: copy to user failure testArseniy Krasnov
2023-01-12test/vsock: vsock_perf utilityArseniy Krasnov
2023-01-12test/vsock: add big message testArseniy Krasnov
2023-01-12test/vsock: rework message bounds testArseniy Krasnov
2022-08-23vsock_test: POLLIN + SO_RCVLOWAT testArseniy Krasnov
2022-03-18af_vsock: SOCK_SEQPACKET broken buffer testKrasnov Arseniy Vladimirovich
2022-03-18af_vsock: SOCK_SEQPACKET receive timeout testKrasnov Arseniy Vladimirovich
2021-10-15vsock_diag_test: remove free_sock_stat() call in test_no_socketsStefano Garzarella
2021-09-06vsock_test: update message bounds test for MSG_EORArseny Krasnov
2021-06-11vsock_test: add SOCK_SEQPACKET testsArseny Krasnov