aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+9
2010-07-16vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin1-4/+4
2010-07-15vhost-net: avoid flush under lockMichael S. Tsirkin1-0/+5
2010-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+10
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+10
2010-07-01vhost: add unlikely annotations to error pathMichael S. Tsirkin1-2/+2
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin1-2/+10
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+1
2010-06-02Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-7/+6
2010-05-27vhost-net: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-7/+7
2010-05-27vhost-net: minor cleanupJeff Dike1-6/+5
2010-05-27vhost: Storage class should be before const qualifierTobias Klauser1-1/+1
2010-04-14Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-2/+2
2010-04-14vhost: fix sparse warningsChristoph Hellwig1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-17vhost: fix interrupt mitigation with raw socketsMichael S. Tsirkin1-1/+1
2010-03-07vhost: fix error path in vhost_net_set_backendJeff Dike1-3/+5
2010-02-28vhost-net: restart tx poll on sk_sndbuf fullSridhar Samudrala1-1/+5
2010-02-18net/macvtap: add vhost supportArnd Bergmann1-2/+6
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin1-0/+661