summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2019-07-26RDMA/srp: Accept again source addresses that do not have a port numberBart Van Assche1-6/+15
2019-07-26ipoib: correcly show a VF hardware addressDenis Kirjanov1-0/+1
2019-05-25RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky1-1/+12
2019-03-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-50/+36
2019-03-10Merge 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-15IB/ipoib: Use __func__ instead of function's nameErez Alfasi1-2/+2
2019-02-05scsi: target/iscsi: Fix spelling of "unsolicited"Bart Van Assche1-1/+1
2019-02-05scsi: RDMA/srpt: Fix a credit leak for aborted commandsBart Van Assche1-0/+11
2019-02-05scsi: RDMA/srpt: Rework I/O context allocationBart Van Assche2-32/+19
2019-02-05scsi: RDMA/srpt: Fix handling of TMF submission failureBart Van Assche1-3/+1
2019-02-05scsi: RDMA/srpt: Fix handling of command / TMF submission failureBart Van Assche1-5/+4
2019-02-05scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-9/+0
2019-02-05RDMA/srp: Rework SCSI device reset handlingBart Van Assche1-10/+0
2019-02-05Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2-3/+1
2019-02-05IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()Bart Van Assche2-15/+11
2019-01-31RDMA/srp: Increase max_segment_sizeBart Van Assche1-0/+1
2019-01-30IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib1-1/+1
2019-01-26infiniband: 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-19IB/iser: Pass the correct number of entries for dma mapped SGLIsrael Rukshin1-5/+5
2019-01-09IB/srp: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-03IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-143/+396
2018-12-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-9/+1
2018-12-23RDMA/srpt: Use kmem_cache_free() instead of kfree()Wei Yongjun1-1/+1
2018-12-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman3-6/+6
2018-12-20RDMA: 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
2018-12-19include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche1-4/+0
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig2-2/+0
2018-12-12RDMA: Start use ib_device_opsKamal Heib4-10/+12
2018-12-12Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe1-4/+3
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+3
2018-12-07net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-3/+3