1. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  2. 86cb30e treewide: setup_timer() -> timer_setup() (2 field) by Kees Cook · 7 years ago
  3. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  4. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  5. b974304 Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  6. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  7. 3c07347 drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  8. 7d50207 drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  9. ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  10. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  11. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  12. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  13. 4190b4e RDMA/core: Rename kernel modify_cq to better describe its usage by Leon Romanovsky · 7 years ago
  14. 87ab3f5 IB/mlx5: Add CQ moderation capability to query_device by Yonatan Cohen · 7 years ago
  15. 0fd586d IB/mlx4: Add CQ moderation capability to query_device by Yonatan Cohen · 7 years ago
  16. 18bd907 IB/uverbs: Add CQ moderation capability to query_device by Yonatan Cohen · 7 years ago
  17. b0e9df6 IB/mlx5: Exposing modify CQ callback to uverbs layer by Yonatan Cohen · 7 years ago
  18. 34d9a27 IB/mlx4: Exposing modify CQ callback to uverbs layer by Yonatan Cohen · 7 years ago
  19. 869ddcf IB/uverbs: Allow CQ moderation with modify CQ by Yonatan Cohen · 7 years ago
  20. bc52e9c iw_cxgb4: atomically flush the qp by Steve Wise · 7 years ago
  21. cbb40fa iw_cxgb4: only call the cq comp_handler when the cq is armed by Steve Wise · 7 years ago
  22. 1c8f1da iw_cxgb4: Fix possible circular dependency locking warning by Bharat Potnuri · 7 years ago
  23. 8451145 RDMA/bnxt_re: report vlan_id and sl in qp1 recv completion by Devesh Sharma · 7 years ago
  24. 877add2 IB/core: Only maintain real QPs in the security lists by Daniel Jurgens · 7 years ago
  25. f4e96c1 IB/ocrdma_hw: remove unnecessary code in ocrdma_mbx_dealloc_lkey by Gustavo A. R. Silva · 7 years ago
  26. e08ce2e RDMA/core: Make function rdma_copy_addr return void by Yuval Shaia · 7 years ago
  27. 8b10ba7 RDMA/vmw_pvrdma: Add shared receive queue support by Bryan Tan · 7 years ago
  28. cb9fd89 RDMA/core: avoid uninitialized variable warning in create_udata by Arnd Bergmann · 7 years ago
  29. 0512766 RDMA/bnxt_re: synchronize poll_cq and req_notify_cq verbs by Selvin Xavier · 7 years ago
  30. c88a785 RDMA/bnxt_re: Flush CQ notification Work Queue before destroying QP by Selvin Xavier · 7 years ago
  31. 237379f RDMA/bnxt_re: Set QP state in case of response completion errors by Selvin Xavier · 7 years ago
  32. 9b40183 RDMA/bnxt_re: Add memory barriers when processing CQ/EQ entries by Somnath Kotur · 7 years ago
  33. 685894d IB/hfi1: Handle initial value of 0 for CCTI setting by Dennis Dalessandro · 7 years ago
  34. b64581a IB/hfi1: Mask upper 16Bits of Extended LID prior to rvt_cq_entry by Don Hiatt · 7 years ago
  35. 19b57c6 IB/core: Convert OPA AH to IB for Extended LIDs only by Don Hiatt · 7 years ago
  36. e8d5aff IB/hfi1: Send 'reboot' as planned down remote reason by Jan Sokolowski · 7 years ago
  37. a276672 IB/hfi1: Prohibit invalid Init to Armed state transition by Grzegorz Morys · 7 years ago
  38. cc9a97e IB/hfi1: Do not allocate PIO send contexts for VNIC by Niranjana Vishwanathapura · 7 years ago
  39. e4c397e IB/hfi1: Remove unnecessary if check by Jan Sokolowski · 7 years ago
  40. d61ea07 IB/hfi1: Fix a wrapping test to insure the correct timeout by Mike Marciniszyn · 7 years ago
  41. 0e31a2e IB/hfi1: Remove wrapper function in mmu_rb by Kamenee Arumugam · 7 years ago
  42. 22a3ffa IB/hfi1: Reduce 8051 command timeout by Jakub Byczkowski · 7 years ago
  43. 641f348 IB/hfi1: Allow MgmtAllowed on B2B setups by Jan Sokolowski · 7 years ago
  44. 57b0c46 IB/srpt: Ensure that modifying the use_srq configfs attribute works by Bart Van Assche · 7 years ago
  45. 8b6dc52 IB/srpt: Wait until channel release has finished during module unload by Bart Van Assche · 7 years ago
  46. 01b3ee1 IB/srpt: Introduce srpt_disconnect_ch_sync() by Bart Van Assche · 7 years ago
  47. c76d7d6 IB/srpt: Introduce helper functions for SRQ allocation and freeing by Bart Van Assche · 7 years ago
  48. 321e329 IB/srpt: Post receive work requests after qp transition to INIT state by Mike Marciniszyn · 7 years ago
  49. ba97b74 iw_cxgb4: remove BUG_ON() usage. by Steve Wise · 7 years ago
  50. 063fb5b bnxt_re: changing the ip address shouldn't affect new connections by Sriharsha Basavapatna · 7 years ago
  51. d6d5c59 bnxt_re: fix a crash in qp error event processing by Sriharsha Basavapatna · 7 years ago
  52. 2e4c85c IB/core: Avoid unnecessary return value check by Parav Pandit · 7 years ago
  53. 5f22a1d IB/mlx4: Increase maximal message size under UD QP by Mark Bloch · 7 years ago
  54. ed8637d IB/mlx4: Add contig support for control objects by Guy Levi · 7 years ago
  55. 9901abf IB/mlx4: Use optimal numbers of MTT entries by Guy Levi · 7 years ago
  56. 2b62185 IB/mlx5: Fix RoCE Address Path fields by Majd Dibbiny · 7 years ago
  57. 31fde03 IB/mlx5: Assign send CQ and recv CQ of UMR QP by Majd Dibbiny · 7 years ago
  58. 9950acf RDMA/cxgb4: Protect from possible dereference by Leon Romanovsky · 7 years ago
  59. e32d2d7 RDMA/bnxt_re: Remove unused vlan_tag variable by Leon Romanovsky · 7 years ago
  60. b1383aa IB/mlx5: Add PCI write end padding support by Noa Osherovich · 7 years ago
  61. e1d2e88 IB/core: Add PCI write end padding flags for WQ and QP by Noa Osherovich · 7 years ago
  62. 3192c53 IB/rxe: don't crash, if allocation of crc algorithm failed by Thomas Bogendoerfer · 7 years ago
  63. 89548bc IB/core: Avoid crash on pkey enforcement failed in received MADs by Parav Pandit · 7 years ago
  64. 7d7d065 RDMA/cxgb4: Annotate r2 and stag as __be32 by Leon Romanovsky · 7 years ago
  65. 108809a IB/mlx4: Fix RSS's QPC attributes assignments by Guy Levi · 7 years ago
  66. 09d208b2 IB/mlx4: Add report for RSS capabilities by vendor channel by Guy Levi · 7 years ago
  67. fec99ed RDMA/umem: Avoid partial declaration of non-static function by Leon Romanovsky · 7 years ago
  68. 26beb85 RDMA/hns: Modify the usage of cmd_sn in hip08 by oulijun · 7 years ago
  69. 0203b14 RDMA/hns: Unify the calculation for hem index in hip08 by oulijun · 7 years ago
  70. e8d1853 RDMA/hns: Set the owner field of SQWQE in hip08 RoCE by oulijun · 7 years ago
  71. b5fddb7 RDMA/hns: Add sq_invld_flg field in QP context by oulijun · 7 years ago
  72. 2872646 RDMA/hns: Update the usage of ack timeout in hip08 by oulijun · 7 years ago
  73. befb63b RDMA/hns: Set sq_cur_sge_blk_addr field in QPC in hip08 by oulijun · 7 years ago
  74. a49d761 RDMA/hns: Enable the cqe field of sqwqe of RC by oulijun · 7 years ago
  75. 492b2bd RDMA/hns: Set se attribute of sqwqe in hip08 by oulijun · 7 years ago
  76. 651487c RDMA/hns: Configure fence attribute in hip08 RoCE by oulijun · 7 years ago
  77. e92f2c1 RDMA/hns: Configure TRRL field in hip08 RoCE device by oulijun · 7 years ago
  78. d551424 RDMA/hns: Update calculation of irrl_ba field for hip08 by oulijun · 7 years ago
  79. b5ff0f6 RDMA/hns: Configure sgid type for hip08 RoCE by Wei Hu(Xavier) · 7 years ago
  80. 023c147 RDMA/hns: Generate gid type of RoCEv2 by Wei Hu(Xavier) · 7 years ago
  81. a2c80b7 RDMA/hns: Add rereg mr support for hip08 by Wei Hu(Xavier) · 7 years ago
  82. 7cda7b8 IB/hfi1: convert to debugfs_file_get() and -put() by Nicolai Stange · 7 years ago
  83. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  84. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  86. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  87. ed29668 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  88. 5c08681 Merge branch 'k.o/for-rc' into k.o/for-next by Doug Ledford · 7 years ago
  89. 287683d RDMA/nldev: Enforce device index check for port callback by Leon Romanovsky · 7 years ago
  90. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  91. 31acd18 IB/hfi1: Take advantage of kvzalloc_node in sdma initialization by Mike Marciniszyn · 7 years ago
  92. 45a041c IB/hfi1: Don't modify num_user_contexts module parameter by Kamenee Arumugam · 7 years ago
  93. 2d9544a IB/hfi1: Insure int mask for in-kernel receive contexts is clear by Mike Marciniszyn · 7 years ago
  94. 1b311f8 IB/hfi1: Add tx_opcode_stats like the opcode_stats by Mike Marciniszyn · 7 years ago
  95. 406310c IB/hfi1: Validate PKEY for incoming GSI MAD packets by Sebastian Sanchez · 7 years ago
  96. 00f9203 Ib/hfi1: Return actual operational VLs in port info query by Patel Jay P · 7 years ago
  97. 4061f3a IB/hfi1: Race condition between user notification and driver state by Michael J. Ruhl · 7 years ago
  98. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  99. 5455e73 bnxt_re: Implement the shutdown hook of the L2-RoCE driver interface by Somnath Kotur · 7 years ago
  100. 35fb2a88 RDMA/cxgb4: Declare stag as __be32 by Leon Romanovsky · 7 years ago