summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/srpt
Commit message (Expand)AuthorAgeFilesLines
* 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-092-49/+35
|\
| * 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-042-32/+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
* | 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-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-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-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
* | IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche2018-07-131-1/+4
* | IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche2018-07-131-3/+14
* | ib_srpt: use kvmalloc to allocate ring pointersJan Dakinevich2018-07-101-3/+3
* | ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche2018-07-031-2/+2
* | ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche2018-07-031-2/+1
* | IB/srpt: Support HCAs with more than two portsBart Van Assche2018-06-292-5/+4
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-2/+4
OpenPOWER on IntegriCloud