summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qedr/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-171-1/+1
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-4/+4
* IB/qedr: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-231-0/+1
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-5/+4
* RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-7/+0
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-3/+0
* RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-7/+1
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-14/+1
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/qedr: Add support for user mode XRC-SRQ'sYuval Basson2020-09-161-0/+19
* RDMA/qedr: Fix iWARP active mtu displayMichal Kalderon2020-09-111-0/+7
* RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon2020-09-111-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-071-2/+1
|\
| * RDMA/qedr: Remove the query_pkey callbackKamal Heib2020-07-201-2/+1
* | qed: simplify chain allocation with init params structAlexander Lobakin2020-07-231-9/+11
|/
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-031-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-2/+3
|\
| * RDMA/qedr: Remove unsupported modify_port callbackKamal Heib2019-11-061-1/+0
| * RDMA/qedr: Use the common mmap APIMichal Kalderon2019-11-061-0/+1
| * RDMA/qedr: Fix qpids xarray api usedMichal Kalderon2019-10-281-1/+1
| * RDMA/qedr: Fix srqs xarray initializationMichal Kalderon2019-10-281-0/+1
* | RDMA/qedr: Fix reported firmware versionKamal Heib2019-10-181-1/+1
|/
* Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford2019-07-291-2/+8
|\
| * RDMA/qedr: Fix the hca_type and hca_rev returned in device attributesMichal Kalderon2019-07-291-2/+8
* | qed*: Change dpi_addr to be denoted with __iomemMichal Kalderon2019-07-251-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-161-3/+5
|\
| * RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
| * RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
| * RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* | qed*: Add iWARP 100g supportMichal Kalderon2019-05-261-0/+13
* | qedr: Change the MSI-X vectors selection to be based on affined engineMichal Kalderon2019-05-261-2/+7
* | qed*: Change hwfn used for sb initializationMichal Kalderon2019-05-261-1/+2
|/
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-15/+10
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-15/+4
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* qedr: Convert srqidr to XArrayMatthew Wilcox2019-03-291-4/+3
* qedr: Convert qpidr to XArrayMatthew Wilcox2019-03-291-2/+1
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+1
* RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-1/+1
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-1/+2
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA/qedr: Initialize ib_device_ops structKamal Heib2018-12-121-51/+52
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-40/+29
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-3/+1
* qedr: Add user space support for SRQYuval Bason2018-08-151-23/+75
* qedr: Add support for kernel mode SRQ'sYuval Bason2018-08-151-0/+5