aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/net.c
AgeCommit message (Expand)Author
2010-11-04vhost-net: batch use/unuse mmMichael S. Tsirkin
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-07Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar
2010-10-05vhost: max s/g to match qemuJason Wang
2010-09-14vhost-net: fix range checking in mrg bufs caseMichael S. Tsirkin
2010-08-21vhost: add __rcu annotationsArnd Bergmann
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-07-28vhost-net: mergeable buffers supportDavid Stevens
2010-07-28vhost: replace vhost_workqueue with per-vhost kthreadTejun Heo
2010-07-21vhost net: Fix warning.David S. Miller
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-07-16vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin
2010-07-15vhost-net: avoid flush under lockMichael S. Tsirkin
2010-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-01vhost: add unlikely annotations to error pathMichael S. Tsirkin
2010-06-27vhost: break out of polling loop on errorMichael S. Tsirkin
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox
2010-06-02Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2010-05-27vhost-net: fix to check the return value of copy_to/from_user() correctlyTakuya Yoshikawa
2010-05-27vhost-net: minor cleanupJeff Dike
2010-05-27vhost: Storage class should be before const qualifierTobias Klauser
2010-04-14Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller
2010-04-14vhost: fix sparse warningsChristoph Hellwig
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-17vhost: fix interrupt mitigation with raw socketsMichael S. Tsirkin
2010-03-07vhost: fix error path in vhost_net_set_backendJeff Dike
2010-02-28vhost-net: restart tx poll on sk_sndbuf fullSridhar Samudrala
2010-02-18net/macvtap: add vhost supportArnd Bergmann
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin