summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2026-06-19vsock/virtio: fix skb overhead overflow on 32-bit buildsStefano Garzarella
2026-06-19vsock/virtio: fix skb overhead accounting to preserve full buf_allocStefano Garzarella
2026-06-19vsock/virtio: fix potential unbounded skb queueEric Dumazet
2026-06-19vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson
2026-06-09vsock: keep poll shutdown state consistentZiyu Zhang
2026-06-01vsock/virtio: reset connection on receiving queue overflowStefano Garzarella
2026-06-01vsock/vmci: fix UAF when peer resets connection during handshakeMinh Nguyen
2026-05-17vsock/virtio: fix accept queue count leak on transport mismatchDudu Lu
2026-05-17vsock/virtio: fix empty payload in tap skb for non-linear buffersStefano Garzarella
2026-05-17vsock/virtio: fix length and offset in tap skb for split packetsStefano Garzarella
2026-05-17vsock: fix buffer size clamping orderNorbert Szetei
2026-05-17vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating bytes to copyLuigi Leonardi
2026-05-14hv_sock: fix ARM64 supportHamza Mahfooz
2026-03-04vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann
2026-01-30vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2026-01-30vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2026-01-30vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2026-01-30vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2026-01-30vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2026-01-30vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew
2026-01-30vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew
2026-01-30vsock/virtio: Coalesce only linear skbMichal Luczaj
2026-01-17vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj
2025-12-01vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-10-29vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-08-28vsock/virtio: Validate length in packet header before skb_put()Will Deacon
2025-08-20vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
2025-08-15vsock: 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-17vsock: Fix transport_{g2h,h2g} TOCTOUMichal Luczaj
2025-07-10vsock/vmci: Clear the vmci transport packet properly when initializing itHarshaVardhana S A
2025-06-19vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella
2025-04-10vsock: avoid timeout during connect() if the socket is closingStefano Garzarella
2025-02-27vsock/bpf: Warn on socket without transportMichal Luczaj
2025-02-27vsock/virtio: fix variables initialization during resumingJunnan Wu
2025-02-21vsock: Orphan socket after transport releaseMichal Luczaj
2025-02-21vsock: Keep the binding until socket destructionMichal Luczaj
2025-02-08vsock: Allow retrying on connect() failureMichal Luczaj
2025-01-23vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella
2025-01-23vsock: reset socket state when de-assigning the transportStefano Garzarella
2025-01-23vsock/virtio: cancel close work in the destructorStefano Garzarella
2025-01-23vsock/virtio: discard packets if the transport changesStefano Garzarella
2025-01-23vsock/bpf: return early if transport is not assignedStefano Garzarella
2024-12-14bpf, vsock: Invoke proto::close on close()Michal Luczaj
2024-12-14bpf, vsock: Fix poll() missing a queueMichal Luczaj
2024-11-22hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointerHyunwoo Kim
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-12virtio/vsock: Improve MSG_ZEROCOPY error handlingMichal Luczaj
2024-11-12vsock: Fix sk_error_queue memory leakMichal Luczaj