summaryrefslogtreecommitdiff
path: root/tools/testing/vsock
AgeCommit message (Expand)Author
2025-08-29vsock/test: Remove redundant semicolonsLiao Yuanhong
2025-07-16vsock/test: fix vsock_ioctl_int() check for unsupported ioctlStefano Garzarella
2025-07-09vsock/test: fix test for null ptr deref when transport changesStefano Garzarella
2025-07-09test/vsock: Add ioctl SIOCINQ testsXuewei Niu
2025-07-09test/vsock: Add retry mechanism to ioctl wrapperXuewei Niu
2025-07-02vsock/test: Add test for null ptr deref when transport changesLuigi Leonardi
2025-07-02vsock/test: Add macros to identify transportsLuigi Leonardi
2025-06-17vsock/test: Cover more CIDs in transport_uaf testMichal Luczaj
2025-06-17vsock/test: Introduce get_transports()Michal Luczaj
2025-06-17vsock/test: Introduce vsock_bind_try() helperMichal Luczaj
2025-05-27vsock/test: Add test for an unexpectedly lingering close()Michal Luczaj
2025-05-27vsock/test: Introduce enable_so_linger() helperMichal Luczaj
2025-05-27vsock/test: Introduce vsock_wait_sent() helperMichal Luczaj
2025-05-16vsock/test: check also expected errno on sigpipe testStefano Garzarella
2025-05-16vsock/test: retry send() to avoid occasional failure in sigpipe testStefano Garzarella
2025-05-16vsock/test: add timeout_usleep() to allow sleeping in timeout sectionsStefano Garzarella
2025-05-13vsock/test: Fix occasional failure in SIOCOUTQ testsKonstantin Shkolnyy
2025-02-12vsock/test: Add test for SO_LINGER null ptr derefMichal Luczaj
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