summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/efa/efa_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/efa: Limit EQs to available MSI-X vectorsYonatan Nachum2024-01-311-17/+15
* RDMA/efa: Add EFA query MR supportMichael Margolin2024-01-071-1/+6
* RDMA/efa: Add EFA 0xefa2 PCI IDMichael Margolin2022-10-241-1/+3
* RDMA/efa: Add support for dmabuf memory regionsGal Pressman2021-10-281-0/+1
* RDMA/efa: CQ notificationsGal Pressman2021-10-071-26/+155
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-09-021-11/+9
|\
| * RDMA/efa: Rename vector field in efa_irq struct to irqnGal Pressman2021-08-231-10/+8
| * RDMA/efa: Remove unused cpu field from irq structGal Pressman2021-08-231-1/+0
| * RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-0/+1
* | RDMA/efa: Free IRQ vectors on error flowGal Pressman2021-08-201-0/+1
|/
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-171-1/+2
* RDMA/efa: Use strscpy instead of strlcpyGal Pressman2021-03-301-5/+5
* RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman2020-12-021-9/+2
* RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-161-1/+0
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-4/+1
* RDMA: Remove elements in uverbs_cmd_mask that all drivers setJason Gunthorpe2020-10-261-15/+1
* RDMA: Remove uverbs_ex_cmd_mask values that are linked to functionsJason Gunthorpe2020-10-261-3/+0
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-2/+2
* RDMA/efa: Add EFA 0xefa1 PCI IDGal Pressman2020-07-291-2/+4
* RDMA/efa: Report host information to the deviceGal Pressman2020-05-211-1/+51
* RDMA/efa: Store network attributes in device attributesGal Pressman2019-11-251-16/+0
* RDMA/efa: Use the common mmap_xa helpersMichal Kalderon2019-11-061-0/+1
* RDMA/efa: Expose device statisticsGal Pressman2019-07-291-0/+2
* RDMA/efa: Be consistent with success flow return valueGal Pressman2019-06-211-1/+1
* 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
* RDMA/efa: Add the efa moduleGal Pressman2019-05-071-0/+533