1. 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  2. be934cc IB/uverbs: Add device memory registration ioctl support by Ariel Levkovich · 7 years ago
  3. bee76d7 IB/uverbs: Add alloc/free dm uverbs ioctl support by Ariel Levkovich · 7 years ago
  4. 1d8eeb9 IB/uverbs: Add device memory capabilities reporting by Ariel Levkovich · 7 years ago
  5. 56ab0b3 IB/uverbs: Introduce ESP steering match filter by Matan Barak · 7 years ago
  6. 7d12f8d IB/uverbs: Add modify ESP flow_action by Matan Barak · 7 years ago
  7. 21e82d3 IB/uverbs: Introduce egress flow steering by Boris Pismenny · 7 years ago
  8. 9b82844 IB/uverbs: Add action_handle flow steering specification by Matan Barak · 7 years ago
  9. 2eb9bea IB/uverbs: Add flow_action create and destroy verbs by Matan Barak · 7 years ago
  10. 494c558 IB/uverbs: Add enum attribute type to ioctl() interface by Matan Barak · 7 years ago
  11. 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
  12. 598ff6b IB/core: Refactor GID modify code for RoCE by Parav Pandit · 7 years ago
  13. 72e1ff0 RDMA/core: Update query_gid documentation for HCA drivers by Parav Pandit · 7 years ago
  14. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. 218b9e3 RDMA/cma: Move rdma_cm_state to cma_priv.h by Parav Pandit · 7 years ago
  16. 2253fc0 RDMA/CMA: Add rdma_port_space to UAPI by Steve Wise · 7 years ago
  17. 1b90d30 RDMA/CMA: remove RDMA_PS_SDP by Steve Wise · 7 years ago
  18. 84652ae RDMA/ucma: Introduce safer rdma_addr_size() variants by Roland Dreier · 7 years ago
  19. e945130 IB/core: Protect against concurrent access to hardware stats by Mark Bloch · 7 years ago
  20. 070f2d7 net: Drop NETDEV_UNREGISTER_FINAL by Kirill Tkhai · 7 years ago
  21. 114cc9c IB/cma: Resolve route only while receiving CM requests by Parav Pandit · 7 years ago
  22. 0328603 RDMA/restrack: Remove ambiguity in resource track clean logic by Leon Romanovsky · 7 years ago
  23. 3d64add IB/uverbs: Add macros to simplify adding driver specific attributes by Matan Barak · 7 years ago
  24. 41b2a71 IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new file by Matan Barak · 7 years ago
  25. dfb1395 IB/uverbs: Expose parsing tree of all common objects to providers by Matan Barak · 7 years ago
  26. c66db31 IB/uverbs: Safely extend existing attributes by Matan Barak · 7 years ago
  27. 1f07e08f IB/uverbs: Enable compact representation of uverbs_attr_spec by Matan Barak · 7 years ago
  28. 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
  29. 1f7ff9d IB/uverbs: Move to new headers and make naming consistent by Matan Barak · 7 years ago
  30. 80cf79a RDMA/verbs: Remove restrack entry from XRCD structure by Leon Romanovsky · 7 years ago
  31. b19744e IB/core: Remove unimplemented ib_peek_cq by Parav Pandit · 7 years ago
  32. e41a7c4 IB/core: Move rdma_addr_find_l2_eth_by_grh to core_priv.h by Parav Pandit · 7 years ago
  33. 0a51415 IB/core: Refactor ib_init_ah_attr_from_path() for RoCE by Parav Pandit · 7 years ago
  34. a9c06aeba IB/core: Remove rdma_resolve_ip_route() as exported symbol by Parav Pandit · 7 years ago
  35. b26c4a1 IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev by Parav Pandit · 7 years ago
  36. 6612b49 IB/core: Fix comments of GID query functions by Parav Pandit · 7 years ago
  37. 19b1f54 RDMA/verbs: Simplify modify QP check by Leon Romanovsky · 7 years ago
  38. fccec5b RDMA/nldev: provide detailed MR information by Steve Wise · 7 years ago
  39. 0031398 RDMA/nldev: provide detailed CM_ID information by Steve Wise · 7 years ago
  40. 2f36028 IB/uverbs: Use u64_to_user_ptr() not a union by Jason Gunthorpe · 7 years ago
  41. 89d9e8d IB/uverbs: Always use the attribute size provided by the user by Matan Barak · 7 years ago
  42. 415bb69 RDMA/restrack: Remove unimplemented XRCD object by Leon Romanovsky · 7 years ago
  43. 87daac6 IB/core: Map iWarp AH type to undefined in rdma_ah_find_type by Don Hiatt · 7 years ago
  44. ca85bb1 IB/hfi1: Remove unnecessary fecn and becn fields by Sebastian Sanchez · 7 years ago
  45. 6d6b884 IB/hfi1: Optimize packet type comparison using 9B and bypass code paths by Sebastian Sanchez · 7 years ago
  46. f150e27 IB/hfi1: Compute BTH only for RDMA_WRITE_LAST/SEND_LAST packet by Sebastian Sanchez · 7 years ago
  47. 02d8883 RDMA/restrack: Add general infrastructure to track RDMA resources by Leon Romanovsky · 7 years ago
  48. f66c8ba RDMA/core: Save kernel caller name when creating PD and CQ objects by Leon Romanovsky · 7 years ago
  49. e449644 RDMA/core: Use the MODNAME instead of the function name for pd callers by Leon Romanovsky · 7 years ago
  50. beb801a RDMA: Move enum ib_cq_creation_flags to uapi headers by Jason Gunthorpe · 7 years ago
  51. 15cbc51 RDMA/core: Simplify rdma_addr_get_sgid() to not support RoCE by Parav Pandit · 7 years ago
  52. 411460a RDMA/cma: Introduce API to read GIDs for multiple transports by Parav Pandit · 7 years ago
  53. a6532e7 RDMA/core: Clarify rdma_ah_find_type by Parav Pandit · 7 years ago
  54. cd2a6e7 IB/core: Fix ib_wc structure size to remain in 64 bytes boundary by Bodong Wang · 7 years ago
  55. fe75889 RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_paths by Parav Pandit · 7 years ago
  56. 32f69e4 {net, IB}/mlx5: Manage port association for multiport RoCE by Daniel Jurgens · 7 years ago
  57. 8011c1e IB/core: Introduce driver QP type by Moni Shoua · 7 years ago
  58. 06f2597 IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcall by Michael J. Ruhl · 7 years ago
  59. 5084c8f IB/{rdmavt, hfi1, qib}: Self determine driver name by Michael J. Ruhl · 7 years ago
  60. af808ec IB/SA: Check dlid before SA agent queries for ClassPortInfo by Venkata Sandeep Dhanalakota · 7 years ago
  61. f6bdb14 IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc by Parav Pandit · 7 years ago
  62. 4ad6a02 IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_path by Parav Pandit · 7 years ago
  63. dbb1256 IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer by Parav Pandit · 7 years ago
  64. 575c7e5 RDMA/{core, cma}: Simplify rdma_translate_ip by Parav Pandit · 7 years ago
  65. 699a83f IB/core: Removed unused function by Parav Pandit · 7 years ago
  66. 1060f86 IB/{core/cm}: Fix generating a return AH for RoCEE by Parav Pandit · 7 years ago
  67. ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  68. 4190b4e RDMA/core: Rename kernel modify_cq to better describe its usage by Leon Romanovsky · 7 years ago
  69. 18bd907 IB/uverbs: Add CQ moderation capability to query_device by Yonatan Cohen · 7 years ago
  70. 869ddcf IB/uverbs: Allow CQ moderation with modify CQ by Yonatan Cohen · 7 years ago
  71. e08ce2e RDMA/core: Make function rdma_copy_addr return void by Yuval Shaia · 7 years ago
  72. e1d2e88 IB/core: Add PCI write end padding flags for WQ and QP by Noa Osherovich · 7 years ago
  73. fec99ed RDMA/umem: Avoid partial declaration of non-static function by Leon Romanovsky · 7 years ago
  74. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  75. 754137a Merge branch 'for-next-early' into for-next by Doug Ledford · 7 years ago
  76. 9926013 IB/core: Fix calculation of maximum RoCE MTU by Parav Pandit · 7 years ago
  77. c0348eb IB: Let ib_core resolve destination mac address by Parav Pandit · 7 years ago
  78. 5cda658 IB/core: Introduce and use rdma_create_user_ah by Parav Pandit · 7 years ago
  79. 1c3aea2 IB/core: Fix endianness annotation in rdma_is_multicast_addr() by Bart Van Assche · 7 years ago
  80. 9d18717 IB/core: Simplify sa_path_set_[sd]lid() calls by Bart Van Assche · 7 years ago
  81. 7ebfc93 IB/rdmavt: Correct issues with read-mostly and send size cache lines by Sebastian Sanchez · 7 years ago
  82. a917374 IB/core: Use __be32 for LIDs in opa_is_extended_lid by Don Hiatt · 7 years ago
  83. edd3155 IB: Correct MR length field to be 64-bit by Parav Pandit · 7 years ago
  84. 78b1beb IB/core: Fix typo in the name of the tag-matching cap struct by Leon Romanovsky · 7 years ago
  85. ad9a19d Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 7 years ago
  86. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  87. 0062818 rdma core: Add rdma_rw_mr_payload() by Chuck Lever · 7 years ago
  88. 5242711 IB/core: Assign root to all drivers by Matan Barak · 7 years ago
  89. d70724f IB/core: Add legacy driver's user-data by Matan Barak · 7 years ago
  90. 64b19e1 IB/core: Export ioctl enum types to user-space by Matan Barak · 7 years ago
  91. 4da70da IB/core: Explicitly destroy an object while keeping uobject by Matan Barak · 7 years ago
  92. 3541030 IB/core: Add macros for declaring methods and attributes by Matan Barak · 7 years ago
  93. 118620d IB/core: Add uverbs merge trees functionality by Matan Barak · 7 years ago
  94. 09e3ebf IB/core: Add DEVICE object and root tree structure by Matan Barak · 7 years ago
  95. 5009010 IB/core: Declare an object instead of declaring only type attributes by Matan Barak · 7 years ago
  96. fac9658 IB/core: Add new ioctl interface by Matan Barak · 7 years ago
  97. f43dbeb IB/core: Add support to finalize objects in one transaction by Matan Barak · 7 years ago
  98. a0aa309 IB/core: Add a generic way to execute an operation on a uobject by Matan Barak · 7 years ago
  99. 9c2c849 IB/core: Add new SRQ type IB_SRQT_TM by Artemy Kovalyov · 7 years ago
  100. 1a56ff6 IB/core: Separate CQ handle in SRQ context by Artemy Kovalyov · 7 years ago