aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
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/target-pendingLinus Torvalds3-178/+34
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus 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/dledford/rdmaLinus Torvalds7-110/+130
2015-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+22
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-3/+1
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-1/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak5-7/+24
2015-06-08iser-target: Fix possible use-after-freeSagi Grimberg1-0/+1
2015-06-08iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-06-08iser-target: Fix variable-length response error completionSagi Grimberg1-2/+4
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche2-1/+2
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-2/+2
2015-06-02IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()Bart Van Assche1-2/+2
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+3
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30ib_srpt: Remove set-but-not-used variablesBart Van Assche1-7/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2-19/+9
2015-05-30target: move transport ID handling to the coreChristoph Hellwig2-57/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-6/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-1/+1
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig2-26/+3
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-45/+13
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2-8/+8
2015-05-30iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier1-3/+3
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford4-30/+48
2015-05-18iser-target: Align to generic logging helpersSagi Grimberg1-6/+13
2015-05-18IB/iser: Align to generic logging helpersSagi Grimberg1-10/+18
2015-05-18IB/srp: Align to generic logging helpersSagi Grimberg1-7/+9
2015-05-18IB/srp: Add 64-bit LUN supportBart Van Assche2-7/+6
2015-05-18IB/srp: Remove !ch->target tests from the reconnect codeBart Van Assche1-7/+1
2015-05-18IB/srp: Remove a superfluous check from srp_free_req_data()Bart Van Assche1-1/+1
2015-05-18IB/srp: Rearrange module descriptionBart Van Assche1-2/+3
2015-05-18IB/srp: Remove superfluous castsBart Van Assche1-8/+5
2015-05-18IB/srp: Fix reconnection failure handlingBart Van Assche1-4/+1
2015-05-18IB/srp: Fix connection state trackingBart Van Assche2-32/+30
2015-05-18IB/srp: Fix a connection setup raceBart Van Assche1-2/+3
2015-05-18IB/srp: Remove an extraneous scsi_host_put() from an error pathBart Van Assche1-8/+5
2015-05-18IB/Verbs: Reform IB-ulp ipoibMichael Wang1-7/+8
2015-05-05IPoIB/CM: Fix indentation levelBart Van Assche1-2/+2
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-366/+411