summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2023-01-18RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2022-01-27RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon1-1/+2
2022-01-11RDMA/core: Don't infoleak GRH fieldsLeon Romanovsky1-1/+1
2021-09-22RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky1-7/+12
2021-07-20RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
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
2020-12-30RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-11-05RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
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/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-01RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe1-10/+15
2020-09-17RDMA/core: Fix reported speed and widthKamal Heib1-1/+1
2020-08-19RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng1-1/+1
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
2020-07-01IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-25IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb1-0/+13
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-05-06RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky1-1/+1
2020-05-06RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky1-1/+1
2020-04-29net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+3
2020-04-13RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon1-0/+1
2020-04-13RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe1-0/+13
2020-04-13RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe1-2/+47
2020-04-02RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn1-8/+3
2020-03-11RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe1-0/+1
2020-03-11RDMA/iwcm: Fix iwcm work deallocationBernard Metzler1-1/+3
2020-03-11RDMA/core: Fix use of logical OR in get_new_ppsNathan Chancellor1-1/+1
2020-03-11RDMA/core: Fix pkey and port assignment in get_new_ppsMaor Gottlieb1-4/+8
2020-02-19RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky1-15/+9
2020-02-19RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon1-8/+7
2020-02-15RDMA/core: Fix locking in ib_uverbs_event_readJason Gunthorpe1-18/+14
2020-02-15RDMA/netlink: Do not always generate an ACK for some netlink operationsHåkon Bugge2-3/+3
2020-02-11IB/core: Fix ODP get user pages flowYishai Hadas1-1/+1
2020-01-27RDMA/cma: Fix false error messageHåkon Bugge1-1/+1
2020-01-27RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter1-0/+2
2020-01-09RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan1-0/+1
2019-11-20RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit1-1/+1
2019-11-20RDMA/core: Rate limit MAD error messagesParav Pandit1-35/+37
2019-11-12RDMA/uverbs: Prevent potential underflowDan Carpenter1-1/+1
2019-11-06RDMA/iwcm: Fix a lock inversion issueBart Van Assche1-1/+2
2019-10-01IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein3-4/+21
2019-10-01RDMA/restrack: Protect from reentry to resource return pathLeon Romanovsky1-1/+3
2019-09-21RDMA/restrack: Release task struct which was hold by CM_ID objectLeon Romanovsky2-6/+7
2019-09-16IB/uverbs: Fix OOPs upon device disassociationYishai Hadas1-4/+3