summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-29IB/mlx4: Adjust delayed work when a dup is observedHåkon Bugge1-0/+3
2020-10-29IB/mlx4: Fix starvation in paravirt mux/demuxHåkon Bugge2-3/+33
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-12/+25
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo4-12/+25
2020-09-14RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe1-2/+4
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-106/+168
2020-09-09IB/isert: Fix unaligned immediate-data handlingSagi Grimberg2-56/+78
2020-09-09RDMA/rtrs-srv: Set .release function for rtrs srv device during device initMd Haris Iqbal2-8/+8
2020-09-09RDMA/bnxt_re: Remove set but not used variable 'qplib_ctx'YueHaibing1-2/+0
2020-09-02RDMA/core: Fix reported speed and widthKamal Heib1-1/+1