aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-17vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin1-1/+2
2013-01-29vhost_net: handle polling errors when setting backendJason Wang1-9/+18
2013-01-29vhost_net: correct error handling in vhost_net_set_backend()Jason Wang1-5/+11
2012-12-06vhost-net: enable zerocopy tx by defaultMichael S. Tsirkin1-2/+3
2012-12-06vhost-net: skip head management if no outstandingMichael S. Tsirkin1-4/+7
2012-12-06vhost-net: flush outstanding DMAs on memory changeMichael S. Tsirkin1-9/+19
2012-12-06vhost: avoid backend flush on vring opsMichael S. Tsirkin1-2/+5
2012-12-03vhost-net: initialize zcopy packet countersMichael S. Tsirkin1-0/+3
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-11-02vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin1-2/+12
2012-11-02vhost-net: select tx zero copy dynamicallyMichael S. Tsirkin1-8/+53
2012-11-02vhost: move -net specific code outMichael S. Tsirkin1-0/+45
2012-11-02vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin1-1/+2
2012-10-24vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin1-1/+2
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi1-2/+2
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2012-05-11vhost-net: fix handle_rx buffer sizeBasil Gor1-1/+6
2012-05-02vhost_net: zerocopy: adding and signalling immediately when fully copiedJason Wang1-0/+2
2012-05-02vhost_net: re-poll only on EAGAIN or ENOBUFSJason Wang1-1/+2
2012-05-02vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufsJason Wang1-1/+1
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin1-1/+1
2012-02-28vhost: fix release path lockdep checksMichael S. Tsirkin1-1/+1
2012-01-13vhost-net: add module alias (v2.1)stephen hemminger1-3/+5
2011-07-21vhost: handle wrap around in # of bufs mathShirley Ma1-3/+9
2011-07-21vhost-net: update used ring on backend changeMichael S. Tsirkin1-1/+5
2011-07-19vhost: init used ring after backend was setJason Wang1-0/+4
2011-07-18vhost: vhost TX zero-copy supportMichael S. Tsirkin1-1/+76
2011-05-30vhost: support event indexMichael S. Tsirkin1-6/+6
2011-03-13vhost-net: remove unlocked use of receive_queueMichael S. Tsirkin1-1/+1
2011-03-13vhost: lock receive queue, not the socketJason Wang1-3/+4
2011-03-13vhost-net: Unify the code of mergeable and big buffer handlingJason Wang1-121/+7
2011-03-13vhost-net: check the support of mergeable buffer outside the receive loopJason Wang1-2/+3
2011-03-08vhost: Cleanup vhost.c and net.cKrishna Kumar1-7/+12
2011-02-01vhost: rcu annotation fixupMichael S. Tsirkin1-4/+5
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-8/+1
2010-12-09vhost: fix typos in commentJason Wang1-1/+1
2010-11-25vhost/net: fix rcu check usageMichael S. Tsirkin1-2/+3
2010-11-04vhost-net: batch use/unuse mmMichael S. Tsirkin1-7/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar1-1/+1
2010-10-05vhost: max s/g to match qemuJason Wang1-1/+1
2010-09-14vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin1-1/+1
2010-08-21vhost: add __rcu annotationsArnd Bergmann1-4/+12
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-48/+258
2010-07-28vhost-net: mergeable buffers supportDavid Stevens1-9/+228
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo1-32/+24
2010-07-21vhost net: Fix warning.David S. Miller1-1/+0
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+11