1. b8f1f65 vhost_net: validate sock before trying to put its fd by Jason Wang · 6 years ago
  2. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  3. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  4. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  5. b2303d7 Convert vhost to struct_size by Matthew Wilcox · 6 years ago
  6. 670ae9c vhost: fix info leak due to uninitialized memory by Michael S. Tsirkin · 6 years ago
  7. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  8. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. f5a4941 vhost_net: flush batched heads before trying to busy polling by Jason Wang · 6 years ago
  11. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  12. 9965ed17 fs: add new vfs_poll and file_can_poll helpers by Christoph Hellwig · 7 years ago
  13. 1b15ad6 vhost: synchronize IOTLB message with dev cleanup by Jason Wang · 6 years ago
  14. db688c2 vhost_net: use packet weight for rx handler, too by Paolo Abeni · 6 years ago
  15. 1ffcbc8 tun: convert to use generic xdp_frame and xdp_return_frame API by Jesper Dangaard Brouer · 6 years ago
  16. ddd3d40 vhost: return bool from *_access_ok() functions by Stefan Hajnoczi · 6 years ago
  17. d14d2b7 vhost: fix vhost_vq_access_ok() log check by Stefan Hajnoczi · 6 years ago
  18. 7ced6c9 vhost: Fix vhost_copy_to_user() by Eric Auger · 6 years ago
  19. c18bb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  20. a2ac999 vhost-net: set packet weight of tx polling to 2 * vq size by haibinzhang(张海斌) · 6 years ago
  21. 016c6f2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  22. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  23. d65026c vhost: validate log when IOTLB is enabled by Jason Wang · 6 years ago
  24. dc6455a vhost: correctly remove wait queue during poll failure by Jason Wang · 6 years ago
  25. aaa3149 vhost_net: add missing lock nesting notation by Jason Wang · 6 years ago
  26. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. dc32bb6 vhost: add vsock compat ioctl by Sonny Rao · 6 years ago
  28. 26b3660 vhost: fix vhost ioctl signature to build with clang by Sonny Rao · 6 years ago
  29. 3a40307 vhost_net: examine pointer types during un-producing by Jason Wang · 7 years ago
  30. 303fd71b vhost_net: keep private_data and rx_ring synced by Jason Wang · 7 years ago
  31. ab7e34b vhost_net: initialize rx_ring in vhost_net_open() by Alexander Potapenko · 7 years ago
  32. ff3c1b1 drivers: vhost: vsock: fixed a brace coding style issue by Vaibhav Murkute · 7 years ago
  33. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  34. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  35. 846ade7 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  36. d25cc43 vhost: don't hold onto file pointer for VHOST_SET_LOG_FD by Eric Biggers · 7 years ago
  37. 09f332a vhost: don't hold onto file pointer for VHOST_SET_VRING_ERR by Eric Biggers · 7 years ago
  38. e050c7d vhost: don't hold onto file pointer for VHOST_SET_VRING_CALL by Eric Biggers · 7 years ago
  39. f6f93f7 vhost: remove unused lock check flag in vhost_dev_cleanup() by 夷则(Caspar) · 7 years ago
  40. ac964d7 vhost: Remove the unused variable. by Tonghao Zhang · 7 years ago
  41. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  42. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  43. 473f0b1 vhost/scsi: Improve a size determination in four functions by Markus Elfring · 7 years ago
  44. d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  45. 4cd8795 vhost_net: stop device during reset owner by Jason Wang · 7 years ago
  46. 955bd1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  47. 6f3180a vhost: do not try to access device IOTLB when not initialized by Jason Wang · 7 years ago
  48. e9cb4239 vhost: use mutex_lock_nested() in vhost_dev_lock_vqs() by Jason Wang · 7 years ago
  49. e2b3b35 vhost_net: batch used ring update in rx by Jason Wang · 7 years ago
  50. fc72d1d tuntap: XDP transmission by Jason Wang · 7 years ago
  51. 5990a30 tun/tap: use ptr_ring instead of skb_array by Jason Wang · 7 years ago
  52. 475c5ee Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  53. 3a5db0b drivers/vhost: Remove now-redundant read_barrier_depends() by Paul E. McKenney · 7 years ago
  54. 6e47408 vhost: fix skb leak in handle_rx() by Wei Xu · 7 years ago
  55. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
  56. 58e3b60 vhost: annotate vhost_poll by Al Viro · 7 years ago
  57. 3ad6f93 annotate poll-related wait keys by Al Viro · 7 years ago
  58. e6c8adc anntotate the places where ->poll() return values go by Al Viro · 7 years ago
  59. 16382e1 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  60. 18c83d2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  61. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  62. feb8892 vhost_net: conditionally enable tx polling by Jason Wang · 7 years ago
  63. a72b69d vhost/vsock: fix uninitialized vhost_vsock->guest_cid by Stefan Hajnoczi · 7 years ago
  64. ca2c5b3 vhost: fix end of range for access_ok by Michael S. Tsirkin · 7 years ago
  65. 816e85e vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work() by Byungchul Park · 7 years ago
  66. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  67. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  68. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  69. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  70. 2f240c4 vhost/scsi: switch to iov_iter_get_pages() by Al Viro · 7 years ago
  71. 11d49e9 fix a page leak in vhost_scsi_iov_to_sgl() error recovery by Al Viro · 7 years ago
  72. 1e6f745 vhost_net: do not stall on zerocopy depletion by Willem de Bruijn · 7 years ago
  73. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  74. 8b949be vhost_net: correctly check tx avail during rx busy polling by Jason Wang · 7 years ago
  75. c1d1b43 net: convert (struct ubuf_info)->refcnt to refcount_t by Eric Dumazet · 7 years ago
  76. 1f8b977 sock: enable MSG_ZEROCOPY by Willem de Bruijn · 7 years ago
  77. 8d65843 Revert "vhost: cache used event for better performance" by Jason Wang · 7 years ago
  78. 48ea2ce Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  79. dcda9b0 mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic by Michal Hocko · 7 years ago
  80. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  81. f4dd029 Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  82. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  83. 12bdcbd vhost/scsi: Don't reinvent the wheel but use existing llist API by Byungchul Park · 7 years ago
  84. f4660cc vhost/vsock: use static minor number by Stefan Hajnoczi · 7 years ago
  85. c67df11 vhost_net: try batch dequing from skb array by Jason Wang · 7 years ago
  86. 6c5ab65 mm: support __GFP_REPEAT in kvmalloc_node for >32kB by Michal Hocko · 7 years ago
  87. 82dfb54 VSOCK: Add virtio vsock vsockmon hooks by Gerard Garcia · 7 years ago
  88. 16320f3 vhost-vsock: add pkt cancel capability by Peng Tao · 7 years ago
  89. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  90. 54d7989 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 8 years ago
  91. 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
  92. 6e84f31 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  93. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  94. f889491 vhost: introduce O(1) vq metadata cache by Jason Wang · 8 years ago
  95. e3b56cd vhost: try avoiding avail index access when getting descriptor by Jason Wang · 8 years ago
  96. 9a393b5 tap: tap as an independent module by Sainath Grandhi · 8 years ago
  97. 635b8c8 tap: Renaming tap related APIs, data structures, macros by Sainath Grandhi · 8 years ago
  98. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. cda8bba vhost: fix initialization for vq->is_le by Halil Pasic · 8 years ago
  100. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago