summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-05-2645-1696/+1578
|\
| * 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
| * Merge tag 'v5.18' into rdma.git for-nextJason Gunthorpe2022-05-245-38/+31
| |\
| * | IB/hf1: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | IB/qib: Fix typo in commentJulia Lawall2022-05-241-1/+1
| * | RDMA/mlx4: Avoid flush_scheduled_work() usageTetsuo Handa2022-05-203-8/+34
| * | 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/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/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
| * | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe2022-04-122-252/+2
| |\ \
| * | | 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/usnic: Refactor usnic_uiom_alloc_pd()Robin Murphy2022-04-083-6/+4
| * | | RDMA/usnic: Stop using iommu_present()Robin Murphy2022-04-083-17/+5
| * | | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-0612-30/+25
| * | | RDMA/irdma: Remove the redundant variableZhu Yanjun2022-04-041-5/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-123-37/+21
|\ \ \ \ | | |_|/ | |/| |
| * | | RDMA/irdma: Fix possible crash due to NULL netdev in notifierMustafa Ismail2022-05-021-12/+9
| * | | RDMA/irdma: Reduce iWARP QP destroy timeShiraz Saleem2022-05-021-6/+4
| * | | RDMA/irdma: Flush iWARP QP if modified to ERR from RTR stateTatyana Nikolova2022-05-022-13/+7
| * | | RDMA/irdma: Fix deadlock in irdma_cleanup_cm_core()Duoming Zhou2022-04-191-6/+1
* | | | net/mlx5: Lag, expose number of lag portsMark Bloch2022-05-094-2/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-152-1/+10
|\| | | | |_|/ |/| |
| * | RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller2022-04-081-0/+6