aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-6/+7
2015-01-13infiniband: mlx5: avoid a compile-time warningArnd Bergmann1-1/+1
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai2-12/+12
2015-01-12iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messagesHariprasad Shenai1-39/+39
2015-01-05RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai1-13/+13
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-6/+5
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-793/+886
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2-6/+5
2014-12-15Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-nextRoland Dreier39-439/+2905
2014-12-15IB/mlx5: Implement on demand paging by adding support for MMU notifiersHaggai Eran4-16/+198
2014-12-15IB/mlx5: Add support for RDMA read/write responder page faultsHaggai Eran1-0/+79
2014-12-15IB/mlx5: Handle page faultsHaggai Eran1-0/+408
2014-12-15IB/mlx5: Page faults handling infrastructureHaggai Eran5-21/+293
2014-12-15IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creationHaggai Eran3-8/+148
2014-12-15IB/mlx5: Changes in memory region creation to support on-demand pagingHaggai Eran3-18/+85
2014-12-15IB/mlx5: Implement the ODP capability query verbHaggai Eran4-0/+83
2014-12-15IB/srp: Allow newline separator for connection stringSagi Grimberg1-1/+1
2014-12-15IB/core: Implement support for MMU notifiers regarding on demand paging regionsHaggai Eran6-12/+483
2014-12-15IB/core: Add support for on demand paging regionsShachar Raindel5-0/+341
2014-12-15IB/core: Add flags for on demand paging supportSagi Grimberg3-3/+40
2014-12-15IB/core: Add support for extended query device capsEli Cohen3-42/+86
2014-12-15IB/mlx5: Add function to read WQE from user-spaceHaggai Eran2-0/+73
2014-12-15IB/core: Add umem function to read data from user-spaceHaggai Eran1-0/+34
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran7-11/+11
2014-12-15IB/mlx5: Enhance UMR support to allow partial page table updateHaggai Eran3-48/+96
2014-12-15IB/mlx5: Remove per-MR pas and dma pointersHaggai Eran2-11/+12
2014-12-15RDMA/ocrdma: Always resolve destination mac from GRH for UD QPsDevesh Sharma1-4/+1
2014-12-15RDMA/ocrdma: Fix ocrdma_query_qp() to report q_key value for UD QPsMitesh Ahuja1-0/+2
2014-12-15IB/mlx4: Fix an incorrectly shadowed variable in mlx4_ib_rereg_user_mrJack Morgenstein1-1/+0
2014-12-15IB/iser: Bump version to 1.5Or Gerlitz1-1/+1
2014-12-15IB/iser: DIX updateSagi Grimberg2-57/+26
2014-12-15IB/iser: Micro-optimize iser_handle_wcSagi Grimberg1-1/+1
2014-12-15IB/iser: Micro-optimize iser loggingSagi Grimberg1-8/+5
2014-12-15IB/iser: Use more completion queuesSagi Grimberg2-4/+12
2014-12-15IB/iser: Remove redundant is_mr indicatorSagi Grimberg3-13/+4
2014-12-15IB/iser: Centralize memory region invalidation to a functionSagi Grimberg1-16/+16
2014-12-15IB/iser: Terminate connection before cleaning inflight tasksSagi Grimberg1-1/+1
2014-12-15IB/iser: Fix race between iser connection teardown and scsi TMFsSagi Grimberg1-8/+41
2014-12-15IB/iser: Fix possible NULL derefernce ib_conn->device in session_createAriel Nahum1-4/+18
2014-12-15IB/iser: Fix sparse warningsSagi Grimberg2-8/+8
2014-12-15IB/iser: Fix possible SQ overflowMax Gurtovoy2-3/+5
2014-12-15IB/iser: Decrement CQ's active QPs accounting when QP creation failsSagi Grimberg1-0/+4
2014-12-15IB/iser: Collapse cleanup and disconnect handlersAriel Nahum1-8/+11
2014-12-15IB/iser: Fix catastrophic error flow hangSagi Grimberg1-1/+3
2014-12-15IB/iser: Re-adjust CQ and QP send ring sizes to HW limitsMinh Tran3-8/+38
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford3-17/+16
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford3-15/+12
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford6-34/+58
2014-12-15IPoIB: change init sequence orderingDoug Ledford1-7/+17
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32