index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
vsock
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/vsock: add ioctl unsent bytes test
Luigi Leonardi
2024-08-02
3
-3
/
+91
*
test/vsock: add install target
Peng Fan
2024-07-14
1
-0
/
+13
*
vsock/test: print type for SOCK_SEQPACKET
Arseniy Krasnov
2024-01-26
1
-0
/
+2
*
vsock/test: add '--peer-port' input argument
Arseniy Krasnov
2024-01-25
6
-58
/
+115
*
vsock/test: two tests to check credit update logic
Arseniy Krasnov
2023-12-15
1
-0
/
+175
*
vsock/test: fix SEQPACKET message bounds test
Arseniy Krasnov
2023-11-23
1
-6
/
+13
*
test/vsock: add dobule bind connect test
Filippo Storniolo
2023-11-07
3
-0
/
+100
*
test/vsock: refactor vsock_accept
Filippo Storniolo
2023-11-07
1
-12
/
+20
*
test/vsock fix: add missing check on socket creation
Filippo Storniolo
2023-11-07
1
-0
/
+8
*
test/vsock: io_uring rx/tx tests
Arseniy Krasnov
2023-10-15
3
-2
/
+348
*
test/vsock: MSG_ZEROCOPY support for vsock_perf
Arseniy Krasnov
2023-10-15
2
-10
/
+72
*
test/vsock: MSG_ZEROCOPY flag tests
Arseniy Krasnov
2023-10-15
8
-1
/
+633
*
vsock/test: track bytes in sk_buff merging test for SOCK_SEQPACKET
Stefano Garzarella
2023-09-17
1
-3
/
+11
*
vsock/test: use send_buf() in vsock_test.c
Stefano Garzarella
2023-09-17
1
-66
/
+9
*
vsock/test: add send_buf() utility function
Stefano Garzarella
2023-09-17
2
-36
/
+56
*
vsock/test: use recv_buf() in vsock_test.c
Stefano Garzarella
2023-09-17
1
-87
/
+17
*
vsock/test: add recv_buf() utility function
Stefano Garzarella
2023-09-17
2
-35
/
+54
*
test/vsock: shutdowned socket test
Arseniy Krasnov
2023-09-14
1
-0
/
+138
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
1
-1
/
+1
|
\
|
*
test/vsock: remove vsock_perf executable on `make clean`
Stefano Garzarella
2023-08-03
1
-1
/
+1
*
|
vsock/test: MSG_PEEK test for SOCK_SEQPACKET
Arseniy Krasnov
2023-07-27
1
-4
/
+54
*
|
vsock/test: rework MSG_PEEK test for SOCK_STREAM
Arseniy Krasnov
2023-07-27
1
-3
/
+75
|
/
*
vsock/test: update expected return values
Arseniy Krasnov
2023-04-04
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-30
1
-0
/
+90
|
\
|
*
test/vsock: new skbuff appending test
Arseniy Krasnov
2023-03-30
1
-0
/
+90
*
|
testing/vsock: add vsock_perf to gitignore
Bobby Eshleman
2023-03-29
1
-0
/
+1
|
/
*
test/vsock: copy to user failure test
Arseniy Krasnov
2023-03-16
1
-0
/
+118
*
test/vsock: vsock_perf utility
Arseniy Krasnov
2023-01-12
3
-1
/
+463
*
test/vsock: add big message test
Arseniy Krasnov
2023-01-12
1
-0
/
+69
*
test/vsock: rework message bounds test
Arseniy Krasnov
2023-01-12
5
-15
/
+157
*
vsock_test: POLLIN + SO_RCVLOWAT test
Arseniy Krasnov
2022-08-23
1
-0
/
+108
*
af_vsock: SOCK_SEQPACKET broken buffer test
Krasnov Arseniy Vladimirovich
2022-03-18
1
-0
/
+131
*
af_vsock: SOCK_SEQPACKET receive timeout test
Krasnov Arseniy Vladimirovich
2022-03-18
1
-0
/
+84
*
vsock_diag_test: remove free_sock_stat() call in test_no_sockets
Stefano Garzarella
2021-10-16
1
-2
/
+0
*
vsock_test: update message bounds test for MSG_EOR
Arseny Krasnov
2021-09-06
1
-1
/
+7
*
vsock_test: add SOCK_SEQPACKET tests
Arseny Krasnov
2021-06-11
3
-5
/
+146
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
tools: testing: vsock: Test when server is bound but not listening
Sebastien Boeuf
2020-02-17
1
-0
/
+77
|
/
*
vsock_test: add SOCK_STREAM MSG_PEEK test
Stefano Garzarella
2019-12-21
1
-0
/
+34
*
testing/vsock: print list of options and description
Stefano Garzarella
2019-12-21
2
-2
/
+24
*
testing/vsock: add parameters to list and skip tests
Stefano Garzarella
2019-12-21
6
-20
/
+116
*
vsock_test: wait for the remote to close the connection
Stefano Garzarella
2019-12-21
3
-4
/
+48
*
VSOCK: add AF_VSOCK test cases
Stefan Hajnoczi
2019-12-21
4
-2
/
+317
*
VSOCK: add send_byte()/recv_byte() test utilities
Stefan Hajnoczi
2019-12-21
2
-0
/
+105
*
VSOCK: add full barrier between test cases
Stefan Hajnoczi
2019-12-21
1
-2
/
+16
*
VSOCK: extract connect/accept functions from vsock_diag_test.c
Stefan Hajnoczi
2019-12-21
3
-76
/
+119
*
VSOCK: extract utility functions from vsock_diag_test.c
Stefan Hajnoczi
2019-12-21
4
-71
/
+125
*
VSOCK: add SPDX identifiers to vsock tests
Stefan Hajnoczi
2019-12-21
2
-0
/
+2
*
VSOCK: fix header include in vsock_diag_test
Stefan Hajnoczi
2019-12-21
3
-5
/
+4
[next]