summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
8 hoursvsock/virtio: flush works in dependency orderChengfeng Ye
2026-08-19vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi
2026-08-19vsock/virtio: read virtqueues under worker locksWeiming Shi
2026-08-03vsock/virtio: collapse receive queue under memory pressureStefano Garzarella
2026-07-24net: remove addr_len argument of recvmsg() handlersEric Dumazet
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/virtio: bind uarg before filling zerocopy skbJingguo Tan
2026-06-09vsock: keep poll shutdown state consistentZiyu Zhang
2026-06-01vsock/virtio: fix zerocopy completion for multi-skb sendsStefano Garzarella
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-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella
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: Return -EIO for malformed/short packetsDexuan Cui
2026-05-14hv_sock: Report EOF instead of -EIO for FINDexuan Cui
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: 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-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-21vsock/virtio: Fix message iterator handling on transmit pathWill Deacon
2025-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-13vsock: use sizeof(struct sockaddr_storage) instead of magic valueWang Liang
2025-08-08vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-08-01vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffersWill Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon
2025-07-26vsock: remove unnecessary null check in vsock_getname()Wang Liang
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-09vsock: Add support for SIOCINQ ioctlXuewei Niu
2025-07-09hv_sock: Return the readable bytes in hvs_stream_has_data()Dexuan Cui