summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin2022-06-241-1/+3
* RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2022-06-072-1/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-2680-1932/+1839
|\
| * RDMA/rtrs-clt: Fix one kernel-doc commentYang Li2022-05-261-1/+1
| * RDMA/hfi1: Remove all traces of diagpkt supportDennis Dalessandro2022-05-241-23/+0
| * RDMA/hfi1: Consolidate software versionsDennis Dalessandro2022-05-242-18/+1
| * RDMA/hfi1: Remove pointless driver versionDennis Dalessandro2022-05-242-21/+0
| * RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro2022-05-241-1/+1
| * RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller2022-05-241-0/+2
| * RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller2022-05-241-5/+7
| * RDMA/rxe: Fix an error handling path in rxe_get_mcg()Christophe JAILLET2022-05-241-2/+4
| * Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-2410-100/+101
| |\
| * | IB/core: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | IB/hf1: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | IB/qib: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | IB/iser: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-203-8/+34
| * | IB/isert: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-201-9/+16
| * | RDMA/mlx5: Remove duplicate pointer assignment in mlx5_ib_alloc_implicit_mr()Daisuke Matsuda2022-05-191-1/+0
| * | 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-042-11/+3
| * | RDMA/hns: Remove the num_cqc_timer variableYixing Liu2022-05-044-5/+3
| * | RDMA/hns: Add the detection for CMDQ status in the device initialization processYangyang Li2022-05-042-0/+27
| * | RDMA/hns: Remove unnecessary ret variable from hns_roce_dereg_mr()Guo Zhengkui2022-05-041-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