1. 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
  2. 59082a3 IB/core: Support passing uhw for create_flow by Matan Barak · 7 years ago
  3. 54e7e48 IB/uverbs: Fix kernel crash during MR deregistration flow by Ariel Levkovich · 7 years ago
  4. be934cc IB/uverbs: Add device memory registration ioctl support by Ariel Levkovich · 7 years ago
  5. 6ee6877 drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4 by Andrew Morton · 7 years ago
  6. 19b1f54 RDMA/verbs: Simplify modify QP check by Leon Romanovsky · 7 years ago
  7. fccec5b RDMA/nldev: provide detailed MR information by Steve Wise · 7 years ago
  8. a1ae7d0 RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access by Bart Van Assche · 7 years ago
  9. 87915bf RDMA/verbs: Return proper error code for not supported system call by Leon Romanovsky · 7 years ago
  10. 2f08ee3 RDMA/restrack: don't use uaccess_kernel() by Steve Wise · 7 years ago
  11. 9d5f8c2 RDMA/core: Add resource tracking for create and destroy PDs by Leon Romanovsky · 8 years ago
  12. 08f294a RDMA/core: Add resource tracking for create and destroy CQs by Leon Romanovsky · 8 years ago
  13. 78a0cd6 RDMA/core: Add resource tracking for create and destroy QPs by Leon Romanovsky · 8 years ago
  14. f66c8ba RDMA/core: Save kernel caller name when creating PD and CQ objects by Leon Romanovsky · 8 years ago
  15. aaebd37 IB/core: postpone WR initialization during queue drain by Max Gurtovoy · 8 years ago
  16. a6753c4 IB/core: Limit DMAC resolution to RoCE Connected QPs by Parav Pandit · 8 years ago
  17. f2290d6 IB/core: Attempt DMAC resolution for only RoCE by Parav Pandit · 8 years ago
  18. b96ac05 IB/core: Limit DMAC resolution to userspace QPs by Parav Pandit · 8 years ago
  19. b2bedfb IB/core: Perform modify QP on real one by Parav Pandit · 8 years ago
  20. 1f58621 infiniband: fix core/verbs.c kernel-doc notation by Randy Dunlap · 8 years ago
  21. e2dda36 RDMA/core: Add encode/decode FDR/EDR rates by Hans Westgaard Ry · 8 years ago
  22. 76a895d Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git by Jason Gunthorpe · 8 years ago
  23. 727b7e9 IB/core: Make sure that PSN does not overflow by Majd Dibbiny · 8 years ago
  24. 4a50881 IB/core: Verify that QP is security enabled in create and destroy by Moni Shoua · 8 years ago
  25. f6bdb14 IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc by Parav Pandit · 8 years ago
  26. b0dd0d3 IB/core: Avoid unnecessary type cast by Parav Pandit · 8 years ago
  27. 56d0a7d9 IB/core: Depend on IPv6 stack to resolve link local address for RoCEv2 by Parav Pandit · 8 years ago
  28. 1060f86 IB/{core/cm}: Fix generating a return AH for RoCEE by Parav Pandit · 8 years ago
  29. 4190b4e RDMA/core: Rename kernel modify_cq to better describe its usage by Leon Romanovsky · 8 years ago
  30. c0348eb IB: Let ib_core resolve destination mac address by Parav Pandit · 8 years ago
  31. 5cda658 IB/core: Introduce and use rdma_create_user_ah by Parav Pandit · 8 years ago
  32. e6f9bc3 IB/core: Fix for core panic by Alex Estrin · 8 years ago
  33. 7936422 IB/core: Add might_sleep() annotation to ib_init_ah_from_wc() by Roland Dreier · 8 years ago
  34. 1a56ff6 IB/core: Separate CQ handle in SRQ context by Artemy Kovalyov · 8 years ago
  35. 82901e3 RDMA/core: Refactor get link layer wrapper by Leon Romanovsky · 8 years ago
  36. cdc596d RDMA/core: Delete BUG() from unreachable flow by Leon Romanovsky · 8 years ago
  37. 732912c7 Merge branch 'k.o/for-4.13-rc' into k.o/for-next by Doug Ledford · 8 years ago
  38. 498ca3c IB/core: Avoid accessing non-allocated memory when inferring port type by Noa Osherovich · 8 years ago
  39. b0e32e2 Merge branch 'k.o/for-4.13-rc' into k.o/for-next by Doug Ledford · 8 years ago
  40. a5f6672 Merge branch 'misc' into k.o/for-next by Doug Ledford · 8 years ago
  41. 9636a56 IB/core: Add support for RoCEv2 multicast by Noa Osherovich · 8 years ago
  42. be1d325 IB/core: Set RoCEv2 MGID according to spec by Noa Osherovich · 8 years ago
  43. 5236333 IB/core: Fix the validations of a multicast LID in attach or detach operations by Noa Osherovich · 8 years ago
  44. d418619 IB/core: Add generic function to extract IB speed from netdev by Yuval Shaia · 8 years ago
  45. b287b76 Revert "IB/core: Allow QP state transition from reset to error" by Leon Romanovsky · 8 years ago
  46. ebc9ca4 IB/core: Allow QP state transition from reset to error by Tadeusz Struk · 8 years ago
  47. a512c2f IB/core: Introduce modify QP operation with udata by Parav Pandit · 8 years ago
  48. cbd09ae IB/core: Don't resolve IP address to the loopback device by Moni Shoua · 8 years ago
  49. 28b5b3a RDMA/core: Document confusing code by Gustavo A. R. Silva · 8 years ago
  50. d291f1a IB/core: Enforce PKey security on QPs by Daniel Jurgens · 8 years ago
  51. 44c5848 IB/core: Define 'ib' and 'roce' rdma_ah_attr types by Dasaratharaman Chandramouli · 8 years ago
  52. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  53. 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
  54. bfbfd66 IB/core: Rename ib_query_ah to rdma_query_ah by Dasaratharaman Chandramouli · 8 years ago
  55. 67b985b IB/core: Rename ib_modify_ah to rdma_modify_ah by Dasaratharaman Chandramouli · 8 years ago
  56. 0a18cfe IB/core: Rename ib_create_ah to rdma_create_ah by Dasaratharaman Chandramouli · 8 years ago
  57. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  58. 8561eae IB/core: For multicast functions, verify that LIDs are multicast LIDs by Michael J. Ruhl · 8 years ago
  59. f039f44 IB/core: Add support for draining IB_POLL_DIRECT completion queues by Bart Van Assche · 8 years ago
  60. 24dc831 IB/core: Add inline function to validate port by Yuval Shaia · 9 years ago
  61. 528e5a1 IB/core: Support rate limit for packet pacing by Bodong Wang · 9 years ago
  62. 477864c IB/core: Let create_ah return extended response to user by Moni Shoua · 9 years ago
  63. c90ea9d IB/core: Change ib_resolve_eth_dmac to use it in create AH by Moni Shoua · 9 years ago
  64. 850d8fd IB/mlx4: Handle IPv4 header when demultiplexing MAD by Moni Shoua · 9 years ago
  65. 8ecc798 IB/core: Save QP in ib_flow structure by Mark Bloch · 9 years ago
  66. b6bc1c7 IB/core: correctly handle rdma_rw_init_mrs() failure by Steve Wise · 9 years ago
  67. 5274612 IB/core: Improve ib_map_mr_sg() documentation by Bart Van Assche · 9 years ago
  68. 5ef990f IB/core: remove ib_get_dma_mr by Christoph Hellwig · 9 years ago
  69. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 9 years ago
  70. 50d4633 IB/core: rename pd->local_mr to pd->__internal_mr by Christoph Hellwig · 9 years ago
  71. 84e39ee Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  72. 0cda611 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  73. 632bc3f IB/core, RDMA RW API: Do not exceed QP SGE send limit by Bart Van Assche · 9 years ago
  74. a9017e2 IB/core: Extend create QP to get indirection table by Yishai Hadas · 9 years ago
  75. 6d39786 IB/core: Introduce Receive Work Queue indirection table by Yishai Hadas · 9 years ago
  76. 5fd251c IB/core: Introduce Work Queue object and its verbs by Yishai Hadas · 9 years ago
  77. b355600 IB/core: Fix false search of the IB_SA_WELL_KNOWN_GUID by Eli Cohen · 9 years ago
  78. 9aa8b32 IB/core: Enhance ib_map_mr_sg() by Bart Van Assche · 9 years ago
  79. 0e353e3 IB/core: add RW API support for signature MRs by Christoph Hellwig · 9 years ago
  80. a060b56 IB/core: generic RDMA READ/WRITE API by Christoph Hellwig · 9 years ago
  81. d4a85c3 IB/core: add a need_inval flag to struct ib_mr by Steve Wise · 9 years ago
  82. fffb038 IB/core: add a simple MR pool by Christoph Hellwig · 9 years ago
  83. 04c41bf IB/core: refactor ib_create_qp by Christoph Hellwig · 9 years ago
  84. ff2ba99 IB/core: Add passing an offset into the SG to ib_map_mr_sg by Christoph Hellwig · 9 years ago
  85. 42235f8 IB/core: Don't drain non-existent rq queue-pair by Sagi Grimberg · 9 years ago
  86. 50174a7 IB/core: Add interfaces to control VF attributes by Eli Cohen · 9 years ago
  87. d2ad9cc Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6 by Doug Ledford · 9 years ago
  88. f5aa915 IB/core: Add arbitrary sg_list support by Sagi Grimberg · 9 years ago
  89. 765d677 IB: new common API for draining queues by Steve Wise · 9 years ago
  90. c3efe75 IB/core: Use hop-limit from IP stack for RoCE by Matan Barak · 10 years ago
  91. f7f4b23e IB/core: Rename rdma_addr_find_dmac_by_grh by Matan Barak · 10 years ago
  92. b6aeb98 IB/core: Remove set-but-not-used variable from ib_sg_to_pages() by Bart Van Assche · 10 years ago
  93. ab67ed8 IB: remove the write-only usecnt field from struct ib_mr by Christoph Hellwig · 10 years ago
  94. feb7c1e IB: remove in-kernel support for memory windows by Christoph Hellwig · 10 years ago
  95. a4d825a IB: remove ib_query_mr by Christoph Hellwig · 10 years ago
  96. 2002983 IB/core: Validate route when we init ah by Matan Barak · 10 years ago
  97. c865f24 IB/core: Add rdma_network_type to wc by Somnath Kotur · 10 years ago
  98. b39ffa1 IB/core: Add gid_type to gid attribute by Matan Barak · 10 years ago
  99. 86bee4c IB/core: Avoid calling ib_query_device by Or Gerlitz · 10 years ago
  100. 8f5ba10 IB core: Fix ib_sg_to_pages() by Bart Van Assche · 10 years ago