summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2020-08-26RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier1-1/+2
2020-08-26RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan1-0/+1
2020-08-21RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang1-1/+1
2020-08-21RDMA/counter: Only bind user QPs in auto modeMark Zhang1-1/+1
2020-08-21IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas3-2/+4
2020-08-21RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe2-36/+31
2020-08-21RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2-4/+2
2020-08-19RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang1-3/+0
2020-08-19RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng1-1/+1
2020-08-19RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin1-1/+4
2020-08-19RDMA/qedr: SRQ's bug fixesYuval Basson2-14/+12
2020-08-19RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun1-1/+5
2020-08-19RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe1-3/+8
2020-08-05RDMA/core: Free DIM memory in error unwindLeon Romanovsky1-0/+1
2020-08-05RDMA/core: Stop DIM before destroying CQLeon Romanovsky1-3/+10
2020-08-05IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2-32/+5
2020-08-05RDMA/mlx5: Fix prefetch memory leak if get_prefetchable_mr failsJason Gunthorpe1-3/+2
2020-07-29RDMA/mlx5: Prevent prefetch from racing with implicit destructionJason Gunthorpe1-3/+19
2020-07-29RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb1-0/+2
2020-07-29RDMA/core: Fix race in rdma_alloc_commit_uobject()Leon Romanovsky1-3/+3
2020-07-29RDMA/mlx5: Use xa_lock_irq when access to SRQ tableMaor Gottlieb1-2/+2
2020-07-22RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau1-0/+2
2020-07-22RDMA/rxe: Set default vendor IDZhu Yanjun2-0/+4
2020-07-16IB/hfi1: Do not destroy link_wq when the device is shut downKaike Wan1-5/+5
2020-07-16IB/hfi1: Do not destroy hfi1_wq when the device is shut downKaike Wan3-6/+31
2020-07-16IB/mlx5: Fix 50G per lane indicationAya Levin1-1/+1
2020-07-16RDMA/siw: Fix reporting vendor_part_idKamal Heib1-1/+2
2020-07-16IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi1-21/+17
2020-07-09RDMA/counter: Query a counter before releaseMark Zhang1-1/+3
2020-06-30RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
2020-06-30RDMA/core: Check that type_attrs is not NULL prior accessLeon Romanovsky1-15/+21
2020-06-30RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang1-0/+18
2020-06-30RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532Michal Kalderon1-2/+11
2020-06-30RDMA/efa: Set maximum pkeys device attributeGal Pressman1-0/+1
2020-06-30RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rqAditya Pakki1-2/+4
2020-06-30RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl()Tom Seewald1-1/+2
2020-06-30IB/hfi1: Fix module use count flaw due to leftover module put callsDennis Dalessandro1-17/+2
2020-06-30IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-24RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon1-1/+3
2020-06-24RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja1-0/+1
2020-06-24IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb1-0/+13
2020-06-24RDMA/efa: Fix setting of wrong bit in get/set_feature commandsGal Pressman1-2/+2
2020-06-24RDMA/hns: Fix cmdq parameter of querying pf timer resourceLang Cheng1-20/+12
2020-06-24RDMA/hns: Bugfix for querying qkeyLijun Ou1-1/+1
2020-06-24RDMA/mlx5: Fix udata response upon SRQ creationYishai Hadas1-2/+8
2020-06-24RDMA/core: Fix several reference count leaks.Qiushi Wu1-5/+5
2020-06-24IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP commandMark Zhang1-0/+4
2020-06-24RDMA/mlx5: Add init2init as a modify commandAharon Landau1-0/+1
2020-06-24RDMA/srpt: Fix disabling device managementKamal Heib1-2/+6
2020-06-24RDMA/uverbs: Fix create WQ to use the given user handleYishai Hadas1-2/+1