aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vhost.c
AgeCommit message (Expand)Author
2013-06-11vhost: check owner before we overwrite ubuf_infoMichael S. Tsirkin
2013-05-06vhost: drop virtio_net.h dependencyMichael S. Tsirkin
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-04-11vhost_net: remove tx polling stateJason Wang
2013-01-29vhost_net: handle polling errors when setting backendJason Wang
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin
2012-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-28vhost: fix length for cross region descriptorMichael 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-09-26vhost_set_vring(): turn pollstart/pollstop into boolAl Viro
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi
2012-06-26vhost: use USER_DS in vhost_worker threadJens Freimann
2012-05-02vhost: zerocopy: poll vq in zerocopy callbackJason Wang
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin
2012-03-23Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller
2012-03-20vhost: remove the second argument of k[un]map_atomic()Cong Wang
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin
2012-02-28vhost: don't forget to schedule()Nadav Har'El
2011-07-19vhost: optimize interrupt enable/disableMichael S. Tsirkin
2011-07-19vhost: fix zcopy reference countingMichael S. Tsirkin
2011-07-19vhost: set log when updating used flags or avail eventJason Wang
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-05-06Correct occurrences ofRob Landley
2011-03-08vhost: copy_from_user -> __copy_from_userMichael S. Tsirkin
2011-03-08vhost: Cleanup vhost.c and net.cKrishna Kumar
2011-01-10vhost: fix signed/unsigned comparisonMichael S. Tsirkin
2010-12-09vhost: better variable name in loggingMichael S. Tsirkin
2010-12-09vhost: correctly set bits of dirty pagesMichael S. Tsirkin
2010-12-09vhost: remove unused includeMichael S. Tsirkin
2010-11-04vhost: get/put_user -> __get/__put_userMichael S. Tsirkin
2010-11-04vhost: copy_to_user -> __copy_to_userMichael S. Tsirkin
2010-11-04vhost-net: batch use/unuse mmMichael S. Tsirkin
2010-11-04vhost: put mm after thread stopMichael S. Tsirkin
2010-10-26drivers/vhost/vhost.c: delete double assignmentJulia Lawall
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-12vhost: fix return code for log_access_ok()Dan Carpenter
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-10-05vhost: max s/g to match qemuJason Wang
2010-09-22vhost: fix log ctx signallingMichael S. Tsirkin