aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin4-193/+95
2019-06-20scsi: RDMA/srp: Fix a sleep-in-invalid-context bugBart Van Assche1-19/+2
2019-06-18ipoib: correcly show a VF hardware addressDenis Kirjanov1-0/+1
2019-06-11RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib1-2/+0
2019-06-07RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche1-6/+15
2019-06-07RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib1-0/+1
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+17
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-05-21RDMA/ipoib: Remove check of destroy CQLeon Romanovsky1-5/+2
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky1-1/+17
2019-05-21IB/isert: Remove unused sig_attrs argumentIsrael Rukshin1-6/+5
2019-05-21IB/iser: Remove unused sig_attrs argumentIsrael Rukshin1-6/+5
2019-05-21IB/iser: Refactor iscsi_iser_check_protection functionIsrael Rukshin1-6/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner10-0/+10
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-48/+41
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky1-1/+12
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro1-2/+1
2019-04-08opa_vnic: fix check on record->event, incorrect operator usedColin Ian King1-1/+1
2019-04-01opa_vnic: Convert vport_idr to XArrayMatthew Wilcox1-37/+23
2019-03-27IB/iser: remove uninitialized variable lenColin Ian King1-5/+2
2019-03-26drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult1-2/+2
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-4/+2
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-50/+36
2019-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-43/+31
2019-03-04IB/iser: Fix dma_nents type definitionMax Gurtovoy1-1/+1
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe2-4/+5
2019-02-14IB/ipoib: Use __func__ instead of function's nameErez Alfasi1-2/+2
2019-02-04scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche1-1/+1
2019-02-04scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche1-0/+11
2019-02-04scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2-32/+19
2019-02-04scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche1-3/+1
2019-02-04scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche1-5/+4
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-9/+0
2019-02-04RDMA/srp: Rework SCSI device reset handlingBart Van Assche1-10/+0
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2-3/+1
2019-02-04IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2-15/+11
2019-01-30RDMA/srp: Increase max_segment_sizeBart Van Assche1-0/+1
2019-01-29IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib1-1/+1
2019-01-25infiniband: remove unneeded header search pathsMasahiro Yamada2-2/+0
2019-01-25IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2-3/+1
2019-01-24infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-11/+4
2019-01-18IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin1-5/+5
2019-01-08IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-02IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-143/+396
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+1
2018-12-22RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman3-6/+6