summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche2015-08-301-9/+5
* ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-12/+4
* IB/srp: Use pd->local_dma_lkeyJason Gunthorpe2015-08-301-1/+1
* iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-23/+11
* IB/iser: Use pd->local_dma_lkeyJason Gunthorpe2015-08-304-5/+5
* IB/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-303-17/+2
* IB/mlx4: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-20/+4
* IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-303-17/+4
* IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-302-24/+3
* IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe2015-08-302-5/+43
* IB/iser: Chain all iser transaction send work requestsSagi Grimberg2015-08-304-77/+99
* IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg2015-08-301-1/+9
* IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg2015-08-305-7/+60
* IB/iser: Pass registration pool a size parameterSagi Grimberg2015-08-303-25/+36
* IB/iser: Unify fast memory registration flowsSagi Grimberg2015-08-303-131/+113
* IB/iser: Make reg_desc_get a per device routineSagi Grimberg2015-08-302-13/+41
* IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg2015-08-301-8/+8
* IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev2015-08-303-54/+68
* IB/iser: Introduce iser registration pool structSagi Grimberg2015-08-303-59/+82
* IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg2015-08-301-21/+17
* IB/iser: Introduce iser_reg_opsSagi Grimberg2015-08-304-45/+75
* IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg2015-08-301-16/+10
* IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg2015-08-303-14/+14
* IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg2015-08-303-81/+91
* IB/iser: Remove an unneeded print for unaligned memorySagi Grimberg2015-08-301-11/+9
* IB/iser: Remove a redundant always-false conditionSagi Grimberg2015-08-301-6/+0
* IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2015-08-302-4/+10
* IB/iser: Get rid of un-maintained countersSagi Grimberg2015-08-301-9/+3
* IB/iser: Fix missing return status check in iser_send_data_outSagi Grimberg2015-08-301-3/+5
* IB/iser: Remove '.' from log messageSagi Grimberg2015-08-301-1/+2
* IB/iser: Change minor assignments and logging printsSagi Grimberg2015-08-301-7/+4
* IB/iser: Change some module parameters to be ROJenny Falkovich2015-08-301-16/+15
* IB/sa: Route SA pathrecord query through netlinkKaike Wan2015-08-301-1/+500
* IB/sa: Allocate SA query with kzallocKaike Wan2015-08-301-4/+4
* IB/core: Add rdma netlink helper functionsKaike Wan2015-08-301-0/+55
* IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche2015-08-301-0/+9
* IB/srp: Bump driver version and release dateBart Van Assche2015-08-301-2/+2
* IB/srp: Handle partial connection success correctlyBart Van Assche2015-08-301-1/+2
* IB/srp: Constify a function argumentBart Van Assche2015-08-301-1/+1
* IB/mlx4: Fix incorrect cq flushing in error stateAriel Nahum2015-08-301-1/+1
* IB/mlx4: Use correct SL on AH query under RoCENoa Osherovich2015-08-301-1/+5
* IB/mlx4: Forbid using sysfs to change RoCE pkeysJack Morgenstein2015-08-301-1/+4
* IB/mlx4: Demote mcg message from warning to debugJack Morgenstein2015-08-301-2/+6
* IB/mlx4: Fix potential deadlock when sending mad to wireJack Morgenstein2015-08-301-3/+4
* IB/core: Remove needless bracketizationDoug Ledford2015-08-301-7/+4
* RDMA/ocrdma: Incorporate the moving of GID Table mgmt to IB/CoreSomnath Kotur2015-08-305-233/+60
* IB/mlx4: Replace mechanism for RoCE GID managementMoni Shoua2015-08-304-494/+35
* IB/mlx4: Implement ib_device callbacksMoni Shoua2015-08-303-3/+253
* net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-302-15/+24
* IB/core: Add RoCE table bonding supportMatan Barak2015-08-301-20/+285