aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-02Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2-9/+8
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-32/+39
2010-05-27vhost: fix the memory leak which will happen when memory_access_ok failsTakuya Yoshikawa1-1/+3
2010-05-27vhost-net: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-7/+7
2010-05-27vhost: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa1-23/+28
2010-05-27vhost: whitespace fixMichael S. Tsirkin1-2/+2
2010-05-27vhost-net: minor cleanupJeff Dike1-6/+5
2010-05-27vhost: Storage class should be before const qualifierTobias Klauser1-1/+1
2010-05-27vhost: Fix host panic if ioctl called with wrong indexKrishna Kumar1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-1/+1
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2010-05-12vhost: fix barrier pairingMichael S. Tsirkin1-1/+6
2010-04-14Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller2-7/+8
2010-04-14vhost: fix sparse warningsChristoph Hellwig2-7/+8
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+2
2010-04-07vhost-net: fix vq_memory_access_ok error checkingJeff Dike1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-17vhost: fix error handling in vring ioctlsMichael S. Tsirkin1-6/+12
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-28vhost: fix get_user_pages_fast error handlingMichael S. Tsirkin1-1/+2
2010-02-28vhost: initialize log eventfd context pointerMichael S. Tsirkin1-0/+1
2010-02-28vhost: logging thinko fixMichael S. Tsirkin1-4/+8
2010-02-18net/macvtap: add vhost supportArnd Bergmann2-3/+7
2010-02-14vhost-net: switch to smp barriersMichael S. Tsirkin1-5/+5
2010-01-21vhost: fix TUN=m VHOST_NET=yMichael S. Tsirkin1-1/+1
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin5-0/+1933