summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-019-24/+22
|\
| * IB/hfi1: Get rid of a warningMauro Carvalho Chehab2020-03-271-1/+1
| * IB/iser: Always check sig MR before putting it to the free poolSergey Gorenko2020-03-261-3/+18
| * Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-041-0/+12
| |\
| * | RDMA/opa_vnic: Delete driver versionLeon Romanovsky2020-02-273-8/+0
| * | RDMA/ipoib: Don't set constant driver versionLeon Romanovsky2020-02-273-9/+0
| * | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-202-3/+3
* | | RDMA/ipoib: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+2
| |/ |/|
* | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-141-0/+12
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-01-315-6/+5
|\
| * IB/opa_vnic: Spelling correction of 'erorr' to 'error'Dillon Brock2020-01-251-1/+1
| * IB/srp: Never use immediate data if it is disabled by a userSergey Gorenko2020-01-151-1/+2
| * IB/iser: use true,false for bool variablezhengbin2020-01-032-2/+2
| * RDMA/srpt: Remove unnecessary assertion in srpt_queue_responseAditya Pakki2020-01-031-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+1
| |\|
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-01-261-12/+0
|\ \ \ | |_|/ |/| |
| * | scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2020-01-211-12/+0
| |/
* / treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge branch 'ib-guids' into rdma.git for-nextJason Gunthorpe2019-11-251-0/+10
|\
| * IB/ipoib: Add ndo operation for getting VFs GUID attributesDanit Goldberg2019-11-221-0/+10
* | 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/iser/iser_initiator.c kernel-doc warningsrd.dunlab@gmail.com2019-10-221-0/+5
* | infiniband: fix ulp/iser/iser_verbs.c kernel-doc notationrd.dunlab@gmail.com2019-10-221-22/+38
* | infiniband: fix ulp/srpt/ib_srpt.h kernel-doc notationrd.dunlab@gmail.com2019-10-221-5/+2
* | infiniband: fix ulp/opa_vnic/opa_vnic_internal.h kernel-doc notationrd.dunlab@gmail.com2019-10-221-4/+4
* | infiniband: fix ulp/iser/iscsi_iser.h kernel-doc warningsrd.dunlab@gmail.com2019-10-221-7/+11
* | infiniband: fix ulp/iser/iscsi_iser.[hc] kernel-doc notationrd.dunlab@gmail.com2019-10-222-5/+5
* | ib/srp: Add missing new line after displaying fast_io_fail_tmo paramDonald Dutile2019-10-211-2/+2
* | RDMA/iser: Use iser_err instead of pr_err for loggingMax Gurtovoy2019-10-081-2/+2
* | RDMA/srp: Calculate max_it_iu_size if remote max_it_iu length availableHonggang Li2019-10-081-4/+14
* | RDMA/srp: Add parse function for maximum initiator to target IU sizeHonggang Li2019-10-082-0/+11
* | 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/srp: Make route resolving error messages more informativeBart Van Assche2019-10-041-2/+2
* | RDMA/srp: Honor the max_send_sge device attributeBart Van Assche2019-10-042-2/+6
* | RDMA/srp: Remove two castsBart Van Assche2019-10-042-2/+4
* | IB/iser: remove redundant macro definitionsMax Gurtovoy2019-10-014-11/+7
* | IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy2019-10-011-0/+1
* | IB/iser: add unlikely checks in the fast pathMax Gurtovoy2019-10-012-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-212-5/+6
|\
| * IB/iser: Support up to 16MB data transfer in a single commandSergey Gorenko2019-09-131-3/+4