1. 04c6faa Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  2. aff2252 IB/mlx5: Avoid dealing with vport representors if not being e-switch manager by Or Gerlitz · 7 years ago
  3. 1abd8a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  4. 375dc53 IB/rxe: Fix missing completion for mem_reg work requests by Vijay Immanuel · 7 years ago
  5. 7350cdd RDMA/core: Save kernel caller name when creating CQ using ib_create_cq() by Bharat Potnuri · 7 years ago
  6. 84ca176b treewide: Use array_size() in kvzalloc_node() by Kees Cook · 7 years ago
  7. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  8. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  9. 778e1cd treewide: kvzalloc() -> kvcalloc() by Kees Cook · 7 years ago
  10. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  11. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  12. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  13. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 7 years ago
  14. 1eb9364 IB/uverbs: Fix ordering of ucontext check in ib_uverbs_write by Jason Gunthorpe · 7 years ago
  15. 3dc7c7b IB/mlx4: Fix an error handling path in 'mlx4_ib_rereg_user_mr()' by Christophe Jaillet · 7 years ago
  16. 425cf5c RDMA/qedr: Fix NULL pointer dereference when running over iWARP without RDMA-CM by Kalderon, Michal · 7 years ago
  17. e31abf7 IB/mlx5: Fix return value check in flow_counters_set_data() by weiyongjun (A) · 7 years ago
  18. 299eafe IB/mlx5: Fix memory leak in mlx5_ib_create_flow by Gustavo A. R. Silva · 7 years ago
  19. 828d810 IB/rxe: avoid double kfree skb by Zhu Yanjun · 7 years ago
  20. a1cdde8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  21. 3a3869f Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  22. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  23. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  24. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  25. c1191a1 RDMA/mlx5: Update SPDX tags to show proper license by Leon Romanovsky · 7 years ago
  26. 33edc3b RDMA/restrack: Change SPDX tag to properly reflect license by Leon Romanovsky · 7 years ago
  27. d52c89f qed*: Utilize FW 8.37.2.0 by Michal Kalderon · 7 years ago
  28. d9a6ce6 IB/hfi1: Fix comment on default hdr entry size by Mike Marciniszyn · 7 years ago
  29. ed71e86 IB/hfi1: Rename exp_lock to exp_mutex by Kaike Wan · 7 years ago
  30. dc2b2a9 IB/hfi1: Add bypass register defines and replace blind constants by Mike Marciniszyn · 7 years ago
  31. 5465f11 IB/hfi1: Remove unused variable by Kaike Wan · 7 years ago
  32. f9458bc IB/hfi1: Ensure VL index is within bounds by Kaike Wan · 7 years ago
  33. 1bc0299 IB/hfi1: Fix user context tail allocation for DMA_RTAIL by Mike Marciniszyn · 7 years ago
  34. 8c61b24 IB/hns: Use zeroing memory allocator instead of allocator/memset by YueHaibing · 7 years ago
  35. cb2595c infiniband: fix a possible use-after-free bug by Cong Wang · 7 years ago
  36. e4b1672 iw_cxgb4: add INFINIBAND_ADDR_TRANS dependency by Arnd Bergmann · 7 years ago
  37. 2623287 IB/isert: use T10-PI check mask definitions from core layer by Max Gurtovoy · 7 years ago
  38. c6c2c03 IB/iser: use T10-PI check mask definitions from core layer by Max Gurtovoy · 7 years ago
  39. 0e12af8 IB/isert: fix T10-pi check mask setting by Max Gurtovoy · 7 years ago
  40. 0f45e69 Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-next by Jason Gunthorpe · 7 years ago
  41. 9c54aeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  42. 7fdf3e8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  43. 1a1e03d IB/mlx5: Add counters read support by Raed Salem · 7 years ago
  44. 5e95af5 IB/mlx5: Add flow counters read support by Raed Salem · 7 years ago
  45. 3b3233f IB/mlx5: Add flow counters binding support by Raed Salem · 7 years ago
  46. b29e2a1 IB/mlx5: Add counters create and destroy support by Raed Salem · 7 years ago
  47. b6ba4a9 IB/uverbs: Add support for flow counters by Raed Salem · 7 years ago
  48. 59082a3 IB/core: Support passing uhw for create_flow by Matan Barak · 7 years ago
  49. ebb6796 IB/uverbs: Add read counters support by Raed Salem · 7 years ago
  50. d9a5a64 IB/uverbs: Add create/destroy counters support by Raed Salem · 7 years ago
  51. 3efa381 IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure by Matan Barak · 7 years ago
  52. 008fba4 RDMA/hns_roce: Don't check return value of zap_vma_ptes() by Doug Ledford · 7 years ago
  53. 7fc8ff2 RDMA/mlx4: Don't crash machine if zap_vma_ptes() fails by Leon Romanovsky · 7 years ago
  54. 2cb4079 RDMA/mlx5: Don't check return value of zap_vma_ptes() by Leon Romanovsky · 7 years ago
  55. 2468b82 RDMA/mad: Convert BUG_ONs to error flows by Leon Romanovsky · 7 years ago
  56. dee92c4 RDMA/mad: Delete inaccessible BUG_ON by Leon Romanovsky · 7 years ago
  57. 671a6cc RDMA/cma: Ignore unknown event by Leon Romanovsky · 7 years ago
  58. 2f5059a RDMA/cm: Abort loop in case of CM dequeue by Leon Romanovsky · 7 years ago
  59. cd13a39 RDMA/cxgb3: Don't crash kernel just because IDR is full by Leon Romanovsky · 7 years ago
  60. 6b1ca7e RDMA/mlx4: Discard unknown SQP work requests by Leon Romanovsky · 7 years ago
  61. f77f303 RDMA/mlx4: Catch FW<->SW misalignment without machine crash by Leon Romanovsky · 7 years ago
  62. 367d2f0 RDMA/qedr: fix spelling mistake: "adrresses" -> "addresses" by Colin Ian King · 7 years ago
  63. 434dda4 IB/iser: Do not reduce max_sectors by Sergey Gorenko · 7 years ago
  64. 01298c0 Merge branch 'wip/dl-ipoib' into wip/dl-for-next by Doug Ledford · 7 years ago
  65. fedc3ab RDMA/hns: Implement the disassociate_ucontext API by Wei Hu(Xavier) · 7 years ago
  66. a0976f4 RDMA/uverbs: Hoist the common process of disassociate_ucontext into ib core by Wei Hu(Xavier) · 7 years ago
  67. 0b25c9c RDMA/hns: Fix the illegal memory operation when cross page by Wei Hu(Xavier) · 7 years ago
  68. cb7a94c RDMA/hns: Add reset process for RoCE in hip08 by Wei Hu(Xavier) · 7 years ago
  69. f3ca0ab Merge branch 'mini_cqe' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 7 years ago
  70. 5ef8c0c RDMA/core: Remove indirection through ib_cache_setup() by Jason Gunthorpe · 7 years ago
  71. 6f1006a IB/mlx5: Introduce a new mini-CQE format by Yonatan Cohen · 7 years ago
  72. 572f46b IB/mlx5: Refactor CQE compression response by Yonatan Cohen · 7 years ago
  73. a840c93 IB/core: Fix error code for invalid GID entry by Parav Pandit · 7 years ago
  74. 0394808 Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 7 years ago
  75. d8f9cc3 IB/mlx4: Mark user MR as writable if actual virtual memory is writable by Jack Morgenstein · 7 years ago
  76. 08bb558 IB/core: Make testing MR flags for writability a static inline function by Jack Morgenstein · 7 years ago
  77. bb42f87 IB/rxe: avoid unnecessary export by Zhu Yanjun · 7 years ago
  78. 533d1da IB: Revert "remove redundant INFINIBAND kconfig dependencies" by Arnd Bergmann · 7 years ago
  79. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  80. 6e04b10 RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changes by Devesh Sharma · 7 years ago
  81. d59fcac RDMA/hns: Increase checking CMQ status timeout value by Wei Hu(Xavier) · 7 years ago
  82. 5b6eb54 RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust by Wei Hu(Xavier) · 7 years ago
  83. 34b48b8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  84. c62091b Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux into for-next by Jason Gunthorpe · 7 years ago
  85. 724631a IB/core: Introduce and use rdma_gid_table() by Parav Pandit · 7 years ago
  86. 25e6265 IB/core: Reduce the places that use zgid by Parav Pandit · 7 years ago
  87. 7b74a83 IB/mlx5: Fetch soft WQE's on fatal error state by Erez Shitrit · 7 years ago
  88. 7a8690e RDMA/ucm: Mark UCM interface as BROKEN by Leon Romanovsky · 7 years ago
  89. 9906224 IB/core: Remove duplicate declaration of gid_cache_wq by Parav Pandit · 7 years ago
  90. 8f06228 RDMA/mlx5: Remove debug prints of VMA pointers by Leon Romanovsky · 7 years ago
  91. cc3391c RDMA/hns: Rename the idx field of db by oulijun · 7 years ago
  92. 0252f73 IB/qib: Fix DMA api warning with debug kernel by Mike Marciniszyn · 7 years ago
  93. 763b696 IB/isert: Fix for lib/dma_debug check_sync warning by Alex Estrin · 7 years ago
  94. 3ce459c IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version by Mike Marciniszyn · 7 years ago
  95. 5938d94 IB/hfi1: Set port number for errorinfo MAD response by Michael J. Ruhl · 7 years ago
  96. c831481 IB/hfi1: Cleanup of exp_rcv by Mike Marciniszyn · 7 years ago
  97. 43a68c3 IB/hfi1: Add 16B Management Packet trace support by Don Hiatt · 7 years ago
  98. 81cd389 IB/hfi1: Add support for 16B Management Packets by Don Hiatt · 7 years ago
  99. 4171a69 IB/hfi1: Define 16B Management Packets by Don Hiatt · 7 years ago
  100. 013f64a iw_cxgb4: provide detailed driver-specific MR information by Steve Wise · 7 years ago