summaryrefslogtreecommitdiff
path: root/drivers/vhost/net.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-01vhost: factor out IOTLBJason Wang1-1/+1
2020-04-01vhost: allow per device message handlerJason Wang1-1/+2
2020-02-22vhost: Check docket sk_family instead of call getnameEugenio Pérez1-9/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-06-17vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang1-2/+2
2019-05-27vhost_net: fix possible infinite loopJason Wang1-16/+13
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-16/+6
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+2
2019-01-17vhost: log dirty page correctlyJason Wang1-1/+2
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+51
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7