index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vmw_vsock
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-07
vsock: Ignore signal/timeout on connect() if already established
Michal Luczaj
1
-9
/
+31
2025-10-29
vsock: fix lock inversion in vsock_assign_transport()
Stefano Garzarella
1
-19
/
+19
2025-08-28
vsock: Do not allow binding to VMADDR_PORT_ANY
Budimir Markovic
1
-1
/
+2
2025-07-17
vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`
Michal Luczaj
1
-0
/
+2
2025-07-17
vsock: Fix transport_* TOCTOU
Michal Luczaj
1
-5
/
+23
2025-07-17
af_vsock: Assign the vsock transport considering the vsock address flags
Andra Paraschiv
1
-2
/
+7
2025-07-17
af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive path
Andra Paraschiv
1
-0
/
+12
2025-07-17
vsock: Fix transport_{g2h,h2g} TOCTOU
Michal Luczaj
1
-6
/
+21
2025-07-17
vsock/vmci: Clear the vmci transport packet properly when initializing it
HarshaVardhana S A
1
-2
/
+2
2025-04-10
vsock: avoid timeout during connect() if the socket is closing
Stefano Garzarella
1
-1
/
+5
2025-03-13
vsock: Orphan socket after transport release
Michal Luczaj
1
-1
/
+7
2025-03-13
vsock: Keep the binding until socket destruction
Michal Luczaj
1
-2
/
+6
2025-03-13
bpf, vsock: Invoke proto::close on close()
Michal Luczaj
1
-27
/
+40
2025-03-13
vsock: Allow retrying on connect() failure
Michal Luczaj
1
-0
/
+5
2025-02-01
vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
Stefano Garzarella
1
-0
/
+6
2025-02-01
vsock/virtio: discard packets if the transport changes
Stefano Garzarella
1
-2
/
+5
2025-02-01
vsock: reset socket state when de-assigning the transport
Stefano Garzarella
1
-0
/
+9
2025-02-01
vsock/virtio: cancel close work in the destructor
Stefano Garzarella
1
-8
/
+21
2024-12-19
virtio/vsock: Fix accept_queue memory leak
Michal Luczaj
1
-0
/
+8
2024-11-17
vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
Hyunwoo Kim
1
-0
/
+1
2024-11-17
hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
Hyunwoo Kim
1
-0
/
+1
2024-01-25
virtio/vsock: fix logic which reduces credit update messages
Arseniy Krasnov
1
-3
/
+10
2023-12-20
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Nikolay Kuratov
1
-1
/
+1
2023-05-30
vsock: avoid to close connected socket after the timeout
Zhuang Shengen
1
-1
/
+1
2023-01-14
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
1
-1
/
+5
2022-10-26
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
1
-1
/
+1
2022-08-25
vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()
Peilin Ye
1
-0
/
+1
2022-08-25
vsock: Fix memory leak in vsock_connect()
Peilin Ye
1
-1
/
+8
2022-03-23
vsock: each transport cycles only on its own sockets
Jiyong Park
3
-5
/
+16
2022-02-23
vsock: remove vsock from connected table when connect is interrupted by a signal
Seth Forshee
1
-0
/
+1
2021-12-22
virtio/vsock: fix the transport to work with VMADDR_CID_ANY
Wei Wang
1
-1
/
+2
2021-11-18
vsock: prevent unnecessary refcnt inc for nonblocking connect
Eiichi Tsukata
1
-0
/
+2
2021-08-18
vsock/virtio: avoid potential deadlock when vsock device remove
Longpeng(Mike)
1
-2
/
+5
2021-07-19
vsock: notify server to shutdown when client has pending signal
Longpeng(Mike)
1
-1
/
+1
2021-05-14
vsock/virtio: free queued packets when closing socket
Stefano Garzarella
1
-9
/
+19
2021-05-14
vsock/vmci: log once the failed queue pair allocation
Stefano Garzarella
1
-2
/
+1
2021-03-30
selinux: vsock: Set SID for socket returned by accept()
David Brazdil
1
-0
/
+1
2021-02-17
vsock: fix locking in vsock_shutdown()
Stefano Garzarella
2
-7
/
+5
2021-02-17
vsock/virtio: update credit only if socket is not closed
Stefano Garzarella
1
-2
/
+2
2021-02-17
net/vmw_vsock: improve locking in vsock_connect_timeout()
Norbert Slusarek
1
-4
/
+1
2021-02-17
net/vmw_vsock: fix NULL pointer dereference
Norbert Slusarek
1
-1
/
+1
2021-02-03
vsock: fix the race conditions in multi-transport support
Alexander Popov
1
-5
/
+12
2020-11-23
vsock/virtio: discard packets only when socket is really closed
Stefano Garzarella
1
-3
/
+5
2020-11-14
vsock: forward all packets to the host when no H2G is registered
Stefano Garzarella
1
-1
/
+1
2020-10-26
vsock: use ns_capable_noaudit() on socket create
Jeff Vander Stoep
1
-1
/
+1
2020-08-12
vsock: fix potential null pointer dereference in vsock_poll()
Stefano Garzarella
1
-1
/
+1
2020-07-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
1
-2
/
+2
2020-07-19
net: make ->{get,set}sockopt in proto_ops optional
Christoph Hellwig
1
-2
/
+0
2020-07-15
vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
Stefano Garzarella
1
-1
/
+1
[next]