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 Torvalds2019-06-071-1/+17
|\
| * RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-1/+17
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2110-0/+10
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-096-48/+41Star
|\
| * RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky2019-05-071-1/+12
| * IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-071-2/+1Star
| * opa_vnic: fix check on record->event, incorrect operator usedColin Ian King2019-04-081-1/+1
| * opa_vnic: Convert vport_idr to XArrayMatthew Wilcox2019-04-011-37/+23Star
| * IB/iser: remove uninitialized variable lenColin Ian King2019-03-271-5/+2Star
| * drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult2019-03-261-2/+2
| * RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-261-1/+1
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-4/+2Star
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-103-50/+36Star
|\
| * scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche2019-02-051-1/+1
| * 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/+19Star
| * scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche2019-02-051-3/+1Star
| * scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche2019-02-051-5/+4Star
| * scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-9/+0Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-03-108-43/+31Star
|\ \
| * | IB/iser: Fix dma_nents type definitionMax Gurtovoy2019-03-041-1/+1
| * | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-192-4/+5
| * | IB/ipoib: Use __func__ instead of function's nameErez Alfasi2019-02-141-2/+2
| * | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-042-3/+1Star
| |\ \
| * | | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2019-02-042-15/+11Star
| * | | RDMA/srp: Increase max_segment_sizeBart Van Assche2019-01-301-0/+1
| * | | IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib2019-01-301-1/+1
| * | | infiniband: remove unneeded header search pathsMasahiro Yamada2019-01-252-2/+0Star
| * | | infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-243-11/+4Star
| * | | IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin2019-01-181-5/+5
| * | | IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-081-2/+1Star
| | |/ | |/|
* | | RDMA/srp: Rework SCSI device reset handlingBart Van Assche2019-02-051-10/+0Star
| |/ |/|
* | IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-01-252-3/+1Star
|/
* IB/ipoib: drop useless LIST_HEADJulia Lawall2019-01-021-1/+0Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-289-143/+396
|\
| * 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-203-6/+6
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-202-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/+2Star
| * RDMA/srpt: Make kernel-doc headers completeBart Van Assche2018-12-191-1/+4
| * RDMA/srpt: Join split stringsBart Van Assche2018-12-191-17/+12Star
| * 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
| * RDMA/srp: Add support for immediate dataBart Van Assche2018-12-192-14/+89
| * RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche2018-12-192-14/+29
| * RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche2018-12-191-1/+2