summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2017-01-13IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-04-18iser-target: Separate flows for np listeners and connections cma eventsJenny Derzhavetz1-6/+5
2016-04-18iser-target: Add new state ISER_CONN_BOUND to isert_connJenny Derzhavetz2-2/+6
2016-04-18iser-target: Fix identification of login rx descriptor typeJenny Derzhavetz1-1/+2
2016-04-18IB/srpt: Simplify srpt_handle_tsk_mgmt()Bart Van Assche1-58/+1
2016-02-28target: Remove first argument of target_{get,put}_sess_cmd()Bart Van Assche2-8/+8
2015-10-23iser-target: Put the reference on commands waiting for unsol dataJenny Derzhavetz1-1/+37
2015-10-23iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-09-29IB/iser: Fix possible bogus DMA unmappingSagi Grimberg2-4/+10
2015-09-29IB/iser: Fix missing return status check in iser_send_data_outSagi Grimberg1-3/+5
2015-09-29IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login failsBart Van Assche1-0/+9
2015-09-29IB/srp: Handle partial connection success correctlyBart Van Assche1-1/+2
2015-08-10IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe1-1/+2
2015-07-21IB/srp: Fix reconnection failure handlingBart Van Assche1-4/+1
2015-07-21IB/srp: Fix connection state trackingBart Van Assche2-32/+30
2015-07-21IB/srp: Fix a connection setup raceBart Van Assche1-2/+3
2015-07-21IB/srp: Remove an extraneous scsi_host_put() from an error pathBart Van Assche1-8/+5
2015-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+22
2015-06-09iser-target: Fix possible use-after-freeSagi Grimberg1-0/+1
2015-06-09iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-06-09iser-target: Fix variable-length response error completionSagi Grimberg1-2/+4
2015-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+3
2015-05-31iser-target: Fix error path in isert_create_pi_ctx()Roland Dreier1-3/+3
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/...Linus Torvalds3-366/+411
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds12-934/+1019
2015-04-17IB/ipoib: Fix ndo_get_iflinkErez Shitrit2-2/+6
2015-04-15Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...Doug Ledford12-934/+1019
2015-04-15IB/iser: Rewrite bounce buffer code pathSagi Grimberg3-88/+137
2015-04-15IB/iser: Bump version to 1.6Sagi Grimberg1-1/+1
2015-04-15IB/iser: Remove code duplication for a single DMA entrySagi Grimberg1-27/+21
2015-04-15IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mrSagi Grimberg1-43/+32
2015-04-15IB/iser: Modify struct iser_mem_reg membersSagi Grimberg3-33/+29
2015-04-15IB/iser: Make fastreg pool cache friendlySagi Grimberg1-1/+1
2015-04-15IB/iser: Move PI context alloc/free to routinesSagi Grimberg1-55/+63
2015-04-15IB/iser: Move fastreg descriptor pool get/put to helper functionsSagi Grimberg2-18/+37
2015-04-15IB/iser: Merge build page-vec into register page-vecSagi Grimberg1-58/+33
2015-04-15IB/iser: Get rid of struct iser_rdma_regdSagi Grimberg4-70/+53
2015-04-15IB/iser: Remove redundant assignments in iser_reg_page_vecSagi Grimberg1-5/+2
2015-04-15IB/iser: Move memory reg/dereg routines to iser_memory.cSagi Grimberg3-91/+88
2015-04-15IB/iser: Don't pass ib_device to fall_to_bounce_buff routineSagi Grimberg1-6/+6
2015-04-15IB/iser: Remove a redundant struct iser_data_bufSagi Grimberg3-52/+34
2015-04-15IB/iser: Remove redundant cmd_data_len calculationSagi Grimberg1-4/+1
2015-04-15IB/iser: Fix wrong calculation of protection buffer lengthSagi Grimberg1-2/+2
2015-04-15IB/iser: Handle fastreg/local_inv completion errorsSagi Grimberg1-5/+6
2015-04-15IB/iser: Fix unload during ep_poll wrong dereferenceSagi Grimberg1-1/+1
2015-04-15ib_srpt: convert printk's to pr_* functionsDoug Ledford1-97/+91
2015-04-15IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche1-4/+5
2015-04-15IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit2-5/+2
2015-04-15IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb'sErez Shitrit1-3/+10