1. db7489e IB/core, cma: Make __attribute_const__ declarations sparse-friendly by Bart Van Assche · 9 years ago
  2. 39bfc27 IB/core: Remove old fast registration API by Sagi Grimberg · 9 years ago
  3. 4c67e2b IB/core: Introduce new fast registration API by Sagi Grimberg · 9 years ago
  4. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  5. aa744cc IB/core: Remove smac and vlan id from qp_attr and ah_attr by Matan Barak · 9 years ago
  6. 55ee3ab IB/core: Add netdev and gid attributes paramteres to cache by Matan Barak · 9 years ago
  7. 25556ae IB: remove xrc_remote_srq_num from struct ib_send_wr by Christoph Hellwig · 9 years ago
  8. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  9. 470a553 IB/core: Add support of checksum capability reporting for RC and RAW by Bodong Wang · 9 years ago
  10. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  11. 036b106 IB/uverbs: Enable device removal when there are active user space applications by Yishai Hadas · 9 years ago
  12. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  13. 96249d7 IB/core: Guarantee that a local_dma_lkey is available by Jason Gunthorpe · 9 years ago
  14. e26be1b IB/mlx4: Implement ib_device callbacks by Moni Shoua · 9 years ago
  15. 03db3a2 IB/core: Add RoCE GID table management by Matan Barak · 9 years ago
  16. d9f272c IB/core: Drop ib_alloc_fast_reg_mr by Sagi Grimberg · 9 years ago
  17. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 9 years ago
  18. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 9 years ago
  19. 9268f72 IB/core: Find the network device matching connection parameters by Yotam Kenneth · 9 years ago
  20. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  21. 3403051 RDMA/Core: remove rdma_cap_read_multi_sge() helper by Steve Wise · 9 years ago
  22. 1241d7bf core: Remove the ib_reg_phys_mr() and ib_rereg_phys_mr() verbs by Chuck Lever · 9 years ago
  23. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  24. 65995fe IB/core: Add OPA MAD core capability flag by Ira Weiny · 9 years ago
  25. 4cd7c94 IB/mad: Add support for additional MAD info to/from drivers by Ira Weiny · 9 years ago
  26. 337877a IB/core: Add ability for drivers to report an alternate MAD size. by Ira Weiny · 9 years ago
  27. 2528e33 IB/core: Pass hardware specific data in query_device by Matan Barak · 9 years ago
  28. 24306dc IB/core: Add timestamp_mask and hca_core_clock to query_device by Matan Barak · 9 years ago
  29. b9926b9 IB/core: Add CQ creation time-stamping flag by Matan Barak · 9 years ago
  30. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  31. bcf4c1e IB/core: Change provider's API of create_cq to be extendible by Matan Barak · 9 years ago
  32. db75d05 IB/core: Don't advertise SA in RoCE port capabilities by Moni Shoua · 9 years ago
  33. 73cdaae IB/core cleanup: Add const to args - agent_send_response by Ira Weiny · 9 years ago
  34. a97e2d8 IB/core cleanup: Add const on args - device->process_mad by Ira Weiny · 9 years ago
  35. 5ede928 IB/core cleanup: Add const to RDMA helpers by Ira Weiny · 9 years ago
  36. 175e8ef Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2 by Doug Ledford · 9 years ago
  37. 5d9fb04 IB/core: Change rdma_protocol_iboe to roce by Ira Weiny · 9 years ago
  38. f9b22e3 IB/core: Convert core to use bitfield for caps by Ira Weiny · 9 years ago
  39. 7738613 IB/core: Add per port immutable struct to ib_device by Ira Weiny · 9 years ago
  40. 2b1b5b6 IB/core, cma: Nice log-friendly string helpers by Sagi Grimberg · 9 years ago
  41. 0cf18d7 IB/core: Create common start/end port functions by Ira Weiny · 9 years ago
  42. 296ec00 IB/Verbs: Improve docs for rdma-helpers by Michael Wang · 9 years ago
  43. 227128f IB/Verbs: Use management helper rdma_cap_eth_ah() by Michael Wang · 9 years ago
  44. 30a74ef IB/Verbs: Use management helper rdma_cap_af_ib() by Michael Wang · 9 years ago
  45. bc0f1d7 IB/Verbs: Use management helper rdma_cap_read_multi_sge() by Michael Wang · 9 years ago
  46. a31ad3b IB/Verbs: Use management helper rdma_cap_ib_mcast() by Michael Wang · 9 years ago
  47. fe53ba2 IB/Verbs: Use management helper rdma_cap_ib_sa() by Michael Wang · 9 years ago
  48. 0421533 IB/Verbs: Use management helper rdma_cap_iw_cm() by Michael Wang · 9 years ago
  49. 72219cea IB/Verbs: Use management helper rdma_cap_ib_cm() by Michael Wang · 9 years ago
  50. 29541e3 IB/Verbs: Use management helper rdma_cap_ib_smi() by Michael Wang · 9 years ago
  51. c757dea IB/Verbs: Use management helper rdma_cap_ib_mad() by Michael Wang · 9 years ago
  52. de66be9 IB/Verbs: Implement raw management helpers by Michael Wang · 9 years ago
  53. 6b90a6d IB/Verbs: Implement new callback query_protocol() by Michael Wang · 9 years ago
  54. 43c61165 Revert "IB/core: Add support for extended query device caps" by Yann Droneaud · 9 years ago
  55. 882214e IB/core: Implement support for MMU notifiers regarding on demand paging regions by Haggai Eran · 10 years ago
  56. 8ada2c1 IB/core: Add support for on demand paging regions by Shachar Raindel · 10 years ago
  57. 860f10a IB/core: Add flags for on demand paging support by Sagi Grimberg · 10 years ago
  58. 5a77abf IB/core: Add support for extended query device caps by Eli Cohen · 10 years ago
  59. 78eda2b IB/mlx5, iser, isert: Add Signature API additions by Sagi Grimberg · 10 years ago
  60. 7e6edb9 IB/core: Add user MR re-registration support by Matan Barak · 10 years ago
  61. eeaddf3 Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  62. 8385fd8 IB/core: Fix sparse warnings about redeclared functions by Roland Dreier · 10 years ago
  63. 09b9308 IB: Add a QP creation flag to use GFP_NOIO allocations by Or Gerlitz · 10 years ago
  64. f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  65. ea58a59 IB/core: Remove overload in ib_sg_dma* by Mike Marciniszyn · 10 years ago
  66. 1b01d33 IB/core: Introduce signature verbs API by Sagi Grimberg · 10 years ago
  67. 17cd3a2 IB/core: Introduce protected memory regions by Sagi Grimberg · 10 years ago
  68. b4a26a2 IB: Report using RoCE IP based gids in port caps by Moni Shoua · 10 years ago
  69. fb1b503 Merge branch 'ip-roce' into for-next by Roland Dreier · 11 years ago
  70. 8f39992 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
  71. 5db5765 IB/core: Add support for RDMA_NODE_USNIC_UDP by Upinder Malhi · 11 years ago
  72. dd5f03b IB/core: Ethernet L2 attributes in verbs/cm structures by Matan Barak · 11 years ago
  73. 240ae00 IB/core: Add support for IB L2 device-managed steering by Matan Barak · 11 years ago
  74. 90f1d1b IB/core: Add flow steering support for IPoIB UD traffic by Matan Barak · 11 years ago
  75. 248567f IB/core: Add RDMA_TRANSPORT_USNIC_UDP by Upinder Malhi · 11 years ago
  76. 309243e IB/core: const'ify inbuf in struct ib_udata by Yann Droneaud · 11 years ago
  77. b4fdf52 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  78. f21519b IB/core: extended command: an improved infrastructure for uverbs commands by Yann Droneaud · 11 years ago
  79. 1c636f8 IB/core: Encorce MR access rights rules on kernel consumers by Eli Cohen · 11 years ago
  80. 180771a IB/core: Add Cisco usNIC rdma node and transport types by Upinder Malhi \(umalhi\) · 11 years ago
  81. 82af24a Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next by Roland Dreier · 11 years ago
  82. 22878db IB/core: Better checking of userspace values for receive flow steering by Matan Barak · 11 years ago
  83. 436f2ad IB/core: Export ib_create/destroy_flow through uverbs by Hadar Hen Zion · 11 years ago
  84. 319a441 IB/core: Add receive flow steering support by Hadar Hen Zion · 11 years ago
  85. 73c40c6 IB/core: Add locking around event dispatching on XRC target QPs by Yishai Hadas · 11 years ago
  86. 0134f16 IB/core: Add reserved values to enums for low-level driver use by Jack Morgenstein · 11 years ago
  87. 7083e42 IB/core: Add "type 2" memory windows support by Shani Michaeli · 11 years ago
  88. d2b5706 IB/core: Reserve bits in enum ib_qp_create_flags for low-level driver use by Jack Morgenstein · 12 years ago
  89. cc16916 Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'ocrdma', 'qib' and 'raw-qp' into for-linus by Roland Dreier · 12 years ago
  90. c938a61 IB/core: Add raw packet QP type by Or Gerlitz · 12 years ago
  91. c3bccbfb IB/core: Use qp->usecnt to track multicast attach/detach by Or Gerlitz · 12 years ago
  92. d927d50 IB: Change CQE "csum_ok" field to a bit flag by Or Gerlitz · 13 years ago
  93. 2e96691 IB: Use central enum for speed instead of hard-coded values by Or Gerlitz · 12 years ago
  94. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
  95. 0e0ec7e RDMA/core: Export ib_open_qp() to share XRC TGT QPs by Sean Hefty · 13 years ago
  96. 53d0bd1 RDMA/uverbs: Export XRC domains to user space by Sean Hefty · 13 years ago
  97. d3d72d9 RDMA/verbs: Cleanup XRC TGT QPs when destroying XRCD by Sean Hefty · 13 years ago
  98. b42b63c RDMA/core: Add XRC QPs by Sean Hefty · 13 years ago
  99. 418d513 RDMA/core: Add XRC SRQ type by Sean Hefty · 13 years ago
  100. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago