aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-11vhost: Remove custom vhost rcu usageGravatar Asias He 1-8/+2
2013-07-07vhost: Make vhost a separate moduleGravatar Asias He 1-0/+2
2013-06-11vhost: check owner before we overwrite ubuf_infoGravatar Michael S. Tsirkin 1-0/+1
2013-05-06vhost: Remove vhost_enable_zcopy in vhost.hGravatar Asias He 1-3/+0
2013-05-06vhost: Remove comments for hdr in vhost.hGravatar Asias He 1-3/+0
2013-05-06vhost: Move VHOST_NET_FEATURES to net.cGravatar Asias He 1-3/+0
2013-05-06vhost: Export vhost_dev_set_ownerGravatar Asias He 1-0/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlGravatar Michael S. Tsirkin 1-1/+2
2013-05-01vhost: move per-vq net specific fields out to netGravatar Michael S. Tsirkin 1-3/+0
2013-05-01vhost: move vhost-net zerocopy fields to net.cGravatar Asias He 1-22/+0
2013-05-01vhost: Allow device specific fields per vqGravatar Asias He 1-2/+2
2013-01-29vhost_net: handle polling errors when setting backendGravatar Jason Wang 1-1/+1
2012-12-06vhost: avoid backend flush on vring opsGravatar Michael S. Tsirkin 1-1/+2
2012-11-02vhost: move -net specific code outGravatar Michael S. Tsirkin 1-18/+3
2012-11-02vhost: track zero copy failures using DMA lengthGravatar Michael S. Tsirkin 1-0/+4
2012-11-02vhost-net: cleanup macros for DMA status trackingGravatar Michael S. Tsirkin 1-3/+9
2012-11-02skb: report completion status for zero copy skbsGravatar Michael S. Tsirkin 1-1/+1
2012-07-22vhost: make vhost work queue visibleGravatar Stefan Hajnoczi 1-0/+3
2012-07-22vhost: Separate vhost-net features from vhost featuresGravatar Stefan Hajnoczi 1-1/+2
2012-04-13skbuff: struct ubuf_info callback type safetyGravatar Michael S. Tsirkin 1-1/+1
2012-02-28vhost: fix release path lockdep checksGravatar Michael S. Tsirkin 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-07-19vhost: init used ring after backend was setGravatar Jason Wang 1-0/+1
2011-07-18vhost: vhost TX zero-copy supportGravatar Michael S. Tsirkin 1-0/+31
2011-05-30vhost: support event indexGravatar Michael S. Tsirkin 1-7/+14
2011-02-01vhost: rcu annotation fixupGravatar Michael S. Tsirkin 1-3/+3
2010-12-09vhost: fix typos in commentGravatar Jason Wang 1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-10/+8
2010-10-05vhost: max s/g to match qemuGravatar Jason Wang 1-10/+8
2010-08-21vhost: add __rcu annotationsGravatar Arnd Bergmann 1-3/+7
2010-07-28vhost-net: mergeable buffers supportGravatar David Stevens 1-5/+12
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadGravatar Tejun Heo 1-13/+25
2010-06-27vhost: break out of polling loop on errorGravatar Michael S. Tsirkin 1-4/+4
2010-01-15vhost_net: a kernel-level virtio serverGravatar Michael S. Tsirkin 1-0/+161