summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu2020-12-021-0/+1
* RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang2020-12-021-4/+4
* RDMA/hns: Fix wrong field of SRQ number the device supportsWenpeng Liang2020-12-021-1/+1
* IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang2020-12-021-4/+6
* RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2020-12-022-35/+7
* IB/hfi1: Ensure correct mm is used at all timesDennis Dalessandro2020-12-028-49/+79
* IB/hfi1: Fix error return code in hfi1_init_dd()Zhang Changzhong2020-11-241-1/+2
* RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig2020-11-244-2/+7
* RDMA/pvrdma: Fix missing kfree() in pvrdma_register_device()Qinglang Miao2020-11-241-1/+1
* IB/srpt: Fix memory leak in srpt_add_oneMaor Gottlieb2020-11-181-5/+8
* RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe2020-11-051-15/+15
* RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad2020-11-051-0/+1
* RDMA/mlx5: Fix devlink deadlock on net namespace deletionParav Pandit2020-11-051-2/+4
* RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-11-011-6/+5
* RDMA/rxe: Handle skb_clone() failure in rxe_recv.cBob Pearson2020-10-291-0/+3
* RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()Bob Pearson2020-10-291-5/+12
* IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-291-3/+1
* RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib2020-10-293-0/+15
* RDMA/mlx5: Fix type warning of sizeof in __mlx5_ib_alloc_counters()Liu Shixin2020-10-291-2/+2
* RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-10-291-0/+1
* RDMA/hns: Fix configuration of ack_req_freq in QPCWeihang Li2020-10-291-6/+12
* RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-10-291-1/+3
* RDMA/hns: Solve the overflow of the calc_pg_sz()Jiaran Zhang2020-10-291-3/+3
* RDMA/hns: Add check for the validity of sl configurationJiaran Zhang2020-10-292-2/+12
* i40iw: Add support to make destroy QP synchronousSindhu, Devale2020-10-296-71/+45
* RDMA/mlx5: Disable IB_DEVICE_MEM_MGT_EXTENSIONS if IB_WR_REG_MR can't workJason Gunthorpe2020-10-291-1/+3
* RDMA/mlx5: Make mkeys always owned by the kernel's PD when not enabledJason Gunthorpe2020-10-291-25/+26
* RDMA/mlx5: Use set_mkc_access_pd_addr_fields() in reg_create()Jason Gunthorpe2020-10-291-14/+1
* RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-10-291-1/+0
* RDMA/qedr: Fix resource leak in qedr_create_qpKeita Suzuki2020-10-291-25/+27
* RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe2020-10-291-108/+88
* RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-10-291-32/+31
* RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-10-291-15/+4
* RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe2020-10-291-31/+7
* RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon2020-10-291-1/+1
* RDMA/qedr: Fix return code if accept is called on a destroyed qpMichal Kalderon2020-10-291-2/+4
* RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon2020-10-291-1/+1
* RDMA/qedr: Fix doorbell settingMichal Kalderon2020-10-291-1/+1
* RDMA/qedr: Fix qp structure memory leakMichal Kalderon2020-10-291-0/+2
* RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe2020-10-291-0/+6
* RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe2020-10-291-2/+7
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-10-298-16/+25
* RDMA: Change XRCD destroy return valueLeon Romanovsky2020-10-294-6/+11
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-10-2930-35/+62
* RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky2020-10-291-15/+12
* RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2020-10-292-3/+80
* RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky2020-10-291-2/+3
* RDMA/hns: Add a check for current state before modifying QPLang Cheng2020-10-291-2/+4
* RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe2020-10-291-0/+2
* RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe2020-10-291-1/+3