summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
7 daysvsock/virtio: fix skb overhead accounting to preserve full buf_allocStefano Garzarella1-1/+8
7 daysvsock/virtio: reset connection on receiving queue overflowStefano Garzarella1-5/+15
7 daysvsock/vmci: fix UAF when peer resets connection during handshakeMinh Nguyen1-1/+1
12 daysvsock/virtio: fix zerocopy completion for multi-skb sendsStefano Garzarella1-49/+34
2026-05-12vsock/virtio: fix empty payload in tap skb for non-linear buffersStefano Garzarella1-28/+12
2026-05-12vsock/virtio: fix length and offset in tap skb for split packetsStefano Garzarella1-5/+6
2026-05-05vsock/virtio: fix potential unbounded skb queueEric Dumazet1-1/+3
2026-04-30hv_sock: fix ARM64 supportHamza Mahfooz1-2/+2
2026-04-23hv_sock: Return -EIO for malformed/short packetsDexuan Cui1-9/+18
2026-04-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella1-3/+8
2026-04-20hv_sock: Report EOF instead of -EIO for FINDexuan Cui1-4/+16
2026-04-17vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating bytes to copyLuigi Leonardi1-3/+2
2026-04-16vsock/virtio: fix accept queue count leak on transport mismatchDudu Lu1-2/+1
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2026-04-13vsock: fix buffer size clamping orderNorbert Szetei1-3/+3
2026-04-12vsock/virtio: remove unnecessary call to `virtio_transport_get_ops`Luigi Leonardi1-2/+0
2026-04-07vsock: avoid timeout for non-blocking accept() with empty backlogLaurence Rowe1-9/+6
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2026-04-02vsock: initialize child_ns_mode_locked in vsock_net_init()Stefano Garzarella1-0/+1
2026-03-24hv_sock: update outdated comment for renamed vsock_stream_recvmsg()Kexin Sun1-1/+1
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf2-5/+37
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet2-3/+3
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-7/+12
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman1-5/+10
2026-02-26vsock: Use container_of() to get net namespace in sysctl handlersGreg Kroah-Hartman1-2/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-7/+7
2026-02-19Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-5/+15
2026-02-13vsock: prevent child netns mode switch from local to globalStefano Garzarella1-3/+12
2026-02-13vsock: fix child netns mode initializationStefano Garzarella1-2/+3
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+11
2026-02-05vmw_vsock: bypass false-positive Wnonnull warning with gcc-16Arnd Bergmann1-1/+1
2026-01-28vsock/virtio: reorder fields to reduce paddingMichael S. Tsirkin1-9/+9
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman3-27/+54
2026-01-27virtio: set skb owner of virtio_transport_reset_no_sock() replyBobby Eshleman1-0/+6
2026-01-27vsock: add netns to vsock coreBobby Eshleman6-44/+347
2026-01-22vsock/virtio: cap TX credit to local buffer sizeMelbin K Mathew1-2/+12
2026-01-22vsock/virtio: fix potential underflow in virtio_transport_get_credit()Melbin K Mathew1-7/+9
2026-01-16vsock/virtio: Coalesce only linear skbMichal Luczaj1-2/+4
2026-01-08vsock/virtio: use virtqueue_add_inbuf_cache_clean for eventsMichael S. Tsirkin1-1/+1
2026-01-08vsock/virtio: fix DMA alignment for event_listMichael S. Tsirkin1-0/+3
2026-01-06vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj1-0/+4
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+31
2025-11-20vsock: Ignore signal/timeout on connect() if already establishedMichal Luczaj1-9/+31
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook2-4/+4
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-10-23vsock: fix lock inversion in vsock_assign_transport()Stefano Garzarella1-19/+19
2025-10-07Merge tag 'hyperv-next-signed-20251006' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-10-01Drivers: hv: Add CONFIG_HYPERV_VMBUS optionMukesh Rathor1-1/+1
2025-09-23net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari2-2/+2