1. d04257b vhost-net: don't open-code kvfree by Romain Francoise · 10 years ago
  2. 47283be vhost: move memory pointer to VQs by Michael S. Tsirkin · 10 years ago
  3. ea16c51 vhost: move acked_features to VQs by Michael S. Tsirkin · 10 years ago
  4. 23cc5a9 vhost-net: extend device allocation to vmalloc by Michael S. Tsirkin · 11 years ago
  5. 09aaacf vhost: don't open-code sockfd_put() by Al Viro · 10 years ago
  6. a39ee44 vhost: validate vhost_get_vq_desc return value by Michael S. Tsirkin · 10 years ago
  7. d8316f3 vhost: fix total length when packets are too short by Michael S. Tsirkin · 10 years ago
  8. b0c057c vhost: fix a theoretical race in device cleanup by Michael S. Tsirkin · 10 years ago
  9. 0ad8b48 vhost: fix ref cnt checking deadlock by Michael S. Tsirkin · 10 years ago
  10. 59566b6e vhost: remove the dead branch by Zhi Yong Wu · 11 years ago
  11. f7c6be4 vhost_net: correctly limit the max pending buffers by Jason Wang · 11 years ago
  12. 19c73b3 vhost_net: poll vhost queue after marking DMA is done by Jason Wang · 11 years ago
  13. ce21a02 vhost_net: determine whether or not to use zerocopy at one time by Jason Wang · 11 years ago
  14. c92112a vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used() by Jason Wang · 11 years ago
  15. 094afe7 vhost_net: make vhost_zerocopy_signal_used() return void by Jason Wang · 11 years ago
  16. 22fa90c vhost: Remove custom vhost rcu usage by Asias He · 11 years ago
  17. 2e26af7 vhost-net: Always access vq->private_data under vq mutex by Asias He · 11 years ago
  18. 0a1febf vhost: Make local function static by Asias He · 11 years ago
  19. c38e39c vhost-net: fix use-after-free in vhost_net_flush by Michael S. Tsirkin · 11 years ago
  20. 288cfe7 vhost: fix ubuf_info cleanup by Michael S. Tsirkin · 11 years ago
  21. 05c0535 vhost: check owner before we overwrite ubuf_info by Michael S. Tsirkin · 11 years ago
  22. 4364d5f vhost_net: clear msg.control for non-zerocopy case during tx by Jason Wang · 11 years ago
  23. fe729a5 vhost-net: Cleanup vhost_ubuf and vhost_zcopy by Asias He · 11 years ago
  24. 8570a6e vhost: Move VHOST_NET_FEATURES to net.c by Asias He · 11 years ago
  25. b1ad849 vhost-net: Free ubuf when vhost_dev_set_owner fails by Asias He · 11 years ago
  26. 150b9e5 vhost: fix error handling in RESET_OWNER ioctl by Michael S. Tsirkin · 11 years ago
  27. 81f95a5 vhost: move per-vq net specific fields out to net by Michael S. Tsirkin · 11 years ago
  28. 2839400 vhost: move vhost-net zerocopy fields to net.c by Asias He · 11 years ago
  29. 3ab2e42 vhost: Allow device specific fields per vq by Asias He · 11 years ago
  30. 70181d51 vhost_net: remove tx polling state by Jason Wang · 11 years ago
  31. 46aa92d vhost/net: fix heads usage of ubuf_info by Michael S. Tsirkin · 11 years ago
  32. 2b8b328 vhost_net: handle polling errors when setting backend by Jason Wang · 11 years ago
  33. 692a998 vhost_net: correct error handling in vhost_net_set_backend() by Jason Wang · 11 years ago
  34. f9611c4 vhost-net: enable zerocopy tx by default by Michael S. Tsirkin · 12 years ago
  35. cedb9bd vhost-net: skip head management if no outstanding by Michael S. Tsirkin · 12 years ago
  36. 1280c27 vhost-net: flush outstanding DMAs on memory change by Michael S. Tsirkin · 12 years ago
  37. 935cdee vhost: avoid backend flush on vring ops by Michael S. Tsirkin · 12 years ago
  38. 64e9a9b vhost-net: initialize zcopy packet counters by Michael S. Tsirkin · 12 years ago
  39. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  40. 24eb21a vhost-net: reduce vq polling on tx zerocopy by Michael S. Tsirkin · 12 years ago
  41. eaae813 vhost-net: select tx zero copy dynamically by Michael S. Tsirkin · 12 years ago
  42. b211616 vhost: move -net specific code out by Michael S. Tsirkin · 12 years ago
  43. 70e4cb9 vhost-net: cleanup macros for DMA status tracking by Michael S. Tsirkin · 12 years ago
  44. 910a578 vhost: fix mergeable bufs on BE hosts by Michael S. Tsirkin · 12 years ago
  45. 0dd05a3 vhost: Separate vhost-net features from vhost features by Stefan Hajnoczi · 12 years ago
  46. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  47. c53cff5e vhost-net: fix handle_rx buffer size by Basil Gor · 12 years ago
  48. c8fb217 vhost_net: zerocopy: adding and signalling immediately when fully copied by Jason Wang · 12 years ago
  49. dbf3420 vhost_net: re-poll only on EAGAIN or ENOBUFS by Jason Wang · 12 years ago
  50. c460f05 vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufs by Jason Wang · 12 years ago
  51. ca8f4fb skbuff: struct ubuf_info callback type safety by Michael S. Tsirkin · 12 years ago
  52. ea5d404 vhost: fix release path lockdep checks by Michael S. Tsirkin · 13 years ago
  53. 7c7c7f0 vhost-net: add module alias (v2.1) by stephen hemminger · 12 years ago
  54. 9e38082 vhost: handle wrap around in # of bufs math by Shirley Ma · 13 years ago
  55. c047e5f vhost-net: update used ring on backend change by Michael S. Tsirkin · 13 years ago
  56. f59281d vhost: init used ring after backend was set by Jason Wang · 13 years ago
  57. bab632d vhost: vhost TX zero-copy support by Michael S. Tsirkin · 13 years ago
  58. 8ea8cf8 vhost: support event index by Michael S. Tsirkin · 13 years ago
  59. de4d768 vhost-net: remove unlocked use of receive_queue by Michael S. Tsirkin · 13 years ago
  60. 783e398 vhost: lock receive queue, not the socket by Jason Wang · 13 years ago
  61. 9424936 vhost-net: Unify the code of mergeable and big buffer handling by Jason Wang · 13 years ago
  62. cfbdab9 vhost-net: check the support of mergeable buffer outside the receive loop by Jason Wang · 13 years ago
  63. d47effe vhost: Cleanup vhost.c and net.c by Krishna Kumar · 13 years ago
  64. 5e18247 vhost: rcu annotation fixup by Michael S. Tsirkin · 13 years ago
  65. 9fe146a Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  66. a290aec vhost: fix typos in comment by Jason Wang · 14 years ago
  67. 11cd1a8 vhost/net: fix rcu check usage by Michael S. Tsirkin · 14 years ago
  68. 64e1c80 vhost-net: batch use/unuse mm by Michael S. Tsirkin · 14 years ago
  69. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  70. 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  71. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  72. 556ef63 Merge commit 'v2.6.36-rc7' into core/rcu by Ingo Molnar · 14 years ago
  73. e0e9b40 vhost: max s/g to match qemu by Jason Wang · 14 years ago
  74. ee05d69 vhost-net: fix range checking in mrg bufs case by Michael S. Tsirkin · 14 years ago
  75. 28457ee vhost: add __rcu annotations by Arnd Bergmann · 14 years ago
  76. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  77. 8dd014a vhost-net: mergeable buffers support by David Stevens · 14 years ago
  78. c23f3445 vhost: replace vhost_workqueue with per-vhost kthread by Tejun Heo · 14 years ago
  79. 4c3e5ed vhost net: Fix warning. by David S. Miller · 14 years ago
  80. 11fe883 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  81. 516bd66 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  82. 95c0ec6 vhost: avoid pr_err on condition guest can trigger by Michael S. Tsirkin · 14 years ago
  83. 1680e90 vhost-net: avoid flush under lock by Michael S. Tsirkin · 14 years ago
  84. 2aa72f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  85. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  86. 7b3384f vhost: add unlikely annotations to error path by Michael S. Tsirkin · 14 years ago
  87. d5675bd vhost: break out of polling loop on error by Michael S. Tsirkin · 14 years ago
  88. 79907d8 misc: Fix allocation 'borrowed' by vhost_net by Alan Cox · 14 years ago
  89. 0dea7c1 Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  90. d3553a5 vhost-net: fix to check the return value of copy_to/from_user() correctly by Takuya Yoshikawa · 14 years ago
  91. dd1f407 vhost-net: minor cleanup by Jeff Dike · 14 years ago
  92. 373a83a vhost: Storage class should be before const qualifier by Tobias Klauser · 14 years ago
  93. fea0691 Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  94. a8d3782 vhost: fix sparse warnings by Christoph Hellwig · 14 years ago
  95. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  96. 0e25557 vhost: fix interrupt mitigation with raw sockets by Michael S. Tsirkin · 14 years ago
  97. 1dace8c vhost: fix error path in vhost_net_set_backend by Jeff Dike · 14 years ago
  98. 39286fa vhost-net: restart tx poll on sk_sndbuf full by Sridhar Samudrala · 14 years ago
  99. 501c774 net/macvtap: add vhost support by Arnd Bergmann · 14 years ago
  100. 3a4d5c94e vhost_net: a kernel-level virtio server by Michael S. Tsirkin · 14 years ago