aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: fix mergeable bufs on BE hostsMichael S. Tsirkin2012-10-311-1/+2
* 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/+7
* 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/+1
|\
| * vhost: fix typos in commentJason Wang2010-12-091-1/+1
| * vhost-net: batch use/unuse mmMichael S. Tsirkin2010-11-041-7/+0
* | 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-211-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/+24
| * vhost net: Fix warning.David S. Miller2010-07-211-1/+0
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-5/+11
| |\
| * \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-2/+10
| |\ \
| * \ \ Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-021-7/+6
| |\ \ \
| | * | | vhost-net: minor cleanupJeff Dike2010-05-271-6/+5
| | * | | vhost: Storage class should be before const qualifierTobias Klauser2010-05-271-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-201-4/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin2010-07-161-4/+4
| * | | | vhost-net: avoid flush under lockMichael S. Tsirkin2010-07-151-0/+5
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-071-2/+10
|\ \ \ \ | |/ / /
| * | | vhost: add unlikely annotations to error pathMichael S. Tsirkin2010-07-011-2/+2
| * | | vhost: break out of polling loop on errorMichael S. Tsirkin2010-06-271-2/+10
| |/ /
* | | misc: Fix allocation 'borrowed' by vhost_netAlan Cox2010-06-091-1/+1
|/ /
* | vhost-net: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa2010-05-271-7/+7
|/
* Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2010-04-141-2/+2
|\
| * vhost: fix sparse warningsChristoph Hellwig2010-04-141-2/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* vhost: fix interrupt mitigation with raw socketsMichael S. Tsirkin2010-03-171-1/+1
* vhost: fix error path in vhost_net_set_backendJeff Dike2010-03-071-3/+5
* vhost-net: restart tx poll on sk_sndbuf fullSridhar Samudrala2010-02-281-1/+5
* net/macvtap: add vhost supportArnd Bergmann2010-02-181-2/+6
* vhost_net: a kernel-level virtio serverMichael S. Tsirkin2010-01-151-0/+661