summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-231-2/+6
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-03-191-0/+3
|\
| * vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko2024-03-191-0/+3
* | vhost/net: remove vhost_net_page_frag_refill()Yunsheng Lin2024-03-051-64/+27
* | page_frag: unify gfp bits for order 3 page allocationYunsheng Lin2024-03-051-1/+1
|/
* vhost: convert poll work to be vq basedMike Christie2023-07-031-2/+4
* vhost, vhost_net: add helper to check if vq has workMike Christie2023-07-031-1/+1
* vhost_net: revert upend_idx only on retriable errorAndrey Smetanin2023-06-081-3/+8
* vhost-net: support VIRTIO_F_RING_RESETKangjie Xu2023-02-211-1/+2
* vhost: remove unused parameteLiming Wu2023-02-211-1/+1
* vhost/net: Clear the pending messages when the backend is removedEric Auger2023-01-271-0/+3
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-10-101-2/+2
|\
| * vhost: add __init/__exit annotations to module init/exit funcsXiu Jianfeng2022-10-071-2/+2
* | vhost/net: use struct ubuf_info_msgzcPavel Begunkov2022-09-291-7/+8
|/
* vhost: rename vhost_work_dev_flushMike Christie2022-05-311-2/+2
* vhost_net: get rid of vhost_net_flush_vq() and extra flush callsAndrey Ryabinin2022-05-311-9/+2
* vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin2022-05-311-2/+2
* Fix double fget() in vhost_net_set_backend()Al Viro2022-05-181-8/+7
* tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang2022-03-031-0/+1
* vhost_net: fix OoB on sendmsg() failure.Paolo Abeni2021-09-091-1/+10
* sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-2/+0
* vhost_net: use XDP helpersMatteo Croce2021-05-151-4/+2
* vhost_net: avoid tx queue stuck when sendmsg failsYunjian Wang2021-01-191-12/+14
* tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon2021-01-081-0/+1
* skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-081-1/+2
* vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang2021-01-041-3/+3
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-111-18/+4
|\
| * vhost: generialize backend features setting/gettingJason Wang2020-08-061-16/+2
| * virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORMMichael S. Tsirkin2020-08-031-2/+2
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-06-101-1/+1
|\
| * vhost: allow device that does not depend on vhost workerJason Wang2020-06-041-1/+1
* | vhost_net: Also populate XDP frame sizeJesper Dangaard Brouer2020-05-151-0/+1
|/
* vhost: Create accessors for virtqueues private_dataEugenio Pérez2020-04-171-13/+15
* vhost: factor out IOTLBJason Wang2020-04-011-1/+1
* vhost: allow per device message handlerJason Wang2020-04-011-1/+2
* vhost: Check docket sk_family instead of call getnameEugenio Pérez2020-02-231-9/+1
* compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-11/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-171-2/+2
|\
| * vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-2/+1
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
| |/
* / vhost_net: disable zerocopy by defaultJason Wang2019-06-171-1/+1
|/
* vhost_net: fix possible infinite loopJason Wang2019-05-271-16/+13
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-271-16/+6
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-291-1/+2
* vhost: log dirty page correctlyJason Wang2019-01-181-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-271-3/+51
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-1/+7
| |\