summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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/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/srp: Convert to ib_alloc_mrSagi Grimberg2015-08-301-1/+2
* | iser-target: Convert to ib_alloc_mrSagi Grimberg2015-08-301-2/+4
* | IB/iser: Convert to ib_alloc_mrSagi Grimberg2015-08-301-3/+4
* | IB: Modify ib_create_mr APISagi Grimberg2015-08-302-9/+3
* | IB/core: Get rid of redundant verb ib_destroy_mrSagi Grimberg2015-08-302-2/+2
* | IB/cm: Remove compare_data checksHaggai Eran2015-08-302-2/+2
* | IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro2015-08-301-1/+228
* | IB/core: lock client data with lists_rwsemHaggai Eran2015-08-303-10/+8
* | RDMA/iser: Limit sgs to the device fastreg depthSteve Wise2015-08-281-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-07-291-5/+11
|\ \
| * | iser-target: Fix REJECT CM event use-after-free OOPsNicholas Bellinger2015-07-241-5/+11
| |/
* | IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe2015-07-241-1/+2
* | IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit2015-07-141-0/+1
* | IB/ipoib: Scatter-Gather support in connected modeYuval Shaia2015-07-144-46/+54
* | IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran2015-07-141-6/+7
* | IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai2015-07-141-2/+4
* | IB/srp: Avoid using uninitialized variableSagi Grimberg2015-07-141-7/+4
* | IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXXVaishali Thakkar2015-07-141-36/+35
* | IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-142-20/+4
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-043-178/+34
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-3/+1
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * ib_srpt: Remove set-but-not-used variablesBart Van Assche2015-05-301-7/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-302-19/+9
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-302-57/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-6/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-1/+1
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-302-26/+3
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-45/+13
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
| * target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2015-05-302-8/+8
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-2/+2
|\ \
| * | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-232-1/+2
|\ \ \