aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19vhost-net: flush batched before enabling notificationsJason Wang1-0/+5
2025-09-19Revert "vhost/net: Defer TX queue re-enable until after sendmsg"Michael S. Tsirkin1-21/+9
2025-09-19vhost-net: unbreak busy pollingJason Wang1-3/+4
2025-08-26vhost/net: Protect ubufs with rcu read lock in vhost_net_ubuf_put()Nikolay Kuratov1-2/+7
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-25/+63
2025-08-01vhost_net: basic in_order supportJason Wang1-25/+61
2025-08-01vhost: basic in order supportJason Wang1-2/+4
2025-07-10Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linux-develJakub Kicinski1-20/+75
2025-07-08vhost/net: enable gso over UDP tunnel support.Paolo Abeni1-0/+8
2025-07-08vhost-net: allow configuring extended featuresPaolo Abeni1-20/+67
2025-07-02vhost-net: reduce one userspace copy when building XDP buffJason Wang1-10/+6
2025-07-02tun: remove unnecessary tun_xdp_hdr structureJason Wang1-6/+2
2025-05-05vhost/net: Defer TX queue re-enable until after sendmsgJon Kohler1-9/+21
2025-01-27vhost/net: Set num_buffers for virtio 1.0Akihiko Odaki1-1/+4
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin1-1/+1
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov1-2/+6
2024-03-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
2024-03-19vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko1-0/+3
2024-03-05vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin1-64/+27
2024-03-05page_frag: unify gfp bits for order 3 page allocationYunsheng Lin1-1/+1
2023-07-03vhost: convert poll work to be vq basedMike Christie1-2/+4
2023-07-03vhost, vhost_net: add helper to check if vq has workMike Christie1-1/+1
2023-06-08vhost_net: revert upend_idx only on retriable errorAndrey Smetanin1-3/+8
2023-02-20vhost-net: support VIRTIO_F_RING_RESETKangjie Xu1-1/+2
2023-02-20vhost: remove unused parameteLiming Wu1-1/+1
2023-01-27vhost/net: Clear the pending messages when the backend is removedEric Auger1-0/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-3/+3
2022-10-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2022-10-07vhost: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-09-28vhost/net: use struct ubuf_info_msgzcPavel Begunkov1-7/+8
2022-05-31vhost: rename vhost_work_dev_flushMike Christie1-2/+2
2022-05-31vhost_net: get rid of vhost_net_flush_vq() and extra flush callsAndrey Ryabinin1-9/+2
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin1-2/+2
2022-05-18Fix double fget() in vhost_net_set_backend()Al Viro1-8/+7
2022-03-02tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang1-0/+1
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni1-1/+10
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-2/+0
2021-05-14vhost_net: use XDP helpersMatteo Croce1-4/+2
2021-01-19vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang1-12/+14
2021-01-07tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon1-0/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+2
2021-01-04vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-18/+4
2020-08-05vhost: generialize backend features setting/gettingJason Wang1-16/+2
2020-08-03virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin1-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-06-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-1/+1
2020-05-14vhost_net: Also populate XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio Pérez1-13/+15