summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost/net: fix heads usage of ubuf_infoMichael S. Tsirkin2013-03-171-1/+2
* vhost_net: handle polling errors when setting backendJason Wang2013-01-291-9/+18
* vhost_net: correct error handling in vhost_net_set_backend()Jason Wang2013-01-291-5/+11
* vhost-net: enable zerocopy tx by defaultMichael S. Tsirkin2012-12-061-2/+3
* vhost-net: skip head management if no outstandingMichael S. Tsirkin2012-12-061-4/+7
* vhost-net: flush outstanding DMAs on memory changeMichael S. Tsirkin2012-12-061-9/+19
* vhost: avoid backend flush on vring opsMichael S. Tsirkin2012-12-061-2/+5
* vhost-net: initialize zcopy packet countersMichael S. Tsirkin2012-12-031-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-1/+2
|\
| * vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin2012-10-251-1/+2
* | vhost-net: reduce vq polling on tx zerocopyMichael S. Tsirkin2012-11-031-2/+12
* | vhost-net: select tx zero copy dynamicallyMichael S. Tsirkin2012-11-031-8/+53
* | vhost: move -net specific code outMichael S. Tsirkin2012-11-031-0/+45
* | vhost-net: cleanup macros for DMA status trackingMichael S. Tsirkin2012-11-031-1/+2
|/
* vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi2012-07-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-1/+6
|\
| * vhost-net: fix handle_rx buffer sizeBasil Gor2012-05-121-1/+6
* | vhost_net: zerocopy: adding and signalling immediately when fully copiedJason Wang2012-05-021-0/+2
* | vhost_net: re-poll only on EAGAIN or ENOBUFSJason Wang2012-05-021-1/+2
* | vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufsJason Wang2012-05-021-1/+1
|/
* skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin2012-04-131-1/+1
* vhost: fix release path lockdep checksMichael S. Tsirkin2012-02-281-1/+1
* vhost-net: add module alias (v2.1)stephen hemminger2012-01-131-3/+5
* vhost: handle wrap around in # of bufs mathShirley Ma2011-07-211-3/+9
* vhost-net: update used ring on backend changeMichael S. Tsirkin2011-07-211-1/+5
* vhost: init used ring after backend was setJason Wang2011-07-191-0/+4
* vhost: vhost TX zero-copy supportMichael S. Tsirkin2011-07-181-1/+76
* vhost: support event indexMichael S. Tsirkin2011-05-301-6/+6
* vhost-net: remove unlocked use of receive_queueMichael S. Tsirkin2011-03-131-1/+1
* vhost: lock receive queue, not the socketJason Wang2011-03-131-3/+4
* vhost-net: Unify the code of mergeable and big buffer handlingJason Wang2011-03-131-121/+7Star
* vhost-net: check the support of mergeable buffer outside the receive loopJason Wang2011-03-131-2/+3
* vhost: Cleanup vhost.c and net.cKrishna Kumar2011-03-081-7/+12
* vhost: rcu annotation fixupMichael S. Tsirkin2011-02-011-4/+5
* Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-12-141-8/+1Star
|\
| * vhost: fix typos in commentJason Wang2010-12-091-1/+1
| * vhost-net: batch use/unuse mmMichael S. Tsirkin2010-11-041-7/+0Star
* | vhost/net: fix rcu check usageMichael S. Tsirkin2010-11-251-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-1/+1
|\
| * vhost: max s/g to match qemuJason Wang2010-10-051-1/+1
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \
| * | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-071-1/+1
|\ \ \ | | |/ | |/|
| * | vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin2010-09-141-1/+1
| |/
* / vhost: add __rcu annotationsArnd Bergmann2010-08-221-4/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-48/+258
|\
| * vhost-net: mergeable buffers supportDavid Stevens2010-07-281-9/+228
| * vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo2010-07-281-32/+24Star
| * vhost net: Fix warning.David S. Miller2010-07-221-1/+0Star
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-211-5/+11
| |\