aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-25IB/ipoib: increase the max mcast backlog queueDoug Ledford1-1/+1
2015-09-25IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford1-10/+12
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter3-2/+22
2015-09-25IB/iser: Add module parameter for always register memorySagi Grimberg4-14/+31
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-25/+4
2015-09-03IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe1-2/+10
2015-09-03IB/ipoib: Clean up send-only multicast joinsDoug Ledford1-11/+27
2015-09-03IB/srp: Fix possible protection faultSagi Grimberg1-6/+10
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe2-4/+2
2015-08-30IB/srp: Create an insecure all physical rkey only if neededBart Van Assche2-19/+25
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche2-3/+58
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche2-11/+12
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche1-21/+15
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche2-55/+13
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche2-6/+20
2015-08-30IB/srp: Use multiple registrations for large memory regionsBart Van Assche1-10/+0
2015-08-30IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche1-9/+5
2015-08-30ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe2-12/+4
2015-08-30IB/srp: Use pd->local_dma_lkeyJason Gunthorpe1-1/+1
2015-08-30iser-target: Remove ib_get_dma_mr callsJason Gunthorpe2-23/+11
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe4-5/+5
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+4
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg4-77/+99
2015-08-30IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg1-1/+9
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg5-7/+60
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg3-25/+36
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg3-131/+113
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg2-13/+41
2015-08-30IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg1-8/+8
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev3-54/+68
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg3-59/+82
2015-08-30IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg1-21/+17
2015-08-30IB/iser: Introduce iser_reg_opsSagi Grimberg4-45/+75
2015-08-30IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg1-16/+10
2015-08-30IB/iser: Rename struct fast_reg_descriptor -> iser_fr_descSagi Grimberg3-14/+14
2015-08-30IB/iser: Introduce struct iser_reg_resourcesSagi Grimberg3-81/+91
2015-08-30IB/iser: Remove an unneeded print for unaligned memorySagi Grimberg1-11/+9
2015-08-30IB/iser: Remove a redundant always-false conditionSagi Grimberg1-6/+0
2015-08-30IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2-4/+10
2015-08-30IB/iser: Get rid of un-maintained countersSagi Grimberg1-9/+3
2015-08-30IB/iser: Fix missing return status check in iser_send_data_outSagi Grimberg1-3/+5
2015-08-30IB/iser: Remove '.' from log messageSagi Grimberg1-1/+2
2015-08-30IB/iser: Change minor assignments and logging printsSagi Grimberg1-7/+4
2015-08-30IB/iser: Change some module parameters to be ROJenny Falkovich1-16/+15
2015-08-30IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche1-0/+9
2015-08-30IB/srp: Bump driver version and release dateBart Van Assche1-2/+2
2015-08-30IB/srp: Handle partial connection success correctlyBart Van Assche1-1/+2
2015-08-30IB/srp: Constify a function argumentBart Van Assche1-1/+1
2015-08-30IB/srp: Convert to ib_alloc_mrSagi Grimberg1-1/+2
2015-08-30iser-target: Convert to ib_alloc_mrSagi Grimberg1-2/+4