aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)Author
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin
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: Export vhost_dev_set_ownerAsias He
2013-05-01vhost: fix error handling in RESET_OWNER ioctlMichael S. Tsirkin
2013-05-01vhost: move per-vq net specific fields out to netMichael S. Tsirkin
2013-05-01vhost: move vhost-net zerocopy fields to net.cAsias He
2013-05-01vhost: Allow device specific fields per vqAsias He
2013-01-29vhost_net: handle polling errors when setting backendJason Wang
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin
2012-11-02vhost: move -net specific code outMichael S. Tsirkin
2012-11-02vhost: track zero copy failures using DMA lengthMichael S. Tsirkin
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin
2012-11-02skb: report completion status for zero copy skbsMichael S. Tsirkin
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-19vhost: init used ring after backend was setJason Wang
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin
2011-05-30vhost: support event indexMichael S. Tsirkin
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin
2010-12-09vhost: fix typos in commentJason Wang
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-05vhost: max s/g to match qemuJason Wang
2010-08-21vhost: add __rcu annotationsArnd Bergmann
2010-07-28vhost-net: mergeable buffers supportDavid Stevens
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin