summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
7 daysMerge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+0
9 daysvsock/virtio: flush works in dependency orderChengfeng Ye1-1/+1
10 dayshv_sock: Remove check for old Hyper-V hostsMichael Kelley1-3/+0
13 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+13
2026-08-19vsock/virtio: restore msg_iter on transmission failureOctavian Purdila1-0/+13
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-42/+20
2026-08-18vsock: use sock_error() to consume sk_err after a failed connectNguyen Dinh Phi1-4/+2
2026-08-18vsock: remove the now-unused rejected flagNguyen Dinh Phi1-31/+15
2026-08-18vsock: don't check the listener's sk_err in vsock_accept()Nguyen Dinh Phi1-7/+3
2026-08-13net: Const qualify network templated ctl_tables ArraysJoel Granados1-7/+18
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+8
2026-08-04vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi1-1/+2
2026-08-04vsock/virtio: read virtqueues under worker locksWeiming Shi1-5/+6
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+164
2026-07-21vsock/virtio: collapse receive queue under memory pressureStefano Garzarella1-1/+164
2026-06-30vsock/virtio: rewrite MSG_ZEROCOPY flag handlingArseniy Krasnov1-25/+22
2026-06-13vsock: fold sk_acceptq_removed() into vsock_remove_pending()Raf Dickson2-5/+2
2026-06-13vsock: fold sk_acceptq_added() into vsock_enqueue_accept()Raf Dickson3-2/+1
2026-06-13vsock: fold sk_acceptq_added() into vsock_add_pending()Raf Dickson2-1/+1
2026-06-13vsock: introduce vsock_pending_to_accept() helperRaf Dickson2-2/+11
2026-06-13vsock: use sk_acceptq_is_full() helper in all transportsRaf Dickson2-2/+2
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2026-06-04vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson1-1/+3
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+9
2026-05-29vsock/virtio: bind uarg before filling zerocopy skbJingguo Tan1-3/+9
2026-05-29Revert "vsock/virtio: fix skb overhead overflow on 32-bit builds"Stefano Garzarella1-1/+1
2026-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-29/+53
2026-05-23vsock/virtio: fix skb overhead overflow on 32-bit buildsStefano Garzarella1-1/+1
2026-05-22vsock: keep poll shutdown state consistentZiyu Zhang4-28/+52
2026-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-56/+58
2026-05-21vsock/virtio: fix skb overhead accounting to preserve full buf_allocStefano Garzarella1-1/+8
2026-05-21vsock/virtio: reset connection on receiving queue overflowStefano Garzarella1-5/+15
2026-05-21vsock/vmci: fix UAF when peer resets connection during handshakeMinh Nguyen1-1/+1
2026-05-16vsock/virtio: fix zerocopy completion for multi-skb sendsStefano Garzarella1-49/+34
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-31/+16
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2026-05-05vsock/virtio: fix potential unbounded skb queueEric Dumazet1-1/+3
2026-05-05vsock: convert to getsockopt_iterBreno Leitao1-9/+7
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