aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2013-06-11vhost: fix ubuf_info cleanupMichael S. Tsirkin
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin
2013-06-10vhost_net: clear msg.control for non-zerocopy case during txJason Wang
2013-05-08Add missing module license tag to vring helpers.Dave Jones
2013-05-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2013-05-07vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDXAsias He
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin
2013-05-06vhost-net: Cleanup vhost_ubuf and vhost_zcopyAsias He
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hAsias He
2013-05-06vhost: Remove comments for hdr in vhost.hAsias He
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cAsias He
2013-05-06vhost-net: Free ubuf when vhost_dev_set_owner failsAsias He
2013-05-06vhost: Export vhost_dev_set_ownerAsias He
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-05-02vhost_scsi: module renameMichael S. Tsirkin
2013-05-02tcm_vhost: header split upMichael S. Tsirkin
2013-05-02vhost: src file renamesMichael S. Tsirkin
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin
2013-05-01tcm_vhost: remove virtio-net.h dependencyMichael S. Tsirkin
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin
2013-05-01tcm_vhost: document inflight ref-counting useMichael S. Tsirkin
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He
2013-05-01tcm_vhost: Wait for pending requests in vhost_scsi_flush()Asias He
2013-05-01vhost: Allow device specific fields per vqAsias He
2013-05-01Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Michael S. Tsirkin
2013-04-25tcm_vhost: Enable VIRTIO_SCSI_F_HOTPLUGAsias He
2013-04-25tcm_vhost: Add ioctl to get and set events missed flagAsias He
2013-04-25tcm_vhost: Add hotplug/hotunplug supportAsias He
2013-04-25tcm_vhost: Refactor the lock nesting ruleAsias He
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-04-11vhost_net: remove tx polling stateJason Wang
2013-04-11tcm_vhost: Send bad target to guest when cmd failsAsias He
2013-04-11tcm_vhost: Add vhost_scsi_send_bad_target() helperAsias He
2013-04-11tcm_vhost: Fix tv_cmd leak in vhost_scsi_handle_vqAsias He
2013-04-11tcm_vhost: Remove double check of responseAsias He
2013-04-08tcm_vhost: Initialize vq->last_used_idx when set endpointAsias He
2013-04-08tcm_vhost: Use vq->private_data to indicate if the endpoint is setupAsias He
2013-04-02tcm_vhost: Use ACCESS_ONCE for vs->vs_tpg[target] accessAsias He
2013-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-03-28tcm_vhost: Avoid VIRTIO_RING_F_EVENT_IDX feature bitNicholas Bellinger
2013-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds
2013-03-20vringh: host-side implementation of virtio rings.Rusty Russell
2013-03-20tools/virtio: fix build for 3.8Michael S. Tsirkin
2013-03-18tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He
2013-03-18tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()Asias He
2013-03-17vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin
2013-02-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-13tcm_vhost: Multi-queue supportAsias He