1. 8a187ee IB/mlx5: Support the new memory registration API by Sagi Grimberg · 10 years ago
  2. a706000 IB/mlx5: Remove dead fmr code by Sagi Grimberg · 10 years ago
  3. 25556ae IB: remove xrc_remote_srq_num from struct ib_send_wr by Christoph Hellwig · 10 years ago
  4. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 10 years ago
  5. 81fb5e2 IB/mlx5: Remove pa_lkey usages by Sagi Grimberg · 10 years ago
  6. c6790aa IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY by Sagi Grimberg · 10 years ago
  7. b636401 mlx5: Fix incorrect wc pkey_index assignment for GSI messages by Sagi Grimberg · 10 years ago
  8. 11d7480 IB/mlx5: avoid destroying a NULL mr in reg_user_mr error flow by Haggai Eran · 10 years ago
  9. b37c788 IB/mlx5: Remove ib_get_dma_mr calls by Jason Gunthorpe · 10 years ago
  10. b3778ba mlx5: Drop mlx5_ib_alloc_fast_reg_mr by Sagi Grimberg · 10 years ago
  11. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 10 years ago
  12. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 10 years ago
  13. 18ebd40 mlx4, mlx5, mthca: Expose max_sge_rd correctly by Sagi Grimberg · 10 years ago
  14. d6c7276 IB/mlx5: Remove dead code from alloc_cached_mr() by Roland Dreier · 10 years ago
  15. e0238a6 mlx5: Expose correct page_size_cap in device attributes by Sagi Grimberg · 10 years ago
  16. a3c8742 mlx5: Fix missing device local_dma_lkey by Sagi Grimberg · 10 years ago
  17. 3b8ab70 IB/mad: Remove improper use of BUG_ON by Ira Weiny · 10 years ago
  18. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  19. 4cd7c94 IB/mad: Add support for additional MAD info to/from drivers by Ira Weiny · 10 years ago
  20. 337877a IB/core: Add ability for drivers to report an alternate MAD size. by Ira Weiny · 10 years ago
  21. 2528e33 IB/core: Pass hardware specific data in query_device by Matan Barak · 10 years ago
  22. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 10 years ago
  23. bcf4c1e IB/core: Change provider's API of create_cq to be extendible by Matan Barak · 10 years ago
  24. facc969 net/mlx5e: Fix HW MTU settings by Saeed Mahameed · 10 years ago
  25. 4aa17b2 mlx5: Enable mutual support for IB and Ethernet by Haggai Abramonvsky · 10 years ago
  26. 647241e IB/mlx5: Don't create IB instance over Ethernet ports by Majd Dibbiny · 10 years ago
  27. 1b5daf1 IB/mlx5: Avoid using the MAD_IFC command under ISSI > 0 mode by Majd Dibbiny · 10 years ago
  28. 01949d0 net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0 by Haggai Abramonvsky · 10 years ago
  29. a97e2d8 IB/core cleanup: Add const on args - device->process_mad by Ira Weiny · 10 years ago
  30. f62b8bb net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality by Amir Vadai · 10 years ago
  31. 938fe83 net/mlx5_core: New device capabilities handling by Saeed Mahameed · 10 years ago
  32. 64ffaa2 net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memory by Amir Vadai · 10 years ago
  33. f9b22e3 IB/core: Convert core to use bitfield for caps by Ira Weiny · 10 years ago
  34. 7738613 IB/core: Add per port immutable struct to ib_device by Ira Weiny · 10 years ago
  35. 6b90a6d IB/Verbs: Implement new callback query_protocol() by Michael Wang · 10 years ago
  36. f4f01b5 infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> uses by Joe Perches · 10 years ago
  37. 64613d94 net/mlx5_core: Extend struct mlx5_interface to support multiple protocols by Saeed Mahameed · 10 years ago
  38. ce0f750 net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driver by Saeed Mahameed · 10 years ago
  39. 233d05d net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_core by Saeed Mahameed · 10 years ago
  40. 6cf0a15 IB/mlx5: Fix Mellanox copyright note by Saeed Mahameed · 10 years ago
  41. b812b54 net/mlx5_core: Clear doorbell record inside mlx5_db_alloc() by Saeed Mahameed · 10 years ago
  42. 7bef7ad net/mlx5_core: Coding style fix by Eli Cohen · 10 years ago
  43. c3c6c9c net/mlx5_core: Fix call to mlx5_core_qp_modify by Haggai Abramonvsky · 10 years ago
  44. b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  45. 147d1da Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-next by Roland Dreier · 10 years ago
  46. 1707cb4 IB/mlx5: Enable the ODP capability query verb by Haggai Eran · 11 years ago
  47. 7eae20d IB/mlx5: Update the dev in reg_create by Majd Dibbiny · 11 years ago
  48. f614fc1 IB/mlx5: Fix error code in get_port_caps() by Dan Carpenter · 11 years ago
  49. c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  50. 43c61165 Revert "IB/core: Add support for extended query device caps" by Yann Droneaud · 11 years ago
  51. 7835bfb infiniband: mlx5: avoid a compile-time warning by Arnd Bergmann · 11 years ago
  52. b4cfe44 IB/mlx5: Implement on demand paging by adding support for MMU notifiers by Haggai Eran · 11 years ago
  53. eab668a IB/mlx5: Add support for RDMA read/write responder page faults by Haggai Eran · 11 years ago
  54. 7bdf65d IB/mlx5: Handle page faults by Haggai Eran · 11 years ago
  55. 6aec21f IB/mlx5: Page faults handling infrastructure by Haggai Eran · 11 years ago
  56. 832a6b0 IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation by Haggai Eran · 11 years ago
  57. cc149f75 IB/mlx5: Changes in memory region creation to support on-demand paging by Haggai Eran · 11 years ago
  58. 8cdd312 IB/mlx5: Implement the ODP capability query verb by Haggai Eran · 11 years ago
  59. c1395a2 IB/mlx5: Add function to read WQE from user-space by Haggai Eran · 11 years ago
  60. 968e78d IB/mlx5: Enhance UMR support to allow partial page table update by Haggai Eran · 11 years ago
  61. 21af2c3 IB/mlx5: Remove per-MR pas and dma pointers by Haggai Eran · 11 years ago
  62. d14e711 mlx5: Fix error flow in add_keys by Eli Cohen · 11 years ago
  63. 6a4f139 mlx5: Fix sparse warnings by Eli Cohen · 11 years ago
  64. 479163f mlx5: don't duplicate kvfree() by Al Viro · 11 years ago
  65. 2eb7f91 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  66. 7b909bb Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-next by Roland Dreier · 11 years ago
  67. 78eda2b IB/mlx5, iser, isert: Add Signature API additions by Sagi Grimberg · 11 years ago
  68. 142537f IB/mlx5: Use extended internal signature layout by Sagi Grimberg · 11 years ago
  69. fd22f78 IB/mlx5: Use enumerations for PI copy mask by Sagi Grimberg · 11 years ago
  70. f39f869 IB/mlx5: Modify to work with arbitrary page size by Yishai Hadas · 11 years ago
  71. f83b426 IB/mlx5: Remove duplicate code from mlx5_set_path by Eli Cohen · 11 years ago
  72. 1c3ce90 IB/mlx5: Fix possible array overflow by Eli Cohen · 11 years ago
  73. 900a6d7 IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr by Eli Cohen · 11 years ago
  74. eefd56e IB/mlx5: Clear umr resources after ib_unregister_device by Eli Cohen · 11 years ago
  75. c7a08ac net/mlx5_core: Update device capabilities handling by Eli Cohen · 11 years ago
  76. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  77. a8f731e IB/mlx5: Use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 11 years ago
  78. 4d2f9bb mlx5: Adjust events to use unsigned long param instead of void * by Jack Morgenstein · 11 years ago
  79. f241e74 mlx5: minor fixes (mainly avoidance of hidden casts) by Jack Morgenstein · 11 years ago
  80. 9603b61 mlx5: Move pci device handling from mlx5_ib to mlx5_core by Jack Morgenstein · 11 years ago
  81. 652c1a0 IB/mlx5: Enable "block multicast loopback" for kernel consumers by Or Gerlitz · 11 years ago
  82. 6c9b5d9 IB/mlx5: Fix warning about cast of wr_id back to pointer on 32 bits by Roland Dreier · 11 years ago
  83. 43bc889 IB/mlx5: add missing padding at end of struct mlx5_ib_create_srq by Yann Droneaud · 11 years ago
  84. a8237b3 IB/mlx5: add missing padding at end of struct mlx5_ib_create_cq by Yann Droneaud · 11 years ago
  85. a74d241 IB/mlx5: Refactor UMR to have its own context struct by Shachar Raindel · 11 years ago
  86. 48fea83 IB/mlx5: Set QP offsets and parameters for user QPs and not just for kernel QPs by Haggai Eran · 11 years ago
  87. b475598 mlx5_core: Store MR attributes in mlx5_mr_core during creation and after UMR by Haggai Eran · 11 years ago
  88. 8605933 IB/mlx5: Add MR to radix tree in reg_mr_callback by Haggai Eran · 11 years ago
  89. 096f7e7 IB/mlx5: Fix error handling in reg_umr by Haggai Eran · 11 years ago
  90. c7f44fb mlx5_core: Copy DIF fields only when input and output space values match by Sagi Grimberg · 11 years ago
  91. 5c273b1 mlx5_core: Simplify signature handover wqe for interleaved buffers by Sagi Grimberg · 11 years ago
  92. 8524867 mlx5_core: Fix signature handover operation for interleaved buffers by Sagi Grimberg · 11 years ago
  93. f360d88 IB/mlx5: Add block multicast loopback support by Eli Cohen · 11 years ago
  94. 877f075 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  95. 2dea909 IB/mlx5: Expose support for signature MR feature by Sagi Grimberg · 11 years ago
  96. d5436ba IB/mlx5: Collect signature error completion by Sagi Grimberg · 11 years ago
  97. e663181 IB/mlx5: Support IB_WR_REG_SIG_MR by Sagi Grimberg · 11 years ago
  98. 2ac4593 IB/mlx5: Remove MTT access mode from umr flags helper function by Sagi Grimberg · 11 years ago
  99. 6e5eadace IB/mlx5: Break up wqe handling into begin & finish routines by Sagi Grimberg · 11 years ago
  100. e1e66cc IB/mlx5: Initialize mlx5_ib_qp signature-related members by Sagi Grimberg · 11 years ago