summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-11-26RDMA/efa: Add EFA 0xefa2 PCI IDMichael Margolin1-1/+3
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-11-10RDMA/rxe: Fix mr leak in RESPST_ERR_RNRLi Zhijian1-1/+3
2022-11-10RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu1-0/+4
2022-11-10RDMA/hns: Disable local invalidate operationYangyang Li2-13/+0
2022-11-10IB/hfi1: Correctly move list in sc_disable()Dean Luick1-2/+1
2022-11-10RDMA/cma: Use output interface for net_dev checkHÃ¥kon Bugge1-1/+1
2022-10-21RDMA/rxe: Delete error messages triggered by incoming Read requestsDaisuke Matsuda1-7/+3
2022-10-21RDMA/rxe: Fix resize_finish() in rxe_queue.cBob Pearson1-5/+7
2022-10-21RDMA/rxe: Set pd early in mr alloc routinesBob Pearson3-15/+14
2022-10-21IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda4-3/+6
2022-10-21RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang1-7/+7
2022-10-21RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler3-1/+5
2022-10-21RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler1-12/+15
2022-10-21RDMA/srp: Fix srp_abort()Bart Van Assche1-3/+1
2022-10-21RDMA/irdma: Validate udata inlen and outlenShiraz Saleem1-7/+60
2022-10-21RDMA/irdma: Align AE id codes to correct flush code and eventSindhu-Devale6-21/+38
2022-10-21RDMA/rxe: Fix the error caused by qp->skZhu Yanjun1-2/+4
2022-10-21RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun1-1/+3
2022-10-21RDMA/mlx5: Don't compare mkey tags in DEVX indirect mkeyAharon Landau2-1/+5
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-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas1-1/+1
2022-09-04RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij1-4/+14
2022-09-01RDMA/srp: Set scmnd->result only when scmnd is not NULLyangx.jy@fujitsu.com1-1/+2
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-29RDMA/cma: Fix arguments order in net device validationMichael Guralnik1-2/+2
2022-08-28RDMA/irdma: Fix drain SQ hang with no completionShiraz Saleem1-1/+1
2022-08-21RDMA/rtrs-srv: Pass the correct number of entries for dma mapped SGLJack Wang1-7/+7
2022-08-21RDMA/rtrs-clt: Use the right sg_cnt after ib_dma_map_sgJack Wang1-4/+5
2022-08-16RDMA: Handle the return code from dma_resv_wait_timeout() properlyJason Gunthorpe1-1/+7
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-16IB/iser: Fix login with authenticationSergey Gorenko1-1/+6
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-36/+9
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-6/+2
2022-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds78-982/+8247
2022-08-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2022-08-04Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-19/+37