summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
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-06-30RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo1-0/+1
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-30IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-25RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja1-0/+1
2020-06-25IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb1-0/+13
2020-06-25RDMA/mlx5: Add init2init as a modify commandAharon Landau1-0/+1
2020-06-22RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe1-0/+2
2020-06-03RDMA/core: Fix double destruction of uobjectJason Gunthorpe1-6/+13
2020-06-03IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev4-12/+26