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-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-01-23
vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]
Stefano Garzarella
1
-0
/
+9
2025-01-23
vsock: reset socket state when de-assigning the transport
Stefano Garzarella
1
-0
/
+9
2025-01-23
vsock/virtio: cancel close work in the destructor
Stefano Garzarella
1
-8
/
+21
2025-01-23
vsock/virtio: discard packets if the transport changes
Stefano Garzarella
1
-2
/
+5
2024-12-14
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
1
-0
/
+1
2024-11-22
virtio/vsock: Fix accept_queue memory leak
Michal Luczaj
1
-0
/
+8
2024-11-14
vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans
Hyunwoo Kim
1
-0
/
+1
2024-11-14
hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer
Hyunwoo Kim
1
-0
/
+1
2024-04-10
vsock/virtio: fix packet delivery to tap device
Marco Pinna
1
-1
/
+2
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-11-28
vsock: read from socket's error queue
Arseniy Krasnov
1
-0
/
+6
2023-11-20
virtio/vsock: fix header length on skb merging
Arseniy Krasnov
1
-1
/
+1
2023-11-20
virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
Shigeru Yoshida
1
-0
/
+2
2023-11-20
virtio/vsock: fix leaks due to missing skb owner
Bobby Eshleman
1
-0
/
+10
2023-11-20
vsock/loopback: use only sk_buff_head.lock to protect the packet queue
Stefano Garzarella
1
-8
/
+2
2023-11-20
virtio/vsock: don't drop skbuff on copy failure
Arseniy Krasnov
1
-3
/
+2
2023-11-20
virtio/vsock: remove redundant 'skb_pull()' call
Arseniy Krasnov
1
-1
/
+0
2023-11-20
virtio/vsock: don't use skbuff state to account credit
Arseniy Krasnov
1
-12
/
+11
2023-11-20
vsock/virtio: remove socket from connected/bound list on shutdown
Filippo Storniolo
1
-5
/
+11
2023-11-20
virtio/vsock: replace virtio_vsock_pkt with sk_buff
Bobby Eshleman
3
-322
/
+300
2023-11-02
vsock/virtio: initialize the_virtio_vsock before using VQs
Alexandru Matei
1
-1
/
+17
2023-05-24
vsock: avoid to close connected socket after the timeout
Zhuang Shengen
1
-1
/
+1
2022-12-31
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
1
-1
/
+5
2022-11-03
vsock: fix possible infinite sleep in vsock_connectible_wait_data()
Dexuan Cui
1
-1
/
+4
2022-11-03
vsock: remove the unused 'wait' in vsock_connectible_recvmsg()
Dexuan Cui
1
-2
/
+0
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-09-29
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
1
-1
/
+1
2022-09-16
vsock/vmci: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-08-23
vmci/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
2
-3
/
+3
2022-08-23
virtio/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
1
-1
/
+1
2022-08-23
vsock: add API call for data ready
Arseniy Krasnov
1
-0
/
+10
2022-08-23
vsock: pass sock_rcvlowat to notify_poll_in as target
Arseniy Krasnov
1
-1
/
+2
2022-08-23
vmci/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
2
-8
/
+8
2022-08-23
virtio/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
1
-4
/
+1
2022-08-23
hv_sock: disable SO_RCVLOWAT support
Arseniy Krasnov
1
-0
/
+7
2022-08-23
vsock: SO_RCVLOWAT transport set callback
Arseniy Krasnov
1
-0
/
+20
2022-08-10
vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()
Peilin Ye
1
-0
/
+1
2022-08-10
vsock: Fix memory leak in vsock_connect()
Peilin Ye
1
-1
/
+8
2022-05-28
Merge tag 'hyperv-next-signed-20220528' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+17
2022-05-02
vsock/virtio: add support for device suspend/resume
Stefano Garzarella
1
-0
/
+47
2022-05-02
vsock/virtio: factor our the code to initialize and delete VQs
Stefano Garzarella
1
-66
/
+84
2022-04-28
hv_sock: Add validation for untrusted Hyper-V values
Andrea Parri (Microsoft)
1
-2
/
+8
2022-04-28
hv_sock: Copy packets sent by Hyper-V out of the ring buffer
Andrea Parri (Microsoft)
1
-2
/
+7
2022-04-28
hv_sock: Check hv_pkt_iter_first_raw()'s return value
Andrea Parri (Microsoft)
1
-0
/
+2
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-4
/
+1
[next]