aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-30IB/iser: Convert to ib_alloc_mrSagi Grimberg1-3/+4
2015-08-30IB: Modify ib_create_mr APISagi Grimberg2-9/+3
2015-08-30IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2-2/+2
2015-08-30IB/cm: Remove compare_data checksHaggai Eran2-2/+2
2015-08-30IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro1-1/+228
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran3-10/+8
2015-08-28RDMA/iser: Limit sgs to the device fastreg depthSteve Wise1-0/+9
2015-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-5/+11
2015-07-24iser-target: Fix REJECT CM event use-after-free OOPsNicholas Bellinger1-5/+11
2015-07-24IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe1-1/+2
2015-07-14IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit1-0/+1
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia4-46/+54
2015-07-14IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran1-6/+7
2015-07-14IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai1-2/+4
2015-07-14IB/srp: Avoid using uninitialized variableSagi Grimberg1-7/+4
2015-07-14IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar1-36/+35
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2-20/+4
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-178/+34
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-1/+2
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds7-110/+130