| Commit message (Expand) | Author | Age | Files | Lines |
* | RDMA/efa: Limit EQs to available MSI-X vectors | Yonatan Nachum | 2024-01-31 | 1 | -17/+15 |
* | RDMA/efa: Add EFA query MR support | Michael Margolin | 2024-01-07 | 1 | -1/+6 |
* | RDMA/efa: Add EFA 0xefa2 PCI ID | Michael Margolin | 2022-10-24 | 1 | -1/+3 |
* | RDMA/efa: Add support for dmabuf memory regions | Gal Pressman | 2021-10-28 | 1 | -0/+1 |
* | RDMA/efa: CQ notifications | Gal Pressman | 2021-10-07 | 1 | -26/+155 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2021-09-02 | 1 | -11/+9 |
|\ |
|
| * | RDMA/efa: Rename vector field in efa_irq struct to irqn | Gal Pressman | 2021-08-23 | 1 | -10/+8 |
| * | RDMA/efa: Remove unused cpu field from irq struct | Gal Pressman | 2021-08-23 | 1 | -1/+0 |
| * | RDMA: Globally allocate and release QP memory | Leon Romanovsky | 2021-08-03 | 1 | -0/+1 |
* | | RDMA/efa: Free IRQ vectors on error flow | Gal Pressman | 2021-08-20 | 1 | -0/+1 |
|/ |
|
* | RDMA: Split the alloc_hw_stats() ops to port and device variants | Jason Gunthorpe | 2021-06-17 | 1 | -1/+2 |
* | RDMA/efa: Use strscpy instead of strlcpy | Gal Pressman | 2021-03-30 | 1 | -5/+5 |
* | RDMA/efa: Use dma_set_mask_and_coherent() to simplify code | Gal Pressman | 2020-12-02 | 1 | -9/+2 |
* | RDMA/efa: Remove .create_ah callback assignment | Gal Pressman | 2020-11-16 | 1 | -1/+0 |
* | RDMA: Remove AH from uverbs_cmd_mask | Jason Gunthorpe | 2020-10-26 | 1 | -4/+1 |
* | RDMA: Remove elements in uverbs_cmd_mask that all drivers set | Jason Gunthorpe | 2020-10-26 | 1 | -15/+1 |
* | RDMA: Remove uverbs_ex_cmd_mask values that are linked to functions | Jason Gunthorpe | 2020-10-26 | 1 | -3/+0 |
* | RDMA: Explicitly pass in the dma_device to ib_register_device | Jason Gunthorpe | 2020-10-16 | 1 | -2/+2 |
* | RDMA/efa: Add EFA 0xefa1 PCI ID | Gal Pressman | 2020-07-29 | 1 | -2/+4 |
* | RDMA/efa: Report host information to the device | Gal Pressman | 2020-05-21 | 1 | -1/+51 |
* | RDMA/efa: Store network attributes in device attributes | Gal Pressman | 2019-11-25 | 1 | -16/+0 |
* | RDMA/efa: Use the common mmap_xa helpers | Michal Kalderon | 2019-11-06 | 1 | -0/+1 |
* | RDMA/efa: Expose device statistics | Gal Pressman | 2019-07-29 | 1 | -0/+2 |
* | RDMA/efa: Be consistent with success flow return value | Gal Pressman | 2019-06-21 | 1 | -1/+1 |
* | RDMA: Convert CQ allocations to be under core responsibility | Leon Romanovsky | 2019-06-11 | 1 | -0/+1 |
* | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 1 | -1/+1 |
* | RDMA: Move uverbs_abi_ver into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 1 | -1/+1 |
* | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 1 | -1/+2 |
* | RDMA/efa: Add the efa module | Gal Pressman | 2019-05-07 | 1 | -0/+533 |