1. 3226944 IB/mlx5: Introduce driver create and destroy flow methods by Yishai Hadas · 6 years ago
  2. 6cd080a IB: Support ib_flow creation in drivers by Yishai Hadas · 6 years ago
  3. 4fca037 IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapi by Jason Gunthorpe · 7 years ago
  4. 528922a IB: Enable uverbs_destroy_def_handler to be used by drivers by Yishai Hadas · 7 years ago
  5. b02289b RDMA: Validate grh_required when handling AVs by Artemy Kovalyov · 7 years ago
  6. 2f944c0 RDMA: Fix storage of PortInfo CapabilityMask in the kernel by Jason Gunthorpe · 7 years ago
  7. d0259e8 IB/uverbs: Remove ib_uobject_file by Jason Gunthorpe · 7 years ago
  8. 6a5e9c8 IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile by Jason Gunthorpe · 7 years ago
  9. 87fc2a6 RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device by Jason Gunthorpe · 7 years ago
  10. 1c77483 IB: Improve uverbs_cleanup_ucontext algorithm by Yishai Hadas · 7 years ago
  11. 1ccddc4 RDMA/verbs: Drop kernel variant of destroy_flow by Leon Romanovsky · 7 years ago
  12. ca576fb RDMA/verbs: Drop kernel variant of create_flow by Leon Romanovsky · 7 years ago
  13. b740321 IB: Make ib_init_ah_attr_from_wc set sgid_attr by Parav Pandit · 7 years ago
  14. 7dc08dc IB/core: Expose ib_ucontext from a given ib_uverbs_file by Yishai Hadas · 7 years ago
  15. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  16. 1a1f460 RDMA: Hold the sgid_attr inside the struct ib_ah/qp by Jason Gunthorpe · 7 years ago
  17. 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
  18. d97099f IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs by Jason Gunthorpe · 7 years ago
  19. 8d9ec9a IB/core: Add a sgid_attr pointer to struct rdma_ah_attr by Jason Gunthorpe · 7 years ago
  20. 1dfce29 IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid by Parav Pandit · 7 years ago
  21. f4df9a7 RDMA: Use GID from the ib_gid_attr during the add_gid() callback by Parav Pandit · 7 years ago
  22. b150c38 IB/core: Introduce GID entry reference counts by Parav Pandit · 7 years ago
  23. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 7 years ago
  24. ca24da0 RDMA/core: introduce check masks for T10-PI offload by Max Gurtovoy · 7 years ago
  25. 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
  26. 7eea23a IB/core: Add support for flow counters by Raed Salem · 7 years ago
  27. 59082a3 IB/core: Support passing uhw for create_flow by Matan Barak · 7 years ago
  28. 51d7a53 IB/core: Introduce counters read verb by Raed Salem · 7 years ago
  29. fa9b180 IB/core: Introduce counters object and its create/destroy by Raed Salem · 7 years ago
  30. 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
  31. 08bb558 IB/core: Make testing MR flags for writability a static inline function by Jack Morgenstein · 7 years ago
  32. b04f0f0 IB/uverbs: Introduce a MPLS steering match filter by Ariel Levkovich · 7 years ago
  33. d90e5e5 IB/uverbs: Introduce a GRE steering match filter by Ariel Levkovich · 7 years ago
  34. 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  35. be934cc IB/uverbs: Add device memory registration ioctl support by Ariel Levkovich · 7 years ago
  36. bee76d7 IB/uverbs: Add alloc/free dm uverbs ioctl support by Ariel Levkovich · 7 years ago
  37. 1d8eeb9 IB/uverbs: Add device memory capabilities reporting by Ariel Levkovich · 7 years ago
  38. 56ab0b3 IB/uverbs: Introduce ESP steering match filter by Matan Barak · 7 years ago
  39. 7d12f8d IB/uverbs: Add modify ESP flow_action by Matan Barak · 7 years ago
  40. 21e82d3 IB/uverbs: Introduce egress flow steering by Boris Pismenny · 7 years ago
  41. 9b82844 IB/uverbs: Add action_handle flow steering specification by Matan Barak · 7 years ago
  42. 2eb9bea IB/uverbs: Add flow_action create and destroy verbs by Matan Barak · 7 years ago
  43. 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
  44. 598ff6b IB/core: Refactor GID modify code for RoCE by Parav Pandit · 7 years ago
  45. 72e1ff0 RDMA/core: Update query_gid documentation for HCA drivers by Parav Pandit · 7 years ago
  46. e945130 IB/core: Protect against concurrent access to hardware stats by Mark Bloch · 7 years ago
  47. 070f2d7 net: Drop NETDEV_UNREGISTER_FINAL by Kirill Tkhai · 7 years ago
  48. c66db31 IB/uverbs: Safely extend existing attributes by Matan Barak · 7 years ago
  49. 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
  50. 80cf79a RDMA/verbs: Remove restrack entry from XRCD structure by Leon Romanovsky · 7 years ago
  51. b19744e IB/core: Remove unimplemented ib_peek_cq by Parav Pandit · 7 years ago
  52. b26c4a1 IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev by Parav Pandit · 7 years ago
  53. 19b1f54 RDMA/verbs: Simplify modify QP check by Leon Romanovsky · 7 years ago
  54. fccec5b RDMA/nldev: provide detailed MR information by Steve Wise · 7 years ago
  55. 87daac6 IB/core: Map iWarp AH type to undefined in rdma_ah_find_type by Don Hiatt · 7 years ago
  56. 02d8883 RDMA/restrack: Add general infrastructure to track RDMA resources by Leon Romanovsky · 7 years ago
  57. f66c8ba RDMA/core: Save kernel caller name when creating PD and CQ objects by Leon Romanovsky · 7 years ago
  58. e449644 RDMA/core: Use the MODNAME instead of the function name for pd callers by Leon Romanovsky · 7 years ago
  59. beb801a RDMA: Move enum ib_cq_creation_flags to uapi headers by Jason Gunthorpe · 7 years ago
  60. a6532e7 RDMA/core: Clarify rdma_ah_find_type by Parav Pandit · 7 years ago
  61. cd2a6e7 IB/core: Fix ib_wc structure size to remain in 64 bytes boundary by Bodong Wang · 7 years ago
  62. 32f69e4 {net, IB}/mlx5: Manage port association for multiport RoCE by Daniel Jurgens · 7 years ago
  63. 8011c1e IB/core: Introduce driver QP type by Moni Shoua · 7 years ago
  64. f6bdb14 IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc by Parav Pandit · 7 years ago
  65. dbb1256 IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layer by Parav Pandit · 7 years ago
  66. 4190b4e RDMA/core: Rename kernel modify_cq to better describe its usage by Leon Romanovsky · 7 years ago
  67. 18bd907 IB/uverbs: Add CQ moderation capability to query_device by Yonatan Cohen · 7 years ago
  68. 869ddcf IB/uverbs: Allow CQ moderation with modify CQ by Yonatan Cohen · 7 years ago
  69. e1d2e88 IB/core: Add PCI write end padding flags for WQ and QP by Noa Osherovich · 7 years ago
  70. c0348eb IB: Let ib_core resolve destination mac address by Parav Pandit · 7 years ago
  71. 5cda658 IB/core: Introduce and use rdma_create_user_ah by Parav Pandit · 7 years ago
  72. edd3155 IB: Correct MR length field to be 64-bit by Parav Pandit · 7 years ago
  73. 78b1beb IB/core: Fix typo in the name of the tag-matching cap struct by Leon Romanovsky · 7 years ago
  74. f808c13 lib/interval_tree: fast overlap detection by Davidlohr Bueso · 7 years ago
  75. fac9658 IB/core: Add new ioctl interface by Matan Barak · 7 years ago
  76. 9c2c849 IB/core: Add new SRQ type IB_SRQT_TM by Artemy Kovalyov · 7 years ago
  77. 1a56ff6 IB/core: Separate CQ handle in SRQ context by Artemy Kovalyov · 7 years ago
  78. 6938fc1e IB/core: Add XRQ capabilities by Artemy Kovalyov · 7 years ago
  79. 78b57f9 RDMA/core: Cleanup device capability enum by Leon Romanovsky · 7 years ago
  80. dcc9881 RDMA/(core, ulp): Convert register/unregister event handler to be void by Leon Romanovsky · 7 years ago
  81. 732912c Merge branch 'k.o/for-4.13-rc' into k.o/for-next by Doug Ledford · 7 years ago
  82. 498ca3c IB/core: Avoid accessing non-allocated memory when inferring port type by Noa Osherovich · 7 years ago
  83. d98bb7f IB/hfi1: Determine 9B/16B L2 header type based on Address handle by Don Hiatt · 7 years ago
  84. 62ede77 Add OPA extended LID support by Hiatt, Don · 7 years ago
  85. d0d62c3 Merge branch 'rdma-netlink' into k.o/merge-test by Doug Ledford · 7 years ago
  86. 3204383 Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-test by Doug Ledford · 7 years ago
  87. 9abb0d1 RDMA: Simplify get firmware interface by Leon Romanovsky · 8 years ago
  88. ecc82c5 RDMA/core: Add and expose static device index by Leon Romanovsky · 8 years ago
  89. c66cd35 RDMA/core: expose affinity mappings per completion vector by Sagi Grimberg · 7 years ago
  90. 7db20ec IB/core: Change wc.slid from 16 to 32 bits by Hiatt, Don · 8 years ago
  91. db58540 IB/core: Change port_attr.sm_lid from 16 to 32 bits by Dasaratharaman Chandramouli · 8 years ago
  92. 582faf3 IB/core: Change port_attr.lid size from 16 to 32 bits by Dasaratharaman Chandramouli · 8 years ago
  93. a5f6672 Merge branch 'misc' into k.o/for-next by Doug Ledford · 7 years ago
  94. f55c1e6 Merge branches 'rxe' and 'mlx' into k.o/for-next by Doug Ledford · 7 years ago
  95. 02984cc IB/core: Enable QP creation with a given source QP number by Yishai Hadas · 8 years ago
  96. 7d9336d IB/core: Introduce delay drop for a WQ by Maor Gottlieb · 8 years ago
  97. d418619 IB/core: Add generic function to extract IB speed from netdev by Yuval Shaia · 8 years ago
  98. 03da084 Merge branch 'hfi1' into k.o/for-4.14 by Doug Ledford · 7 years ago
  99. 7855f58 IB/core: Remove NOIO QP create flag by Leon Romanovsky · 8 years ago
  100. a512c2f IB/core: Introduce modify QP operation with udata by Parav Pandit · 8 years ago