summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-25vsock/virtio: flush works in dependency orderChengfeng Ye1-1/+1
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi1-1/+2
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi1-5/+6
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf1-0/+7
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-8/+11
2026-01-28vsock/virtio: reorder fields to reduce paddingMichael S. Tsirkin1-9/+9
2026-01-27vsock: add netns support to virtio transportsBobby Eshleman1-2/+11
2026-01-27vsock: add netns to vsock coreBobby Eshleman1-2/+7
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
2025-09-22net: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-08-01vsock/virtio: Rename virtio_vsock_skb_rx_put()Will Deacon1-1/+1
2025-08-01vsock/virtio: Rename virtio_vsock_alloc_skb()Will Deacon1-1/+1
2025-08-01vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon1-1/+1
2025-08-01vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()Will Deacon1-1/+3
2025-08-01vsock/virtio: Validate length in packet header before skb_put()Will Deacon1-2/+10
2025-02-14vsock/virtio: fix variables initialization during resumingJunnan Wu1-3/+7
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin1-4/+4
2024-09-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-50/+94
2024-09-25vsock/virtio: avoid queuing packets when intermediate queue is emptyLuigi Leonardi1-4/+35
2024-09-25vsock/virtio: refactor virtio_transport_send_pkt_workMarco Pinna1-46/+59
2024-08-02vsock/virtio: add SIOCOUTQ support for all virtio based transportsLuigi Leonardi1-1/+3
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-2/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-11/+6
2024-05-22vsock/virtio: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-02vsock/virtio: fix packet delivery to tap deviceMarco Pinna1-1/+2
2024-01-03vsock/virtio: use skb_frag_*() helpersMina Almasry1-3/+3
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+1
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+17
2023-10-25vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei1-1/+17
2023-10-15vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov1-0/+7
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov1-0/+32
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov1-6/+52
2023-03-29vsock: support sockmapBobby Eshleman1-0/+2
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman1-97/+52
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella1-0/+47
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella1-66/+84
2022-03-24vsock/virtio: enable VQs early on probeStefano Garzarella1-0/+2
2022-03-24vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-03-24vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park1-2/+5
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov1-0/+26
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella1-1/+1