1. 7f574e9 vhost: Check docket sk_family instead of call getname by Eugenio Pérez · 4 years, 2 months ago
  2. 4b58628 vhost_net: fix possible infinite loop by Jason Wang · 4 years, 9 months ago
  3. 66c8d9d vhost: introduce vhost_exceeds_weight() by Jason Wang · 4 years, 9 months ago
  4. 6214511 vhost_net: introduce vhost_exceeds_weight() by Jason Wang · 4 years, 9 months ago
  5. 73f768b vhost_net: use packet weight for rx handler, too by Paolo Abeni · 4 years, 9 months ago
  6. 43f7e9b vhost-net: set packet weight of tx polling to 2 * vq size by haibinzhang(张海斌) · 4 years, 9 months ago
  7. e2c2891 vhost_net: disable zerocopy by default by Jason Wang · 5 years ago
  8. b35efeb vhost: log dirty page correctly by Jason Wang · 5 years ago
  9. e11eb6a vhost_net: validate sock before trying to put its fd by Jason Wang · 6 years ago
  10. 1cb8175 vhost_net: add missing lock nesting notation by Jason Wang · 6 years ago
  11. 73adb3b vhost_net: stop device during reset owner by Jason Wang · 6 years ago
  12. f5755c0 vhost_net: correctly check tx avail during rx busy polling by Jason Wang · 7 years ago
  13. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  14. 6b1e6cc vhost: new device IOTLB API by Jason Wang · 8 years ago
  15. a9709d6 vhost: convert pre sorted vhost memory array to interval tree by Jason Wang · 8 years ago
  16. 1576d98 tun: switch to use skb array for tx by Jason Wang · 8 years ago
  17. 8241a1e vhost_net: stop polling socket during rx processing by Jason Wang · 8 years ago
  18. 0308813 vhost_net: basic polling support by Jason Wang · 8 years ago
  19. 80f7d03 vhost: rename vhost_init_used() by Greg Kurz · 8 years ago
  20. 4e9fa50 vhost: move features to core by Michael S. Tsirkin · 9 years ago
  21. 01e97e6 new helper: msg_data_left() by Al Viro · 9 years ago
  22. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  23. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  24. 0d79a49 vhost: drop hard-coded num_buffers size by Michael S. Tsirkin · 9 years ago
  25. 4c5a844 vhost: cleanup iterator update logic by Michael S. Tsirkin · 9 years ago
  26. 0960b64 vhost_net: fix wrong iter offset when setting number of buffers by Jason Wang · 9 years ago
  27. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  28. 5201aa4 vhost/net: fix up num_buffers endian-ness by Michael S. Tsirkin · 9 years ago
  29. ba7438a vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend() by Al Viro · 9 years ago
  30. 98a527a vhost: don't bother with copying iovec in handle_tx() by Al Viro · 9 years ago
  31. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 9 years ago
  33. 99975cc vhost/net: length miscalculation by Michael S. Tsirkin · 9 years ago
  34. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  35. c0371da put iov_iter into msghdr by Al Viro · 9 years ago
  36. 41e3e42 vhost/net: enable virtio 1.0 by Michael S. Tsirkin · 10 years ago
  37. e4fca7d vhost/net: larger header for virtio 1.0 by Michael S. Tsirkin · 10 years ago
  38. 8b38694 vhost/net: virtio 1.0 byte swap by Michael S. Tsirkin · 10 years ago
  39. bf99573 vhost/net: force len for TX to host endian by Michael S. Tsirkin · 10 years ago
  40. d04257b vhost-net: don't open-code kvfree by Romain Francoise · 10 years ago
  41. 47283be vhost: move memory pointer to VQs by Michael S. Tsirkin · 10 years ago
  42. ea16c51 vhost: move acked_features to VQs by Michael S. Tsirkin · 10 years ago
  43. 23cc5a9 vhost-net: extend device allocation to vmalloc by Michael S. Tsirkin · 11 years ago
  44. 09aaacf vhost: don't open-code sockfd_put() by Al Viro · 10 years ago
  45. a39ee44 vhost: validate vhost_get_vq_desc return value by Michael S. Tsirkin · 10 years ago
  46. d8316f3 vhost: fix total length when packets are too short by Michael S. Tsirkin · 10 years ago
  47. b0c057c vhost: fix a theoretical race in device cleanup by Michael S. Tsirkin · 10 years ago
  48. 0ad8b48 vhost: fix ref cnt checking deadlock by Michael S. Tsirkin · 10 years ago
  49. 59566b6e vhost: remove the dead branch by Zhi Yong Wu · 10 years ago
  50. f7c6be4 vhost_net: correctly limit the max pending buffers by Jason Wang · 11 years ago
  51. 19c73b3 vhost_net: poll vhost queue after marking DMA is done by Jason Wang · 11 years ago
  52. ce21a02 vhost_net: determine whether or not to use zerocopy at one time by Jason Wang · 11 years ago
  53. c92112a vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used() by Jason Wang · 11 years ago
  54. 094afe7 vhost_net: make vhost_zerocopy_signal_used() return void by Jason Wang · 11 years ago
  55. 22fa90c vhost: Remove custom vhost rcu usage by Asias He · 11 years ago
  56. 2e26af7 vhost-net: Always access vq->private_data under vq mutex by Asias He · 11 years ago
  57. 0a1febf vhost: Make local function static by Asias He · 11 years ago
  58. c38e39c vhost-net: fix use-after-free in vhost_net_flush by Michael S. Tsirkin · 11 years ago
  59. 288cfe7 vhost: fix ubuf_info cleanup by Michael S. Tsirkin · 11 years ago
  60. 05c0535 vhost: check owner before we overwrite ubuf_info by Michael S. Tsirkin · 11 years ago
  61. 4364d5f vhost_net: clear msg.control for non-zerocopy case during tx by Jason Wang · 11 years ago
  62. fe729a5 vhost-net: Cleanup vhost_ubuf and vhost_zcopy by Asias He · 11 years ago
  63. 8570a6e vhost: Move VHOST_NET_FEATURES to net.c by Asias He · 11 years ago
  64. b1ad849 vhost-net: Free ubuf when vhost_dev_set_owner fails by Asias He · 11 years ago
  65. 150b9e5 vhost: fix error handling in RESET_OWNER ioctl by Michael S. Tsirkin · 11 years ago
  66. 81f95a5 vhost: move per-vq net specific fields out to net by Michael S. Tsirkin · 11 years ago
  67. 2839400 vhost: move vhost-net zerocopy fields to net.c by Asias He · 11 years ago
  68. 3ab2e42 vhost: Allow device specific fields per vq by Asias He · 11 years ago
  69. 70181d51 vhost_net: remove tx polling state by Jason Wang · 11 years ago
  70. 46aa92d vhost/net: fix heads usage of ubuf_info by Michael S. Tsirkin · 11 years ago
  71. 2b8b328 vhost_net: handle polling errors when setting backend by Jason Wang · 11 years ago
  72. 692a998 vhost_net: correct error handling in vhost_net_set_backend() by Jason Wang · 11 years ago
  73. f9611c4 vhost-net: enable zerocopy tx by default by Michael S. Tsirkin · 11 years ago
  74. cedb9bd vhost-net: skip head management if no outstanding by Michael S. Tsirkin · 11 years ago
  75. 1280c27 vhost-net: flush outstanding DMAs on memory change by Michael S. Tsirkin · 11 years ago
  76. 935cdee vhost: avoid backend flush on vring ops by Michael S. Tsirkin · 11 years ago
  77. 64e9a9b vhost-net: initialize zcopy packet counters by Michael S. Tsirkin · 11 years ago
  78. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  79. 24eb21a vhost-net: reduce vq polling on tx zerocopy by Michael S. Tsirkin · 12 years ago
  80. eaae813 vhost-net: select tx zero copy dynamically by Michael S. Tsirkin · 12 years ago
  81. b211616 vhost: move -net specific code out by Michael S. Tsirkin · 12 years ago
  82. 70e4cb9 vhost-net: cleanup macros for DMA status tracking by Michael S. Tsirkin · 12 years ago
  83. 910a578 vhost: fix mergeable bufs on BE hosts by Michael S. Tsirkin · 12 years ago
  84. 0dd05a3 vhost: Separate vhost-net features from vhost features by Stefan Hajnoczi · 12 years ago
  85. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  86. c53cff5e vhost-net: fix handle_rx buffer size by Basil Gor · 12 years ago
  87. c8fb217 vhost_net: zerocopy: adding and signalling immediately when fully copied by Jason Wang · 12 years ago
  88. dbf3420 vhost_net: re-poll only on EAGAIN or ENOBUFS by Jason Wang · 12 years ago
  89. c460f05 vhost_net: zerocopy: fix possible NULL pointer dereference of vq->bufs by Jason Wang · 12 years ago
  90. ca8f4fb skbuff: struct ubuf_info callback type safety by Michael S. Tsirkin · 12 years ago
  91. ea5d404 vhost: fix release path lockdep checks by Michael S. Tsirkin · 12 years ago
  92. 7c7c7f0 vhost-net: add module alias (v2.1) by stephen hemminger · 12 years ago
  93. 9e38082 vhost: handle wrap around in # of bufs math by Shirley Ma · 13 years ago
  94. c047e5f vhost-net: update used ring on backend change by Michael S. Tsirkin · 13 years ago
  95. f59281d vhost: init used ring after backend was set by Jason Wang · 13 years ago
  96. bab632d vhost: vhost TX zero-copy support by Michael S. Tsirkin · 13 years ago
  97. 8ea8cf8 vhost: support event index by Michael S. Tsirkin · 13 years ago
  98. de4d768 vhost-net: remove unlocked use of receive_queue by Michael S. Tsirkin · 13 years ago
  99. 783e398 vhost: lock receive queue, not the socket by Jason Wang · 13 years ago
  100. 9424936 vhost-net: Unify the code of mergeable and big buffer handling by Jason Wang · 13 years ago