summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-03-26RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon
2020-03-24RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn
2020-03-17RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroyJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_rej() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_drep() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_dreq() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Add some lockdep assertions for cm_id_priv->lockJason Gunthorpe
2020-03-17RDMA/cm: Add missing locking around id.state in cm_dup_req_handlerJason Gunthorpe
2020-03-17RDMA/cm: Make it clearer how concurrency works in cm_req_handler()Jason Gunthorpe
2020-03-17RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()Jason Gunthorpe
2020-03-17RDMA/cm: Read id.state under lock when doing pr_debug()Jason Gunthorpe
2020-03-17RDMA/cm: Simplify establishing a listen cm_idJason Gunthorpe
2020-03-17RDMA/cm: Make the destroy_id flow more robustJason Gunthorpe
2020-03-17RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe
2020-03-17RDMA/cm: Fix checking for allowed duplicate listensJason Gunthorpe
2020-03-17RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe
2020-03-13RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky
2020-03-13RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe
2020-03-13RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe
2020-03-13RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe
2020-03-10RDMA/core: Remove the duplicate header fileZhu Yanjun
2020-03-10RDMA/odp: Fix leaking the tgid for implicit ODPJason Gunthorpe
2020-03-10RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe
2020-03-10RDMA/rw: map P2P memory correctly for signature operationsMax Gurtovoy
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/iwcm: Fix iwcm work deallocationBernard Metzler
2020-03-04RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang
2020-03-04RDMA/odp: Ensure the mm is still alive before creating an implicit childJason Gunthorpe
2020-03-04RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-02-28RDMA/core: Fix pkey and port assignment in get_new_ppsMaor Gottlieb
2020-02-27RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe
2020-02-27RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-20RDMA/rw: Fix error flow during RDMA context initializationMax Gurtovoy
2020-02-19RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier
2020-02-19RDMA/core: Fix use of logical OR in get_new_ppsNathan Chancellor
2020-02-19RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe
2020-02-19Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit
2020-02-18RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe
2020-02-13RDMA/core: Add weak ordering dma attr to dma mappingMichael Guralnik
2020-02-13RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky
2020-02-13RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky
2020-02-13IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen
2020-02-13RDMA/core: Add missing list deletion on freeing event queueMichael Guralnik
2020-02-11RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon
2020-02-11RDMA/cma: Use refcount API to reflect refcountParav Pandit
2020-02-11RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit