summaryrefslogtreecommitdiff
path: root/tools/testing/vsock/vsock_test.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-13vsock/test: Add test for SO_LINGER null ptr derefMichal Luczaj1-0/+41
2025-01-30vsock/test: Add test for connect() retriesMichal Luczaj1-0/+47
2025-01-30vsock/test: Add test for UAF due to socket unbindingMichal Luczaj1-0/+58
2025-01-30vsock/test: Introduce vsock_bind()Michal Luczaj1-16/+1
2024-12-23vsock/test: Add test for MSG_ZEROCOPY completion memory leakMichal Luczaj1-0/+152
2024-12-23vsock/test: Add test for sk_error_queue memory leakMichal Luczaj1-0/+45
2024-12-23vsock/test: Add test for accept_queue memory leakMichal Luczaj1-0/+52
2024-12-23vsock/test: Introduce option to select testsMichal Luczaj1-0/+11
2024-12-23vsock/test: Use NSEC_PER_SECMichal Luczaj1-2/+3
2024-12-05vsock/test: verify socket options after setting themKonstantin Shkolnyy1-34/+17
2024-12-05vsock/test: fix parameter types in SO_VM_SOCKETS_* callsKonstantin Shkolnyy1-5/+17
2024-12-05vsock/test: fix failures due to wrong SO_RCVLOWAT parameterKonstantin Shkolnyy1-2/+2
2024-08-02test/vsock: add ioctl unsent bytes testLuigi Leonardi1-0/+85
2024-01-25vsock/test: add '--peer-port' input argumentArseniy Krasnov1-41/+61
2023-12-15vsock/test: two tests to check credit update logicArseniy Krasnov1-0/+175
2023-11-23vsock/test: fix SEQPACKET message bounds testArseniy Krasnov1-6/+13
2023-11-08test/vsock: add dobule bind connect testFilippo Storniolo1-0/+50
2023-10-15test/vsock: MSG_ZEROCOPY flag testsArseniy Krasnov1-0/+16
2023-09-17vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKETStefano Garzarella1-3/+11
2023-09-17vsock/test: use send_buf() in vsock_test.cStefano Garzarella1-66/+9
2023-09-17vsock/test: use recv_buf() in vsock_test.cStefano Garzarella1-87/+17
2023-09-14test/vsock: shutdowned socket testArseniy Krasnov1-0/+138
2023-07-27vsock/test: MSG_PEEK test for SOCK_SEQPACKETArseniy Krasnov1-4/+54
2023-07-27vsock/test: rework MSG_PEEK test for SOCK_STREAMArseniy Krasnov1-3/+75
2023-04-04vsock/test: update expected return valuesArseniy Krasnov1-2/+2
2023-03-30test/vsock: new skbuff appending testArseniy Krasnov1-0/+90
2023-03-16test/vsock: copy to user failure testArseniy Krasnov1-0/+118
2023-01-12test/vsock: add big message testArseniy Krasnov1-0/+69
2023-01-12test/vsock: rework message bounds testArseniy Krasnov1-15/+113
2022-08-23vsock_test: POLLIN + SO_RCVLOWAT testArseniy Krasnov1-0/+108
2022-03-18af_vsock: SOCK_SEQPACKET broken buffer testKrasnov Arseniy Vladimirovich1-0/+131
2022-03-18af_vsock: SOCK_SEQPACKET receive timeout testKrasnov Arseniy Vladimirovich1-0/+84
2021-09-06vsock_test: update message bounds test for MSG_EORArseny Krasnov1-1/+7
2021-06-11vsock_test: add SOCK_SEQPACKET testsArseny Krasnov1-0/+116
2020-02-17tools: testing: vsock: Test when server is bound but not listeningSebastien Boeuf1-0/+77
2019-12-21vsock_test: add SOCK_STREAM MSG_PEEK testStefano Garzarella1-0/+34
2019-12-21testing/vsock: print list of options and descriptionStefano Garzarella1-1/+12
2019-12-21testing/vsock: add parameters to list and skip testsStefano Garzarella1-1/+19
2019-12-21vsock_test: wait for the remote to close the connectionStefano Garzarella1-4/+8
2019-12-21VSOCK: add AF_VSOCK test casesStefan Hajnoczi1-0/+312