summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Validate the number of CQEsKamal Heib2020-12-301-0/+3
* RDMa/mthca: Work around -Wenum-conversion warningArnd Bergmann2020-12-302-2/+1
* RDMA/rxe: Compute PSN windows correctlyBob Pearson2020-12-301-1/+2
* RDMA/bnxt_re: Set queue pair state when being queriedKamal Heib2020-12-301-0/+1
* RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky2020-12-301-0/+2
* RDMA/i40iw: Address an mmap handler exploit in i40iwShiraz Saleem2020-12-082-34/+7
* IB/mthca: fix return value of error branch in mthca_init_cq()Xiongfeng Wang2020-12-021-4/+6
* RDMA/qedr: Fix memory leak in iWARP CMAlok Prasad2020-11-051-0/+1
* RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-11-051-6/+5
* IB/rdmavt: Fix sizeof mismatchColin Ian King2020-10-301-3/+1
* RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-10-301-0/+1
* RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-10-301-1/+0
* RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-10-301-32/+31
* RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-10-301-15/+4
* RDMA/qedr: Fix inline size returned for iWARPMichal Kalderon2020-10-291-1/+1
* RDMA/qedr: Fix use of uninitialized fieldMichal Kalderon2020-10-291-1/+1
* 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
* IB/mlx4: Adjust delayed work when a dup is observedHåkon Bugge2020-10-291-0/+3
* IB/mlx4: Fix starvation in paravirt mux/demuxHåkon Bugge2020-10-292-3/+33
* RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun2020-10-011-0/+2
* RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe2020-10-011-10/+15
* RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-10-011-3/+4
* RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET2020-10-011-2/+2
* RDMA/i40iw: Fix potential use after freePan Bian2020-10-011-1/+1
* RDMA/qedr: Fix potential use after freePan Bian2020-10-011-1/+1
* RDMA/bnxt_re: Restrict the max_gids to 256Naresh Kumar PBS2020-09-232-1/+2
* RDMA/rxe: Fix the parent sysfs read when the interface has 15 charsYi Zhang2020-09-171-1/+1
* RDMA/core: Fix reported speed and widthKamal Heib2020-09-171-1/+1
* RDMA/bnxt_re: Do not report transparent vlan from QP1Selvin Xavier2020-09-171-3/+18
* RDMA/rxe: Drop pointless checks in rxe_init_portsKamal Heib2020-09-171-3/+0
* RDMA/rxe: Fix memleak in rxe_mem_init_userDinghao Liu2020-09-171-0/+1
* RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier2020-08-261-1/+2
* RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe2020-08-212-36/+31
* RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2020-08-212-4/+2
* RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng2020-08-191-1/+1
* RDMA/rxe: Prevent access to wr->next ptr afrer wr is posted to send queueMikhail Malygin2020-08-191-1/+4
* RDMA/qedr: SRQ's bug fixesYuval Basson2020-08-192-14/+12
* RDMA/rxe: Skip dgid check in loopback modeZhu Yanjun2020-08-191-1/+5
* IB/umem: fix reference count leak in ib_umem_odp_get()Yang Yingliang2020-07-291-1/+2
* RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads()Fan Guo2020-06-301-0/+1
* RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang2020-06-301-0/+18
* RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532Michal Kalderon2020-06-301-2/+11
* IB/mad: Fix use after free when destroying MAD agentShay Drory2020-06-301-1/+1
* RDMA/iw_cxgb4: cleanup device debugfs entries on ULD removePotnuri Bharat Teja2020-06-251-0/+1
* IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb2020-06-251-0/+13
* RDMA/mlx5: Add init2init as a modify commandAharon Landau2020-06-251-0/+1
* RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe2020-06-221-0/+2
* RDMA/core: Fix double destruction of uobjectJason Gunthorpe2020-06-031-6/+13
* IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev2020-06-034-12/+26