vhost-net: fix handle_rx buffer size
[linux-flexiantxendom0-3.2.10.git] / drivers / vhost / net.c
2012-05-11 Basil Gorvhost-net: fix handle_rx buffer size
2012-04-13 Michael S. Tsirkinskbuff: struct ubuf_info callback type safety
2012-02-28 Michael S. Tsirkinvhost: fix release path lockdep checks
2012-01-13 stephen hemmingervhost-net: add module alias (v2.1)
2011-07-21 Shirley Mavhost: handle wrap around in # of bufs math
2011-07-21 Michael S. Tsirkinvhost-net: update used ring on backend change
2011-07-19 Jason Wangvhost: init used ring after backend was set
2011-07-18 Michael S. Tsirkinvhost: vhost TX zero-copy support
2011-05-30 Michael S. Tsirkinvhost: support event index
2011-03-13 Michael S. Tsirkinvhost-net: remove unlocked use of receive_queue
2011-03-13 Jason Wangvhost: lock receive queue, not the socket
2011-03-13 Jason Wangvhost-net: Unify the code of mergeable and big buffer...
2011-03-13 Jason Wangvhost-net: check the support of mergeable buffer outsid...
2011-03-08 Krishna Kumarvhost: Cleanup vhost.c and net.c
2011-02-01 Michael S. Tsirkinvhost: rcu annotation fixup
2010-12-14 David S. MillerMerge branch 'vhost-net-next' of git://git./linux/kerne...
2010-12-09 Jason Wangvhost: fix typos in comment
2010-11-25 Michael S. Tsirkinvhost/net: fix rcu check usage
2010-11-04 Michael S. Tsirkinvhost-net: batch use/unuse mm
2010-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-07 Ingo MolnarMerge commit 'v2.6.36-rc7' into core/rcu
2010-10-05 Jason Wangvhost: max s/g to match qemu
2010-09-14 Michael S. Tsirkinvhost-net: fix range checking in mrg bufs case
2010-08-21 Arnd Bergmannvhost: add __rcu annotations
2010-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-07-28 David Stevensvhost-net: mergeable buffers support
2010-07-28 Tejun Heovhost: replace vhost_workqueue with per-vhost kthread
2010-07-22 David S. Millervhost net: Fix warning.
2010-07-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-20 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-07-16 Michael S. Tsirkinvhost: avoid pr_err on condition guest can trigger
2010-07-15 Michael S. Tsirkinvhost-net: avoid flush under lock
2010-07-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-07-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-07-01 Michael S. Tsirkinvhost: add unlikely annotations to error path
2010-06-27 Michael S. Tsirkinvhost: break out of polling loop on error
2010-06-09 Alan Coxmisc: Fix allocation 'borrowed' by vhost_net
2010-06-02 David S. MillerMerge branch 'vhost-net-next' of git://git./linux/kerne...
2010-05-27 Takuya Yoshikawavhost-net: fix to check the return value of copy_to...
2010-05-27 Jeff Dikevhost-net: minor cleanup
2010-05-27 Tobias Klauservhost: Storage class should be before const qualifier
2010-04-15 David S. MillerMerge branch 'vhost' of git://git./linux/kernel/git...
2010-04-14 Christoph Hellwigvhost: fix sparse warnings
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-17 Michael S. Tsirkinvhost: fix interrupt mitigation with raw sockets
2010-03-07 Jeff Dikevhost: fix error path in vhost_net_set_backend
2010-02-28 Sridhar Samudralavhost-net: restart tx poll on sk_sndbuf full
2010-02-18 Arnd Bergmannnet/macvtap: add vhost support
2010-01-15 Michael S. Tsirkinvhost_net: a kernel-level virtio server