aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-19RDMA/srpt: Add support for immediate dataBart Van Assche2-49/+189
2018-12-19RDMA/srpt: Rework the srpt_alloc_srq() error pathBart Van Assche1-4/+6
2018-12-19RDMA/srpt: Remove driver version and release dateBart Van Assche1-5/+2
2018-12-19RDMA/srpt: Make kernel-doc headers completeBart Van Assche1-1/+4
2018-12-19RDMA/srpt: Join split stringsBart Van Assche1-17/+12
2018-12-19RDMA/srpt: Improve coding style conformanceBart Van Assche2-6/+6
2018-12-19RDMA/srpt: Fix a use-after-free in the channel release codeBart Van Assche1-5/+13
2018-12-19RDMA/srp: Add support for immediate dataBart Van Assche2-14/+89
2018-12-19RDMA/srp: Rework handling of the maximum information unit lengthBart Van Assche2-14/+29
2018-12-19RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declarationBart Van Assche1-1/+2
2018-12-19RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche1-0/+1
2018-12-19RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche2-6/+19
2018-12-19RDMA/srp: Document srp_parse_in() argumentsBart Van Assche1-0/+3
2018-12-19include/scsi/srp.h: Add support for immediate dataBart Van Assche1-0/+5