aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07RDMA/irdma: Report RNR NAK generation in device capsSindhu-Devale1-1/+4
2022-09-07RDMA/irdma: Use s/g array in post send only when its validSindhu-Devale1-1/+2
2022-09-07RDMA/irdma: Return correct WC error for bind operation failureSindhu-Devale1-1/+3
2022-09-07RDMA/irdma: Return error on MR deregister CQP failureSindhu-Devale2-6/+13
2022-09-07RDMA/irdma: Report the correct max cqes from query deviceSindhu-Devale1-1/+1
2022-09-05RDMA/mlx5: Fix UMR cleanup on error flow of driver initMaor Gottlieb2-0/+4
2022-09-05RDMA/mlx5: Set local port to one when accessing countersChris Mi1-0/+6
2022-09-05RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla1-1/+1
2022-08-30RDMA/hns: Remove the num_qpc_timer variableYixing Liu4-5/+3
2022-08-30RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shiftWenpeng Liang1-5/+2
2022-08-30RDMA/hns: Fix supported page sizeChengchang Tang1-1/+1
2022-08-28RDMA/irdma: Fix drain SQ hang with no completionShiraz Saleem1-1/+1
2022-08-16RDMA/erdma: Correct the max_qp and max_cq capacities of the deviceCheng Xu1-2/+2
2022-08-16RDMA/erdma: Using the key in FMR WR instead of MR structureCheng Xu1-1/+1
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja1-16/+9
2022-08-16RDMA/mlx5: Use the proper number of portsMark Bloch1-18/+16
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-6/+2
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds44-413/+7244
2022-08-02RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb1-4/+2
2022-07-28IB/qib: Fix repeated "in" within commentswangjianli1-1/+1
2022-07-27Merge branch 'erdma' into rdma.git for-nextJason Gunthorpe14-0/+6412
2022-07-27RDMA/erdma: Add driver to kernel build environmentCheng Xu3-0/+17
2022-07-27RDMA/erdma: Add the erdma moduleCheng Xu1-0/+608
2022-07-27RDMA/erdma: Add connection management (CM) supportCheng Xu2-0/+1597
2022-07-27RDMA/erdma: Add verbs implementationCheng Xu3-0/+2231
2022-07-27RDMA/erdma: Add verbs header fileCheng Xu1-0/+342
2022-07-27RDMA/erdma: Add event queue implementationCheng Xu1-0/+329
2022-07-27RDMA/erdma: Add cmdq implementationCheng Xu1-0/+493
2022-07-27RDMA/erdma: Add main include fileCheng Xu1-0/+287
2022-07-27RDMA/erdma: Add the hardware related definitionsCheng Xu1-0/+508
2022-07-27RDMA/mlx5: Rename the mkey cache variables and functionsAharon Landau4-37/+37
2022-07-27RDMA/mlx5: Store in the cache mkeys instead of mrsAharon Landau2-129/+97
2022-07-27RDMA/mlx5: Store the number of in_use cache mkeys instead of total_mrsAharon Landau2-18/+16
2022-07-27RDMA/mlx5: Replace cache list with XarrayAharon Landau2-88/+152
2022-07-27RDMA/mlx5: Replace ent->lock with xa_lockAharon Landau2-50/+47
2022-07-22IB: Fix repeated words 'the the' commentsSlark Xiao1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-52/+5
2022-07-19RDMA/mlx5: Expose steering anchor to userspaceMark Bloch2-5/+139
2022-07-19RDMA/mlx5: Refactor get flow table functionMark Bloch1-10/+11
2022-07-19IB/qib: Fix comment typoJason Wang1-1/+1
2022-07-19RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-07-18RDMA/hns: Recover 1bit-ECC error of RAM on chipHaoyue Xu3-2/+193
2022-07-18RDMA/hns: Refactor the abnormal interrupt handler functionHaoyue Xu1-12/+23
2022-07-18RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2022-07-18RDMA/hns: Fix the wrong type of return value of the interrupt handlerHaoyue Xu1-13/+14
2022-07-18RDMA/hns: Remove unused abnormal interrupt of type RASHaoyue Xu2-11/+0
2022-07-18RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie1-3/+5
2022-07-18RDMA/hfi1: Depend on !UMLEhab Ababneh1-1/+1
2022-07-18RDMA/irdma: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+4
2022-07-18RDMA/qib: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2