1. a46a280 IB/qib: Fix checkpatch warnings by Mike Marciniszyn · 10 years ago
  2. 041af0b IB/qib: Fix sizeof checkpatch warnings by Mike Marciniszyn · 10 years ago
  3. 590c3fe IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.c by Andreea-Cristina Bernat · 10 years ago
  4. 03c8859 IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.c by Andreea-Cristina Bernat · 10 years ago
  5. 0e6bbba IB/qib: Add support for the new QMH7360 card by Vinit Agnihotri · 10 years ago
  6. 18c0b82 IB/qib: Do not write EEPROM by Mitko Haralanov · 10 years ago
  7. d652222 IB/ipath: Remove unused function in ipath_wc_ppc64 by Rickard Strandqvist · 10 years ago
  8. 43c61165 Revert "IB/core: Add support for extended query device caps" by Yann Droneaud · 10 years ago
  9. dc6d684 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  10. ecb7b12 Merge branches 'ipoib' and 'odp' into for-next by Roland Dreier · 10 years ago
  11. 7e36ef8 IB/core: Temporarily disable ex_query_device uverb by Haggai Eran · 10 years ago
  12. 4143a95 Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue" by Roland Dreier · 10 years ago
  13. c6a7ec7 Revert "IPoIB: Make the carrier_on_task race aware" by Roland Dreier · 10 years ago
  14. e7a623d Revert "IPoIB: fix MCAST_FLAG_BUSY usage" by Roland Dreier · 10 years ago
  15. 962121b Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race" by Roland Dreier · 10 years ago
  16. bb75963 Revert "IPoIB: change init sequence ordering" by Roland Dreier · 10 years ago
  17. 0306eda Revert "IPoIB: Use dedicated workqueues per interface" by Roland Dreier · 10 years ago
  18. 4e0ab20 Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue" by Roland Dreier · 10 years ago
  19. a84544a Revert "IPoIB: No longer use flush as a parameter" by Roland Dreier · 10 years ago
  20. 5eff6da net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steering by Or Gerlitz · 10 years ago
  21. cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  22. ed55635 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  23. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  24. a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago
  25. b4cfe44 IB/mlx5: Implement on demand paging by adding support for MMU notifiers by Haggai Eran · 10 years ago
  26. eab668a IB/mlx5: Add support for RDMA read/write responder page faults by Haggai Eran · 10 years ago
  27. 7bdf65d IB/mlx5: Handle page faults by Haggai Eran · 10 years ago
  28. 6aec21f IB/mlx5: Page faults handling infrastructure by Haggai Eran · 10 years ago
  29. 832a6b0 IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation by Haggai Eran · 10 years ago
  30. cc149f75 IB/mlx5: Changes in memory region creation to support on-demand paging by Haggai Eran · 10 years ago
  31. 8cdd312 IB/mlx5: Implement the ODP capability query verb by Haggai Eran · 10 years ago
  32. 7dcf9c1 IB/srp: Allow newline separator for connection string by Sagi Grimberg · 10 years ago
  33. 882214e IB/core: Implement support for MMU notifiers regarding on demand paging regions by Haggai Eran · 10 years ago
  34. 8ada2c1 IB/core: Add support for on demand paging regions by Shachar Raindel · 10 years ago
  35. 860f10a IB/core: Add flags for on demand paging support by Sagi Grimberg · 10 years ago
  36. 5a77abf IB/core: Add support for extended query device caps by Eli Cohen · 10 years ago
  37. c1395a2 IB/mlx5: Add function to read WQE from user-space by Haggai Eran · 10 years ago
  38. c5d76f1 IB/core: Add umem function to read data from user-space by Haggai Eran · 10 years ago
  39. 406f9e5 IB/core: Replace ib_umem's offset field with a full address by Haggai Eran · 10 years ago
  40. 968e78d IB/mlx5: Enhance UMR support to allow partial page table update by Haggai Eran · 10 years ago
  41. 21af2c3 IB/mlx5: Remove per-MR pas and dma pointers by Haggai Eran · 10 years ago
  42. e5f0508 RDMA/ocrdma: Always resolve destination mac from GRH for UD QPs by Devesh Sharma · 10 years ago
  43. 95bf009 RDMA/ocrdma: Fix ocrdma_query_qp() to report q_key value for UD QPs by Mitesh Ahuja · 10 years ago
  44. 9f35e89 IB/mlx4: Fix an incorrectly shadowed variable in mlx4_ib_rereg_user_mr by Jack Morgenstein · 10 years ago
  45. 056da88 IB/iser: Bump version to 1.5 by Or Gerlitz · 10 years ago
  46. 5bb6e54 IB/iser: DIX update by Sagi Grimberg · 10 years ago
  47. 06c7fb6 IB/iser: Micro-optimize iser_handle_wc by Sagi Grimberg · 10 years ago
  48. 60e2090 IB/iser: Micro-optimize iser logging by Sagi Grimberg · 10 years ago
  49. da64bdb IB/iser: Use more completion queues by Sagi Grimberg · 10 years ago
  50. 7e1fd4d IB/iser: Remove redundant is_mr indicator by Sagi Grimberg · 10 years ago
  51. a11b3e6 IB/iser: Centralize memory region invalidation to a function by Sagi Grimberg · 10 years ago
  52. f0caef6 IB/iser: Terminate connection before cleaning inflight tasks by Sagi Grimberg · 10 years ago
  53. 7414dde IB/iser: Fix race between iser connection teardown and scsi TMFs by Sagi Grimberg · 10 years ago
  54. 3f562a0 IB/iser: Fix possible NULL derefernce ib_conn->device in session_create by Ariel Nahum · 10 years ago
  55. 49df278 IB/iser: Fix sparse warnings by Sagi Grimberg · 10 years ago
  56. 6ec9d4d IB/iser: Fix possible SQ overflow by Max Gurtovoy · 10 years ago
  57. 93acb7b IB/iser: Decrement CQ's active QPs accounting when QP creation fails by Sagi Grimberg · 10 years ago
  58. 5426b17 IB/iser: Collapse cleanup and disconnect handlers by Ariel Nahum · 10 years ago
  59. 16df2a2 IB/iser: Fix catastrophic error flow hang by Sagi Grimberg · 10 years ago
  60. f4641ef IB/iser: Re-adjust CQ and QP send ring sizes to HW limits by Minh Tran · 10 years ago
  61. ce347ab IPoIB: No longer use flush as a parameter by Doug Ledford · 10 years ago
  62. bb42a6d IPoIB: Make ipoib_mcast_stop_thread flush the workqueue by Doug Ledford · 10 years ago
  63. 5141861 IPoIB: Use dedicated workqueues per interface by Doug Ledford · 10 years ago
  64. 3bcce48 IPoIB: change init sequence ordering by Doug Ledford · 10 years ago
  65. e5d1dcf IPoIB: fix mcast_dev_flush/mcast_restart_task race by Doug Ledford · 10 years ago
  66. 016d9fb IPoIB: fix MCAST_FLAG_BUSY usage by Doug Ledford · 10 years ago
  67. 67d7209 IPoIB: Make the carrier_on_task race aware by Doug Ledford · 10 years ago
  68. afe1de6 IPoIB: Consolidate rtnl_lock tasks in workqueue by Doug Ledford · 10 years ago
  69. e6b1116 RDMA/cxgb4: Handle NET_XMIT return codes by Hariprasad S · 10 years ago
  70. 5b341808 RDMA/cxgb4: Wake up waiters after flushing the qp by Steve Wise · 10 years ago
  71. 2550a88 RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devices by Hariprasad Shenai · 10 years ago
  72. 10be6b4 RDMA/cxgb4: Fix locking issue in process_mpa_request by Hariprasad Shenai · 10 years ago
  73. 123bc2a RDMA/cxgb4: Configure 0B MRs to match HW implementation by Pramod Kumar · 10 years ago
  74. 63a71ba RDMA/cxgb4: Increase epd buff size for debug interface by Pramod Kumar · 10 years ago
  75. 346f98b IB/addr: Improve address resolution callback scheduling by Or Kehati · 10 years ago
  76. 514f3dd IB/core: Fix mgid key handling in SA agent multicast data-base by Jack Morgenstein · 10 years ago
  77. c1bd6cd IB/core: Do not resolve VLAN if already resolved by Moni Shoua · 10 years ago
  78. ed4520a iser-target: Fix wc->wr_id cast warning by Nicholas Bellinger · 10 years ago
  79. 10633c3 iser-target: Remove code duplication by Sagi Grimberg · 10 years ago
  80. 4c22e07 iser-target: Adjust log levels and prettify some prints by Sagi Grimberg · 10 years ago
  81. 24f412d iser-target: Use debug_level parameter to control logging level by Sagi Grimberg · 10 years ago
  82. 991bb76 iser-target: Fix logout sequence by Sagi Grimberg · 10 years ago
  83. c7e160e iser-target: Don't wait for session commands from completion context by Sagi Grimberg · 10 years ago
  84. 36ea63b iser-target: Reduce CQ lock contention by batch polling by Sagi Grimberg · 10 years ago
  85. 37d9fe8 iser-target: Introduce isert_poll_budget by Sagi Grimberg · 10 years ago
  86. bdf20e7 iser-target: Remove an atomic operation from the IO path by Sagi Grimberg · 10 years ago
  87. 377d8f5 iser-target: Remove redundant call to isert_conn_terminate by Sagi Grimberg · 10 years ago
  88. 6f0fae3 iser-target: Use single CQ for TX and RX by Sagi Grimberg · 10 years ago
  89. 4a295ba iser-target: Centralize completion elements to a context by Sagi Grimberg · 10 years ago
  90. b0a191e iser-target: Cast wr_id with uintptr_t instead of unsinged long by Sagi Grimberg · 10 years ago
  91. df43deb iser-target: Unite error completion handler for RX and TX by Sagi Grimberg · 10 years ago
  92. 68a86de iser-target: Remove interrupt coalescing by Sagi Grimberg · 10 years ago
  93. 268e681 iser-target: Work-around live target stack shutdown resource cleanup by Sagi Grimberg · 10 years ago
  94. 23a548e iscsi,iser-target: Expose supported protection ops according to t10_pi by Sagi Grimberg · 10 years ago
  95. 302cc7c iser-target: Fix NULL dereference in SW mode DIF by Sagi Grimberg · 10 years ago
  96. 570db17 iser-target: Allocate PI contexts dynamically by Sagi Grimberg · 10 years ago
  97. b02efbf iser-target: Fix implicit termination of connections by Sagi Grimberg · 10 years ago
  98. ca6c1d8 iser-target: Handle ADDR_CHANGE event for listener cm_id by Sagi Grimberg · 10 years ago
  99. 19e2090 iser-target: Fix connected_handler + teardown flow race by Sagi Grimberg · 10 years ago
  100. 2371e5d iser-target: Parallelize CM connection establishment by Sagi Grimberg · 10 years ago