summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2020-12-02RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu1-0/+1
2020-12-02RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang1-4/+4
2020-12-02RDMA/hns: Fix wrong field of SRQ number the device supportsWenpeng Liang1-1/+1
2020-12-02IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang1-4/+6
2020-12-02RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2-35/+7
2020-12-02IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro8-49/+79
2020-11-24IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong1-1/+2
2020-11-24RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig4-2/+7
2020-11-24RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao1-1/+1
2020-11-18IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb1-5/+8
2020-11-05RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe1-15/+15
2020-11-05RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad1-0/+1
2020-11-05RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit1-2/+4
2020-11-01RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
2020-10-29RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson1-0/+3
2020-10-29RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson1-5/+12
2020-10-29IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-10-29RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib3-0/+15
2020-10-29RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin1-2/+2
2020-10-29RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li1-0/+1
2020-10-29RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li1-6/+12
2020-10-29RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang1-1/+3
2020-10-29RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang1-3/+3
2020-10-29RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2-2/+12
2020-10-29i40iw: Add support to make destroy QP synchronousSindhu, Devale6-71/+45
2020-10-29RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe1-1/+3
2020-10-29RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe1-25/+26
2020-10-29RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe1-14/+1
2020-10-29RDMA/hns: Set the unsupported wr opcodeLijun Ou1-1/+0
2020-10-29RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki1-25/+27
2020-10-29RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe1-108/+88
2020-10-29RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe1-32/+31
2020-10-29RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe1-15/+4
2020-10-29RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe1-31/+7
2020-10-29RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon1-1/+1
2020-10-29RDMA/qedr: Fix return code if accept is called on a destroyed qpMichal Kalderon1-2/+4
2020-10-29RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon1-1/+1
2020-10-29RDMA/qedr: Fix doorbell settingMichal Kalderon1-1/+1
2020-10-29RDMA/qedr: Fix qp structure memory leakMichal Kalderon1-0/+2
2020-10-29RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe1-0/+6
2020-10-29RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe1-2/+7
2020-10-29RDMA: Restore ability to return error for destroy WQLeon Romanovsky8-16/+25
2020-10-29RDMA: Change XRCD destroy return valueLeon Romanovsky4-6/+11
2020-10-29RDMA: Allow fail of destroy CQLeon Romanovsky30-35/+62
2020-10-29RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-15/+12
2020-10-29RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2-3/+80
2020-10-29RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky1-2/+3
2020-10-29RDMA/hns: Add a check for current state before modifying QPLang Cheng1-2/+4
2020-10-29RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe1-0/+2
2020-10-29RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe1-1/+3