summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2026-08-19vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi
2026-06-19vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson
2026-06-01vsock/vmci: fix UAF when peer resets connection during handshakeMinh Nguyen
2026-06-01vsock/virtio: fix accept queue count leak on transport mismatchDudu Lu
2026-06-01vsock: fix buffer size clamping orderNorbert Szetei
2026-06-01hv_sock: fix ARM64 supportHamza Mahfooz
2026-03-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann
2025-12-07vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-10-29vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-08-28vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-07-17vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj
2025-07-17vsock: Fix transport_* TOCTOUMichal Luczaj
2025-07-17af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv
2025-07-17af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv
2025-07-17vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj
2025-07-17vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A
2025-04-10vsock: avoid timeout during connect() if the socket is closingStefano Garzarella
2025-03-13vsock: Orphan socket after transport releaseMichal Luczaj
2025-03-13vsock: Keep the binding until socket destructionMichal Luczaj
2025-03-13bpf, vsock: Invoke proto::close on close()Michal Luczaj
2025-03-13vsock: Allow retrying on connect() failureMichal Luczaj
2025-02-01vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella
2025-02-01vsock/virtio: discard packets if the transport changesStefano Garzarella
2025-02-01vsock: reset socket state when de-assigning the transportStefano Garzarella
2025-02-01vsock/virtio: cancel close work in the destructorStefano Garzarella
2024-12-19virtio/vsock: Fix accept_queue memory leakMichal Luczaj
2024-11-17vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim
2024-11-17hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-01-25virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov
2023-05-30vsock: avoid to close connected socket after the timeoutZhuang Shengen
2023-01-14net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park
2022-02-23vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee
2021-12-22virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang
2021-11-18vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata
2021-08-18vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)
2021-07-19vsock: notify server to shutdown when client has pending signalLongpeng(Mike)
2021-05-14vsock/virtio: free queued packets when closing socketStefano Garzarella
2021-05-14vsock/vmci: log once the failed queue pair allocationStefano Garzarella
2021-03-30selinux: vsock: Set SID for socket returned by accept()David Brazdil
2021-02-17vsock: fix locking in vsock_shutdown()Stefano Garzarella
2021-02-17vsock/virtio: update credit only if socket is not closedStefano Garzarella
2021-02-17net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek
2021-02-17net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek
2021-02-03vsock: fix the race conditions in multi-transport supportAlexander Popov
2020-11-23vsock/virtio: discard packets only when socket is really closedStefano Garzarella