summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: drop useless LIST_HEADJulia Lawall2019-01-021-1/+0
* 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-221-1/+1
| * RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-193-6/+6
| * RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-192-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/+2
| * RDMA/srpt: Make kernel-doc headers completeBart Van Assche2018-12-191-1/+4
| * RDMA/srpt: Join split stringsBart Van Assche2018-12-191-17/+12
| * 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
| * RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layerBart Van Assche2018-12-191-0/+1
| * RDMA/srp: Handle large SCSI CDBs correctlyBart Van Assche2018-12-192-6/+19
| * RDMA/srp: Document srp_parse_in() argumentsBart Van Assche2018-12-191-0/+3
| * include/scsi/srp.h: Add support for immediate dataBart Van Assche2018-12-191-0/+5
| * include/scsi/srp.h: Move response flag definitions into this fileBart Van Assche2018-12-191-4/+0
| * RDMA: Start use ib_device_opsKamal Heib2018-12-124-10/+12
| * Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-111-4/+3
| |\
| * | IB/core: Make function ib_fmr_pool_unmap return voidYuval Shaia2018-11-211-4/+1
| * | IB/srpt: Drop pointless static qualifier in srpt_make_tpg()Yue Haibing2018-11-211-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-283-9/+1
|\ \ \
| * | | scsi: flip the default on use_clusteringChristoph Hellwig2018-12-182-2/+0
| * | | scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
| * | | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-091-4/+3
|\ \ \ | | |/ | |/|
| * | iser: set sector for ambiguous mr status errorsSagi Grimberg2018-11-211-4/+3
| |/
* / net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-061-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2610-42/+86
|\
| * ib_srp: Remove WARN_ON in srp_terminate_io()Hannes Reinecke2018-10-171-9/+0
| * IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov2018-10-161-2/+6
| * Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-3/+3
| |\
| * | IB/hfi1: Ensure ucast_dlid access doesnt exceed boundsDennis Dalessandro2018-09-301-1/+2
| * | IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin2018-09-281-5/+13
| * | RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-266-23/+29
| * | IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov2018-09-131-0/+31
| * | IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov2018-09-131-0/+2
| * | IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar2018-09-061-1/+2
| * | Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-051-0/+2
| |\ \
| * | | IB/srp: Remove unnecessary unlikely()Igor Stoppa2018-09-051-1/+1
* | | | RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-104-65/+108
* | | | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-101-13/+8
| |_|/ |/| |
* | | IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loopBart Van Assche2018-09-191-3/+3
| |/ |/|
* | IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister2018-09-051-0/+2
|/
* Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-163-10/+7
|\
| * Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-7/+4
| |\
| | * scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1