summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt/ib_srpt.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng2021-05-141-0/+1
* RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstringJason Gunthorpe2020-11-051-1/+1
* IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb2020-11-021-5/+8
* IB/srpt: use new shared CQ mechanismYamin Friedman2020-07-291-8/+9
* IB/srpt: Remove WARN_ON from srpt_cm_req_recvJing Xiangfeng2020-06-181-3/+0
* RDMA/srpt: Increase max_send_sgeBart Van Assche2020-05-291-2/+1
* RDMA/srpt: Reduce max_recv_sge to 1Bart Van Assche2020-05-291-7/+3
* RDMA/srpt: Make debug output more detailedBart Van Assche2020-05-291-4/+5
* RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-1/+2
* RDMA/srpt: Fix disabling device managementKamal Heib2020-05-171-2/+6
* RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang2020-05-171-1/+1
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-15/+10
* RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe2020-04-141-5/+2
* RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki2020-01-031-2/+0
* RDMA/srpt: Report the SCSI residual to the initiatorBart Van Assche2019-11-131-0/+24
* Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche2019-11-061-5/+1
* RDMA/srpt: Fix TPG creationBart Van Assche2019-10-281-25/+52
* RDMA/srpt: Postpone HCA removal until after configfs directory removalBart Van Assche2019-10-041-1/+4
* RDMA/srpt: Make the code for handling port identities more systematicBart Van Assche2019-10-041-24/+40
* RDMA/srpt: Rework the code that waits until an RDMA port is no longer in useBart Van Assche2019-10-041-21/+21
* RDMA/srpt: Rework the approach for closing an RDMA channelBart Van Assche2019-10-041-23/+7
* RDMA/srpt: Improve a debug messageBart Van Assche2019-10-041-1/+2
* RDMA/srpt: Fix handling of iWARP loginsBart Van Assche2019-10-041-1/+2
* RDMA/srpt: Fix handling of SR-IOV and iWARP portsBart Van Assche2019-10-041-22/+19
* rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever2019-08-051-2/+2
* scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-02-041-0/+11
* scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2019-02-041-28/+19
* scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche2019-02-041-3/+1
* scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche2019-02-041-5/+4
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-9/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-83/+200
|\
| * RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-221-1/+1
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-2/+2
| * RDMA/srpt: Add support for immediate dataBart Van Assche2018-12-191-45/+160
| * RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche2018-12-191-4/+6
| * RDMA/srpt: Remove driver version and release dateBart Van Assche2018-12-191-5/+2
| * RDMA/srpt: Join split stringsBart Van Assche2018-12-191-17/+12
| * RDMA/srpt: Improve coding style conformanceBart Van Assche2018-12-191-5/+5
| * RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche2018-12-191-5/+13
| * IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing2018-11-211-1/+1
* | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
|/
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-12/+14
* IB/srp: Remove unnecessary unlikely()Igor Stoppa2018-09-051-1/+1
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-161-7/+4
|\
| * scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1
| * scsi: target: rename target_alloc_sessionMike Christie2018-08-021-3/+3
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-2/+0
* | RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-301-2/+3
* | IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-9/+8