summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2021-03-04RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-03-04RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-03-04IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory1-0/+10
2021-03-04IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2021-03-04RDMA/mlx5: Use the correct obj_id upon DEVX TIR creationYishai Hadas1-1/+3
2021-02-04RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib1-1/+1
2021-01-19RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2021-01-19RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu1-0/+3
2020-12-30RDMA/cxgb4: Validate the number of CQEsKamal Heib1-0/+3
2020-12-30RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2-2/+1
2020-12-30RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-12-30RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib1-0/+1
2020-12-30RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-08RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2-34/+7
2020-12-02IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang1-4/+6
2020-11-05RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad1-0/+1
2020-11-05RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
2020-10-30IB/rdmavt: Fix sizeof mismatchColin Ian King1-3/+1
2020-10-30RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li1-0/+1
2020-10-30RDMA/hns: Set the unsupported wr opcodeLijun Ou1-1/+0
2020-10-30RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe1-32/+31
2020-10-30RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe1-15/+4
2020-10-29RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon1-1/+1
2020-10-29RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon1-1/+1
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-01RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun1-0/+2
2020-10-01RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe1-10/+15
2020-10-01RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-10-01RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET1-2/+2
2020-10-01RDMA/i40iw: Fix potential use after freePan Bian1-1/+1
2020-10-01RDMA/qedr: Fix potential use after freePan Bian1-1/+1
2020-09-23RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2-1/+2
2020-09-17RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang1-1/+1
2020-09-17RDMA/core: Fix reported speed and widthKamal Heib1-1/+1
2020-09-17RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier1-3/+18
2020-09-17RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib1-3/+0
2020-09-17RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu1-0/+1
2020-08-26RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier1-1/+2
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/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-07-29IB/umem: fix reference count leak in ib_umem_odp_get()Yang Yingliang1-1/+2
2020-07-01RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
2020-07-01RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang1-0/+18