1. 3c4cea8 vhost_net: fix OoB on sendmsg() failure. by Paolo Abeni · 3 years, 4 months ago
  2. 723783d sock: remove one redundant SKB_FRAG_PAGE_ORDER macro by Yunsheng Lin · 3 years, 4 months ago
  3. 224bf7d vhost_net: use XDP helpers by Matteo Croce · 3 years, 8 months ago
  4. dc9c9e7 vhost_net: avoid tx queue stuck when sendmsg fails by Yunjian Wang · 4 years ago
  5. 9ee5e5a tap/tun: add skb_zcopy_init() helper for initialization. by Jonathan Lemon · 4 years ago
  6. 3617783 skbuff: Add skb parameter to the ubuf zerocopy callback by Jonathan Lemon · 4 years ago
  7. 01e31be vhost_net: fix ubuf refcount incorrectly when sendmsg fails by Yunjian Wang · 4 years ago
  8. 57b0779 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 5 months ago
  9. 460f7ce vhost: generialize backend features setting/getting by Jason Wang · 4 years, 5 months ago
  10. 321bd21 virtio: VIRTIO_F_IOMMU_PLATFORM -> VIRTIO_F_ACCESS_PLATFORM by Michael S. Tsirkin · 4 years, 6 months ago
  11. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  12. 0910270 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 4 years, 7 months ago
  13. 01fcb1c vhost: allow device that does not depend on vhost worker by Jason Wang · 4 years, 7 months ago
  14. 05afee2 vhost_net: Also populate XDP frame size by Jesper Dangaard Brouer · 4 years, 8 months ago
  15. 247643f vhost: Create accessors for virtqueues private_data by Eugenio Pérez · 4 years, 9 months ago
  16. 0bbe306 vhost: factor out IOTLB by Jason Wang · 4 years, 9 months ago
  17. 792a4f2 vhost: allow per device message handler by Jason Wang · 4 years, 9 months ago
  18. 42d84c8 vhost: Check docket sk_family instead of call getname by Eugenio Pérez · 4 years, 10 months ago
  19. 407e9ef compat_ioctl: move drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  20. 3a1d538 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 5 years ago
  21. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
  23. 098eadc vhost_net: disable zerocopy by default by Jason Wang · 6 years ago
  24. 9b5e830 vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() by Jason Wang · 6 years ago
  25. e2412c0 vhost_net: fix possible infinite loop by Jason Wang · 6 years ago
  26. e82b9b0 vhost: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  27. b46a0bf vhost: fix OOB in get_rx_bufs() by Jason Wang · 6 years ago
  28. cc5e710 vhost: log dirty page correctly by Jason Wang · 6 years ago
  29. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  30. 792bf4d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  31. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 476e8ba vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll() by Jason Wang · 6 years ago
  33. d05faa5 drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  34. e4dab1e6 vhost_net: mitigate page reference counting during page frag refill by Jason Wang · 6 years ago
  35. abf1a08 net: vhost: remove bad code line by Tonghao Zhang · 6 years ago
  36. 441abde net: vhost: add rx busy polling in tx path by Tonghao Zhang · 6 years ago
  37. dc15128 net: vhost: factor out busy polling logic to vhost_net_busy_poll() by Tonghao Zhang · 6 years ago
  38. a6a67a2 net: vhost: replace magic number of lock annotation by Tonghao Zhang · 6 years ago
  39. 8a1aff1 vhost_net: add a missing error return by Dan Carpenter · 6 years ago
  40. 0a0be13 vhost_net: batch submitting XDP buffers to underlayer sockets by Jason Wang · 6 years ago
  41. fe8dd45 tun: switch to new type of msg_control by Jason Wang · 6 years ago
  42. 429711a vhost: switch to use new message format by Jason Wang · 6 years ago
  43. 4afb52c vhost_net: batch update used ring for datacopy TX by Jason Wang · 6 years ago
  44. d0d8697 vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH by Jason Wang · 6 years ago
  45. 09c3248 vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used() by Jason Wang · 6 years ago
  46. 0d20bdf vhost_net: split out datacopy logic by Jason Wang · 6 years ago
  47. c92a8a8 vhost_net: introduce tx_can_batch() by Jason Wang · 6 years ago
  48. a2a91a1 vhost_net: introduce get_tx_bufs() by Jason Wang · 6 years ago
  49. 272f35c vhost_net: introduce vhost_exceeds_weight() by Jason Wang · 6 years ago
  50. b0d0ea5 vhost_net: introduce helper to initialize tx iov iter by Jason Wang · 6 years ago
  51. 652e4f3 vhost_net: drop unnecessary parameter by Jason Wang · 6 years ago
  52. 6369fec vhost_net: Avoid rx vring kicks during busyloop by Toshiaki Makita · 6 years ago
  53. be294a5 vhost_net: Avoid rx queue wake-ups during busypoll by Toshiaki Makita · 6 years ago
  54. 027b176 vhost_net: Avoid tx vring kicks during busyloop by Toshiaki Makita · 6 years ago
  55. 28b9b33 vhost_net: Rename local variables in vhost_net_rx_peek_head_len by Toshiaki Makita · 6 years ago
  56. b8f1f65 vhost_net: validate sock before trying to put its fd by Jason Wang · 7 years ago
  57. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  58. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  59. f5a4941 vhost_net: flush batched heads before trying to busy polling by Jason Wang · 7 years ago
  60. db688c2 vhost_net: use packet weight for rx handler, too by Paolo Abeni · 7 years ago
  61. 1ffcbc8 tun: convert to use generic xdp_frame and xdp_return_frame API by Jesper Dangaard Brouer · 7 years ago
  62. a2ac999 vhost-net: set packet weight of tx polling to 2 * vq size by haibinzhang(张海斌) · 7 years ago
  63. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  64. aaa3149 vhost_net: add missing lock nesting notation by Jason Wang · 7 years ago
  65. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  66. 3a40307 vhost_net: examine pointer types during un-producing by Jason Wang · 7 years ago
  67. 303fd71b vhost_net: keep private_data and rx_ring synced by Jason Wang · 7 years ago
  68. ab7e34b vhost_net: initialize rx_ring in vhost_net_open() by Alexander Potapenko · 7 years ago
  69. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  70. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  71. 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  72. f6f93f7 vhost: remove unused lock check flag in vhost_dev_cleanup() by 夷则(Caspar) · 7 years ago
  73. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  74. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  75. 4cd8795 vhost_net: stop device during reset owner by Jason Wang · 7 years ago
  76. e2b3b35 vhost_net: batch used ring update in rx by Jason Wang · 7 years ago
  77. fc72d1d tuntap: XDP transmission by Jason Wang · 7 years ago
  78. 5990a30 tun/tap: use ptr_ring instead of skb_array by Jason Wang · 7 years ago
  79. 6e47408 vhost: fix skb leak in handle_rx() by Wei Xu · 7 years ago
  80. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  81. feb8892 vhost_net: conditionally enable tx polling by Jason Wang · 7 years ago
  82. 1e6f745 vhost_net: do not stall on zerocopy depletion by Willem de Bruijn · 7 years ago
  83. 8b949be vhost_net: correctly check tx avail during rx busy polling by Jason Wang · 7 years ago
  84. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  85. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  86. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  87. c67df11 vhost_net: try batch dequing from skb array by Jason Wang · 8 years ago
  88. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 8 years ago
  89. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  90. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  91. 635b8c8 tap: Renaming tap related APIs, data structures, macros by Sainath Grandhi · 8 years ago
  92. 0ed005c vhost_net: tx batching by Jason Wang · 8 years ago
  93. f2f09a4 locking/core: Remove cpu_relax_lowlatency() users by Christian Borntraeger · 8 years ago
  94. 0803e04 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  95. 6b1e6cc vhost: new device IOTLB API by Jason Wang · 9 years ago
  96. a9709d6 vhost: convert pre sorted vhost memory array to interval tree by Jason Wang · 9 years ago
  97. 1576d98 tun: switch to use skb array for tx by Jason Wang · 8 years ago
  98. 8241a1e vhost_net: stop polling socket during rx processing by Jason Wang · 9 years ago
  99. 0308813 vhost_net: basic polling support by Jason Wang · 9 years ago
  100. 80f7d03 vhost: rename vhost_init_used() by Greg Kurz · 9 years ago