summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Remove unnecessary include statementBob Pearson2022-07-041-1/+0
* RDMA/rxe: Replace include statementBob Pearson2022-06-301-3/+2
* RDMA/rxe: Convert pr_warn/err to pr_debug in pyverbsBob Pearson2022-06-302-7/+9
* RDMA/rxe: Fix deadlock in rxe_do_local_ops()Bob Pearson2022-06-301-3/+5
* RDMA/rxe: Merge normal and retry atomic flowsBob Pearson2022-06-303-46/+36
* RDMA/rxe: Move atomic original value to resBob Pearson2022-06-302-7/+8
* RDMA/rxe: Move atomic responder res to atomic_replyBob Pearson2022-06-301-22/+33
* RDMA/rxe: Add a responder state for atomic replyBob Pearson2022-06-301-6/+18
* RDMA/rxe: Move code to rxe_prepare_atomic_res()Bob Pearson2022-06-301-16/+27
* RDMA/rxe: Convert read side locking to rcuBob Pearson2022-06-301-16/+8
* RDMA/rxe: Stop lookup of partially built objectsBob Pearson2022-06-305-27/+136
* RDMA/rxe: Remove useless pkt parametersXiao Yang2022-06-241-16/+12
* RDMA: Correct duplicated words in commentsJiang Jian2022-06-242-2/+2
* IB/iser: Drain the entire QP during destruction flowMax Gurtovoy2022-06-241-2/+4
* Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky2022-06-162-18/+36
|\
| * RDMA/mlx5: Support handling of modify-header pattern ICM areaYevgeny Kliteynik2022-06-132-18/+36
* | RDMA/rxe: fix xa_alloc_cycle() error return value check againDongliang Mu2022-06-161-2/+2
* | RDMA/usnic: Use device_iommu_capable()Robin Murphy2022-06-161-1/+1
* | RDMA/core: Add a netevent notifier to cmaPatrisious Haddad2022-06-161-0/+81
* | RDMA/core: Add an rb_tree that stores cm_ids sorted by ifindex and remote IPPatrisious Haddad2022-06-162-12/+138
* | RDMA/mlx5: Add a umr recovery flowAharon Landau2022-06-073-11/+83
* | RDMA/hfi1: Fix typo in commentXiang wangx2022-06-071-1/+1
|/
* 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