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-03
vsock: Ignore signal/timeout on connect() if already established
Michal Luczaj
1
-9
/
+31
2025-08-28
vsock: Do not allow binding to VMADDR_PORT_ANY
Budimir Markovic
1
-1
/
+2
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: Allow retrying on connect() failure
Michal Luczaj
1
-0
/
+5
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-18
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-02-23
vsock: remove vsock from connected table when connect is interrupted by a signal
Seth Forshee
1
-0
/
+1
2021-11-17
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/vmci: log once the failed queue pair allocation
Stefano Garzarella
1
-2
/
+1
2021-04-07
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
2020-11-10
vsock: use ns_capable_noaudit() on socket create
Jeff Vander Stoep
1
-1
/
+1
2020-10-07
net: virtio_vsock: Enhance connection semantics
Sebastien Boeuf
1
-0
/
+1
2020-10-07
vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()
Stefano Garzarella
2
-86
/
+86
2020-07-29
vsock/virtio: annotate 'the_virtio_vsock' RCU pointer
Stefano Garzarella
1
-1
/
+1
2020-06-10
vsock: fix timeout in vsock_accept()
Stefano Garzarella
1
-1
/
+1
2020-02-14
hv_sock: Remove the accept port restriction
Sunil Muthuswamy
1
-59
/
+9
2019-11-08
vsock/virtio: fix sock refcnt holding during the shutdown
Stefano Garzarella
1
-3
/
+5
2019-10-28
net: use skb_queue_empty_lockless() in poll() handlers
Eric Dumazet
1
-1
/
+1
2019-10-18
vsock/virtio: discard packets if credit is not respected
Stefano Garzarella
1
-3
/
+11
2019-10-18
vsock/virtio: send a credit update when buffer size is changed
Stefano Garzarella
1
-0
/
+3
2019-10-01
vsock: Fix a lockdep warning in __vsock_release()
Dexuan Cui
3
-6
/
+14
2019-09-05
vsock/virtio: a better comment on credit update
Michael S. Tsirkin
1
-2
/
+7
2019-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+8
2019-08-02
hv_sock: Fix hang when a connection is closed
Dexuan Cui
1
-0
/
+8
2019-07-30
vsock/virtio: change the maximum packet size allowed
Stefano Garzarella
1
-2
/
+2
2019-07-30
vhost/vsock: split packets to send using multiple buffers
Stefano Garzarella
1
-3
/
+12
2019-07-30
vsock/virtio: fix locking in virtio_transport_inc_tx_pkt()
Stefano Garzarella
1
-2
/
+2
2019-07-30
vsock/virtio: reduce credit update messages
Stefano Garzarella
1
-3
/
+13
2019-07-30
vsock/virtio: limit the memory used per-socket
Stefano Garzarella
2
-9
/
+52
2019-07-23
hv_sock: Use consistent types for UUIDs
Andy Shevchenko
1
-12
/
+12
2019-07-08
vsock/virtio: fix flush of works during the .remove()
Stefano Garzarella
1
-6
/
+9
2019-07-08
vsock/virtio: stop workers during the .remove()
Stefano Garzarella
1
-1
/
+50
2019-07-08
vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
Stefano Garzarella
1
-24
/
+46
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-35
/
+10
2019-06-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-31
/
+8
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-4
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482
Thomas Gleixner
2
-4
/
+2
[next]