aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-07vhost: Make vhost a separate moduleGravatar Asias He 1-1/+50
2013-07-07vhost: Simplify dev->vqs[i] accessGravatar Asias He 1-17/+18
2013-06-11vhost: check owner before we overwrite ubuf_infoGravatar Michael S. Tsirkin 1-1/+7
2013-05-06vhost: drop virtio_net.h dependencyGravatar Michael S. Tsirkin 1-1/+1
2013-05-06vhost: Export vhost_dev_set_ownerGravatar Asias He 1-1/+1
2013-05-01vhost: fix error handling in RESET_OWNER ioctlGravatar Michael S. Tsirkin 1-9/+7
2013-05-01vhost: move per-vq net specific fields out to netGravatar Michael S. Tsirkin 1-2/+0
2013-05-01vhost: move vhost-net zerocopy fields to net.cGravatar Asias He 1-56/+1
2013-05-01vhost: Allow device specific fields per vqGravatar Asias He 1-44/+44
2013-04-11vhost_net: remove tx polling stateGravatar Jason Wang 1-0/+3
2013-01-29vhost_net: handle polling errors when setting backendGravatar Jason Wang 1-3/+15
2012-12-06vhost: avoid backend flush on vring opsGravatar Michael S. Tsirkin 1-4/+3
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2012-11-28vhost: fix length for cross region descriptorGravatar Michael S. Tsirkin 1-1/+1
2012-11-02vhost: move -net specific code outGravatar Michael S. Tsirkin 1-46/+7
2012-11-02vhost: track zero copy failures using DMA lengthGravatar Michael S. Tsirkin 1-3/+4
2012-11-02vhost-net: cleanup macros for DMA status trackingGravatar Michael S. Tsirkin 1-1/+1
2012-11-02skb: report completion status for zero copy skbsGravatar Michael S. Tsirkin 1-1/+1
2012-09-26vhost_set_vring(): turn pollstart/pollstop into boolGravatar Al Viro 1-4/+4
2012-07-22vhost: make vhost work queue visibleGravatar Stefan Hajnoczi 1-3/+2
2012-06-26vhost: use USER_DS in vhost_worker threadGravatar Jens Freimann 1-0/+3
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackGravatar Jason Wang 1-0/+1
2012-04-13skbuff: struct ubuf_info callback type safetyGravatar Michael S. Tsirkin 1-3/+2
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Gravatar David S. Miller 1-4/+7
2012-03-20vhost: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2012-02-28vhost: fix release path lockdep checksGravatar Michael S. Tsirkin 1-4/+5
2012-02-28vhost: don't forget to schedule()Gravatar Nadav Har'El 1-0/+2
2011-07-19vhost: optimize interrupt enable/disableGravatar Michael S. Tsirkin 1-2/+2
2011-07-19vhost: fix zcopy reference countingGravatar Michael S. Tsirkin 1-1/+0
2011-07-19vhost: set log when updating used flags or avail eventGravatar Jason Wang 1-30/+54
2011-07-19vhost: init used ring after backend was setGravatar Jason Wang 1-8/+6
2011-07-18vhost: vhost TX zero-copy supportGravatar Michael S. Tsirkin 1-15/+113
2011-05-30vhost: support event indexGravatar Michael S. Tsirkin 1-34/+104
2011-05-06Correct occurrences ofGravatar Rob Landley 1-1/+1
2011-03-08vhost: copy_from_user -> __copy_from_userGravatar Michael S. Tsirkin 1-1/+1
2011-03-08vhost: Cleanup vhost.c and net.cGravatar Krishna Kumar 1-16/+37
2011-01-10vhost: fix signed/unsigned comparisonGravatar Michael S. Tsirkin 1-7/+11
2010-12-09vhost: better variable name in loggingGravatar Michael S. Tsirkin 1-4/+4
2010-12-09vhost: correctly set bits of dirty pagesGravatar Michael S. Tsirkin 1-1/+2
2010-12-09vhost: remove unused includeGravatar Michael S. Tsirkin 1-2/+0
2010-11-04vhost: get/put_user -> __get/__put_userGravatar Michael S. Tsirkin 1-8/+8
2010-11-04vhost: copy_to_user -> __copy_to_userGravatar Michael S. Tsirkin 1-1/+1
2010-11-04vhost-net: batch use/unuse mmGravatar Michael S. Tsirkin 1-1/+6
2010-11-04vhost: put mm after thread stopGravatar Michael S. Tsirkin 1-4/+3
2010-10-26drivers/vhost/vhost.c: delete double assignmentGravatar Julia Lawall 1-1/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-2/+49
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2010-10-12vhost: fix return code for log_access_ok()Gravatar Dan Carpenter 1-1/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuGravatar Ingo Molnar 1-25/+62
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-1/+4