summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
2025-12-07vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj1-9/+31
2025-10-29vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella1-19/+19
2025-08-28vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic1-1/+2
2025-07-17vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also `transport_local`Michal Luczaj1-0/+2
2025-07-17vsock: Fix transport_* TOCTOUMichal Luczaj1-5/+23
2025-07-17vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj1-6/+21
2025-07-10vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A1-2/+2
2025-04-10vsock: avoid timeout during connect() if the socket is closingStefano Garzarella1-1/+5
2025-03-13vsock: Orphan socket after transport releaseMichal Luczaj1-1/+7
2025-03-13vsock: Keep the binding until socket destructionMichal Luczaj1-2/+6
2025-03-13bpf, vsock: Invoke proto::close on close()Michal Luczaj1-27/+40
2025-03-13vsock: Allow retrying on connect() failureMichal Luczaj1-0/+5
2025-01-23vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-01-23vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+9
2025-01-23vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-01-23vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2024-12-19virtio/vsock: Fix accept_queue memory leakMichal Luczaj1-0/+8
2024-11-14vsock/virtio: Initialization of the dangling pointer occurring in vsk->transHyunwoo Kim1-0/+1
2024-11-14hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim1-0/+1
2024-01-26virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2023-12-20vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-11-08vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei1-1/+17
2023-11-08vsock/virtio: add support for device suspend/resumeStefano Garzarella1-0/+47
2023-11-08vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella1-66/+84
2023-05-24vsock: avoid to close connected socket after the timeoutZhuang Shengen1-1/+1
2022-12-31net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev1-1/+5
2022-11-10vsock: fix possible infinite sleep in vsock_connectible_wait_data()Dexuan Cui1-1/+4
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-08-25vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-25vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-04-08vsock/virtio: enable VQs early on probeStefano Garzarella1-0/+2
2022-04-08vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-04-08vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park3-5/+16
2022-02-23vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee1-0/+1
2021-12-22virtio/vsock: fix the transport to work with VMADDR_CID_ANYWei Wang1-1/+2
2021-11-18vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-09-06af_vsock: rename variables in receive loopArseny Krasnov1-5/+5
2021-09-05virtio/vsock: support MSG_EOR bit processingArseny Krasnov1-1/+8
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov1-7/+7
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-08-04VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi1-0/+3
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds5-187/+509
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring4-5/+5
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-22vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-06-18vsock/virtio: remove redundant `copy_failed` variableStefano Garzarella1-5/+2
2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella1-6/+8
2021-06-18vsock: rename vsock_has_data()Stefano Garzarella1-2/+2