summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/srpt: use new shared CQ mechanismYamin Friedman2020-07-292-8/+10
* IB/srpt: Remove WARN_ON from srpt_cm_req_recvJing Xiangfeng2020-06-181-3/+0
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-131-1/+1
* RDMA/srpt: Increase max_send_sgeBart Van Assche2020-05-292-7/+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-181-2/+6
* RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfsXiongfeng Wang2020-05-181-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-282-29/+73
* infiniband: fix ulp/srpt/ib_srpt.h kernel-doc notationrd.dunlab@gmail.com2019-10-221-5/+2
* 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-042-32/+57
* RDMA/srpt: Rework the code that waits until an RDMA port is no longer in useBart Van Assche2019-10-042-23/+25
* RDMA/srpt: Rework the approach for closing an RDMA channelBart Van Assche2019-10-042-23/+10
* 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
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-102-49/+35
|\
| * scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche2019-02-051-0/+11
| * scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2019-02-052-32/+19
| * scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche2019-02-051-3/+1
| * scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche2019-02-051-5/+4
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-9/+0
* | infiniband: remove unneeded header search pathsMasahiro Yamada2019-01-251-1/+0
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-282-93/+234
|\
| * RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun2018-12-231-1/+1
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-2/+2
| * RDMA/srpt: Add support for immediate dataBart Van Assche2018-12-192-49/+189
| * 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: Make kernel-doc headers completeBart Van Assche2018-12-191-1/+4
| * RDMA/srpt: Join split stringsBart Van Assche2018-12-191-17/+12
| * RDMA/srpt: Improve coding style conformanceBart Van Assche2018-12-192-6/+6
| * RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche2018-12-191-5/+13
| * include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche2018-12-191-4/+0
| * IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing2018-11-221-1/+1
* | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+0
* | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-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