summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/qedr: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi2022-05-171-1/+0
* RDMA/hns: Use hr_reg_read() instead of remaining roce_get_xxx()Wenpeng Liang2022-05-124-254/+104
* RDMA/hns: Use hr_reg_xxx() instead of remaining roce_set_xxx()Wenpeng Liang2022-05-122-270/+157
* RDMA/irdma: Add SW mechanism to generate completions on errorMustafa Ismail2022-05-114-37/+210
* RDMA/siw: Enable siw on tunnel devicesBernard Metzler2022-05-111-2/+3
* RDMA/rxe: Enforce IBA C11-17Bob Pearson2022-05-093-0/+17
* RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson2022-05-092-29/+29
* RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()Bob Pearson2022-05-091-6/+4
* RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson2022-05-093-10/+4
* RDMA/rxe: Check rxe_get() return valueBob Pearson2022-05-093-3/+6
* RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson2022-05-094-22/+25
* RDMA/rxe: Remove IB_SRQ_INIT_MASKBob Pearson2022-05-063-57/+74
* RDMA/rxe: Skip adjusting remote addr for write in retry operationChengguang Xu2022-05-061-2/+0
* RDMA/rxe: Optimize the mr pool structZhu Yanjun2022-05-052-11/+3
* RDMA/hns: Remove the num_cqc_timer variableYixing Liu2022-05-054-5/+3
* RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li2022-05-052-0/+27
* RDMA/hns: Remove unnecessary ret variable from hns_roce_dereg_mr()Guo Zhengkui2022-05-051-2/+1
* RDMA/rxe: Replace paylen by payloadBob Pearson2022-05-041-6/+6
* RDMA/core: Avoid flush_workqueue(system_unbound_wq) usageTetsuo Handa2022-04-251-10/+14
* RDMA/rxe: Remove useless parameters for update_state()Li Zhijian2022-04-251-3/+2
* RDMA/mlx5: Clean UMR QP type flow from mlx5_ib_post_send()Aharon Landau2022-04-254-145/+1
* RDMA/mlx5: Use mlx5_umr_post_send_wait() to update xltAharon Landau2022-04-255-208/+116
* RDMA/mlx5: Use mlx5_umr_post_send_wait() to update MR pasAharon Landau2022-04-255-75/+164
* RDMA/mlx5: Move creation and free of translation tables to umr.cAharon Landau2022-04-253-100/+116
* RDMA/mlx5: Use mlx5_umr_post_send_wait() to rereg pd accessAharon Landau2022-04-253-25/+45
* RDMA/mlx5: Use mlx5_umr_post_send_wait() to revoke MRsAharon Landau2022-04-253-28/+34
* RDMA/mlx5: Introduce mlx5_umr_post_send_wait()Aharon Landau2022-04-252-0/+104
* RDMA/mlx5: Expose wqe posting helpers outside of wr.cAharon Landau2022-04-252-111/+121
* RDMA/mlx5: Simplify get_umr_update_access_mask()Aharon Landau2022-04-251-10/+5
* RDMA/mlx5: Move mkey ctrl segment logic to umr.cAharon Landau2022-04-255-141/+147
* RDMA/mlx5: Move umr checks to umr.hAharon Landau2022-04-255-70/+72
* RDMA/mlx5: Move init and cleanup of UMR to umr.cAharon Landau2022-04-254-103/+125
* RDMA/mlx5: Fix flow steering egress flowLeon Romanovsky2022-04-191-5/+0
* RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang2022-04-121-1/+1
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe2022-04-124-636/+3
|\
| * RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2022-04-092-384/+1
| * RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2022-04-092-248/+2
| * RDMA/mlx5: Delete never supported IPsec flow actionLeon Romanovsky2022-04-091-4/+0
* | RDMA/hns: Init the variable at the suitable placeHaoyue Xu2022-04-111-1/+2
* | RDMA/hns: Add judgment on the execution result of CMDQ that free vf resourceWenpeng Liang2022-04-111-4/+13
* | RDMA/hns: Remove redundant variable "ret"Guofeng Yue2022-04-111-4/+1
* | RDMA/hns: Remove unused function to_hns_roce_state()Yixing Liu2022-04-112-31/+0
* | RDMA/hns: Remove unnecessary check for the sgid_attr when modifying QPChengchang Tang2022-04-111-3/+1
* | RDMA/rxe: Remove reliable datagram supportBob Pearson2022-04-082-4/+2
* | RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson2022-04-087-21/+1
* | RDMA/rxe: Remove mc_grp_pool from struct rxe_devBob Pearson2022-04-081-1/+0
* | RDMA/rxe: Remove type 2A memory window capabilityBob Pearson2022-04-082-1/+8
* | RDMA/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy2022-04-083-6/+4
* | RDMA/usnic: Stop using iommu_present()Robin Murphy2022-04-083-17/+5
* | IB/SA: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-081-8/+8