summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2013-11-13vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameterNicholas Bellinger1-1/+1
2013-09-14vhost_net: poll vhost queue after marking DMA is doneJason Wang1-4/+5
2013-07-28vhost-net: fix use-after-free in vhost_net_flushMichael S. Tsirkin1-2/+7
2013-06-11vhost: fix ubuf_info cleanupMichael S. Tsirkin1-15/+7
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin3-1/+12
2013-06-10vhost_net: clear msg.control for non-zerocopy case during txJason Wang1-1/+2
2013-05-08Add missing module license tag to vring helpers.Dave Jones1-0/+3
2013-05-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-51/+71
2013-05-07vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDXAsias He1-7/+1
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin1-1/+1
2013-05-06vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He1-28/+30
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He1-3/+0
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He1-3/+0
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He2-3/+6
2013-05-06vhost-net: Free ubuf when vhost_dev_set_owner failsAsias He1-6/+32
2013-05-06vhost: Export vhost_dev_set_ownerAsias He2-1/+2
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-1/+1020
2013-05-02vhost_scsi: module renameMichael S. Tsirkin4-12/+11
2013-05-02tcm_vhost: header split upMichael S. Tsirkin2-139/+104
2013-05-02vhost: src file renamesMichael S. Tsirkin2-0/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin4-12/+24
2013-05-01tcm_vhost: remove virtio-net.h dependencyMichael S. Tsirkin1-1/+0
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin3-21/+27
2013-05-01tcm_vhost: document inflight ref-counting useMichael S. Tsirkin1-2/+10
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He3-101/+142
2013-05-01tcm_vhost: Wait for pending requests in vhost_scsi_flush()Asias He2-1/+92
2013-05-01vhost: Allow device specific fields per vqAsias He4-87/+124
2013-05-01Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael S. Tsirkin2-16/+259
2013-04-25tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUGAsias He1-1/+2
2013-04-25tcm_vhost: Add ioctl to get and set events missed flagAsias He2-0/+20
2013-04-25tcm_vhost: Add hotplug/hotunplug supportAsias He2-2/+218
2013-04-25tcm_vhost: Refactor the lock nesting ruleAsias He1-13/+19
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-68/+130
2013-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-68/+130
2013-04-11vhost_net: remove tx polling stateJason Wang2-68/+9
2013-04-11tcm_vhost: Send bad target to guest when cmd failsAsias He1-4/+6
2013-04-11tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He1-13/+18
2013-04-11tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He1-2/+7
2013-04-11tcm_vhost: Remove double check of responseAsias He1-9/+0
2013-04-08tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He1-0/+1
2013-04-08tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He1-43/+101
2013-04-02tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He1-1/+1
2013-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+11
2013-03-28tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bitNicholas Bellinger1-2/+11
2013-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-4/+9
2013-03-20vringh: host-side implementation of virtio rings.Rusty Russell4-0/+1018
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin1-1/+3
2013-03-18tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He1-0/+1
2013-03-18tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()Asias He1-4/+8
2013-03-17vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin1-1/+2