index
:
pub/scm/linux/kernel/git/liam/linux.git
master
liam's fork of linux.git
Liam R. Howlett
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
vsock
/
vsock_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-21
vsock/test: add test for small packets under pressure
Stefano Garzarella
1
-0
/
+87
2026-04-16
vsock/test: add MSG_PEEK after partial recv test
Luigi Leonardi
1
-0
/
+37
2026-04-16
vsock/test: fix MSG_PEEK handling in recv_buf()
Luigi Leonardi
1
-12
/
+1
2026-01-22
vsock/test: add stream TX credit bounds test
Melbin K Mathew
1
-0
/
+101
2026-01-22
vsock/test: fix seqpacket message bounds test
Stefano Garzarella
1
-0
/
+11
2026-01-15
vsock/test: Add test for a linear and non-linear skb getting coalesced
Michal Luczaj
1
-0
/
+5
2026-01-05
vsock/test: Test setting SO_ZEROCOPY on accept()ed socket
Michal Luczaj
1
-0
/
+32
2025-11-25
vsock/test: Extend transport change null-ptr-deref test
Michal Luczaj
1
-1
/
+6
2025-07-09
vsock/test: fix test for null ptr deref when transport changes
Stefano Garzarella
1
-5
/
+16
2025-07-09
test/vsock: Add ioctl SIOCINQ tests
Xuewei Niu
1
-0
/
+79
2025-07-02
vsock/test: Add test for null ptr deref when transport changes
Luigi Leonardi
1
-0
/
+170
2025-06-17
vsock/test: Cover more CIDs in transport_uaf test
Michal Luczaj
1
-19
/
+74
2025-05-27
vsock/test: Add test for an unexpectedly lingering close()
Michal Luczaj
1
-0
/
+52
2025-05-27
vsock/test: Introduce enable_so_linger() helper
Michal Luczaj
1
-9
/
+1
2025-05-27
vsock/test: Introduce vsock_wait_sent() helper
Michal Luczaj
1
-17
/
+6
2025-05-16
vsock/test: check also expected errno on sigpipe test
Stefano Garzarella
1
-2
/
+10
2025-05-16
vsock/test: retry send() to avoid occasional failure in sigpipe test
Stefano Garzarella
1
-8
/
+30
2025-05-13
vsock/test: Fix occasional failure in SIOCOUTQ tests
Konstantin Shkolnyy
1
-12
/
+16
2025-02-12
vsock/test: Add test for SO_LINGER null ptr deref
Michal Luczaj
1
-0
/
+41
2025-01-29
vsock/test: Add test for connect() retries
Michal Luczaj
1
-0
/
+47
2025-01-29
vsock/test: Add test for UAF due to socket unbinding
Michal Luczaj
1
-0
/
+58
2025-01-29
vsock/test: Introduce vsock_bind()
Michal Luczaj
1
-16
/
+1
2024-12-23
vsock/test: Add test for MSG_ZEROCOPY completion memory leak
Michal Luczaj
1
-0
/
+152
2024-12-23
vsock/test: Add test for sk_error_queue memory leak
Michal Luczaj
1
-0
/
+45
2024-12-23
vsock/test: Add test for accept_queue memory leak
Michal Luczaj
1
-0
/
+52
2024-12-23
vsock/test: Introduce option to select tests
Michal Luczaj
1
-0
/
+11
2024-12-23
vsock/test: Use NSEC_PER_SEC
Michal Luczaj
1
-2
/
+3
2024-12-05
vsock/test: verify socket options after setting them
Konstantin Shkolnyy
1
-34
/
+17
2024-12-05
vsock/test: fix parameter types in SO_VM_SOCKETS_* calls
Konstantin Shkolnyy
1
-5
/
+17
2024-12-05
vsock/test: fix failures due to wrong SO_RCVLOWAT parameter
Konstantin Shkolnyy
1
-2
/
+2
2024-08-02
test/vsock: add ioctl unsent bytes test
Luigi Leonardi
1
-0
/
+85
2024-01-24
vsock/test: add '--peer-port' input argument
Arseniy Krasnov
1
-41
/
+61
2023-12-15
vsock/test: two tests to check credit update logic
Arseniy Krasnov
1
-0
/
+175
2023-11-23
vsock/test: fix SEQPACKET message bounds test
Arseniy Krasnov
1
-6
/
+13
2023-11-07
test/vsock: add dobule bind connect test
Filippo Storniolo
1
-0
/
+50
2023-10-15
test/vsock: MSG_ZEROCOPY flag tests
Arseniy Krasnov
1
-0
/
+16
2023-09-17
vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKET
Stefano Garzarella
1
-3
/
+11
2023-09-17
vsock/test: use send_buf() in vsock_test.c
Stefano Garzarella
1
-66
/
+9
2023-09-17
vsock/test: use recv_buf() in vsock_test.c
Stefano Garzarella
1
-87
/
+17
2023-09-14
test/vsock: shutdowned socket test
Arseniy Krasnov
1
-0
/
+138
2023-07-27
vsock/test: MSG_PEEK test for SOCK_SEQPACKET
Arseniy Krasnov
1
-4
/
+54
2023-07-27
vsock/test: rework MSG_PEEK test for SOCK_STREAM
Arseniy Krasnov
1
-3
/
+75
2023-04-04
vsock/test: update expected return values
Arseniy Krasnov
1
-2
/
+2
2023-03-30
test/vsock: new skbuff appending test
Arseniy Krasnov
1
-0
/
+90
2023-03-16
test/vsock: copy to user failure test
Arseniy Krasnov
1
-0
/
+118
2023-01-12
test/vsock: add big message test
Arseniy Krasnov
1
-0
/
+69
2023-01-12
test/vsock: rework message bounds test
Arseniy Krasnov
1
-15
/
+113
2022-08-23
vsock_test: POLLIN + SO_RCVLOWAT test
Arseniy Krasnov
1
-0
/
+108
2022-03-18
af_vsock: SOCK_SEQPACKET broken buffer test
Krasnov Arseniy Vladimirovich
1
-0
/
+131
2022-03-18
af_vsock: SOCK_SEQPACKET receive timeout test
Krasnov Arseniy Vladimirovich
1
-0
/
+84
[next]