summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe2020-04-141-9/+6
| * | RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe2020-04-141-0/+2
* | | RDMA/core: Fix double destruction of uobjectJason Gunthorpe2020-05-271-7/+13
| |/ |/|
* | RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe2020-05-123-7/+10
* | RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe2020-05-124-3/+29
* | RDMA/core: Fix double put of resourceMaor Gottlieb2020-05-121-2/+1
* | IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein2020-05-121-2/+5
* | RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky2020-04-241-1/+1
* | RDMA/core: Fix overwriting of uobj in case of errorLeon Romanovsky2020-04-221-3/+2
* | RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky2020-04-221-1/+1
* | RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe2020-04-221-0/+4
* | RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter2020-04-141-1/+1
* | RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky2020-04-141-11/+13
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-0112-406/+601
|\
| * RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon2020-03-261-0/+1
| * RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroyJason Gunthorpe2020-03-171-20/+21
| * RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lockJason Gunthorpe2020-03-171-30/+28
| * RDMA/cm: Allow ib_send_cm_rej() to be done under lockJason Gunthorpe2020-03-171-40/+52
| * RDMA/cm: Allow ib_send_cm_drep() to be done under lockJason Gunthorpe2020-03-171-22/+33
| * RDMA/cm: Allow ib_send_cm_dreq() to be done under lockJason Gunthorpe2020-03-171-20/+34
| * RDMA/cm: Add some lockdep assertions for cm_id_priv->lockJason Gunthorpe2020-03-171-0/+6
| * RDMA/cm: Add missing locking around id.state in cm_dup_req_handlerJason Gunthorpe2020-03-171-1/+5
| * RDMA/cm: Make it clearer how concurrency works in cm_req_handler()Jason Gunthorpe2020-03-171-42/+57
| * RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()Jason Gunthorpe2020-03-171-27/+37
| * RDMA/cm: Read id.state under lock when doing pr_debug()Jason Gunthorpe2020-03-171-4/+4
| * RDMA/cm: Simplify establishing a listen cm_idJason Gunthorpe2020-03-171-83/+116
| * RDMA/cm: Make the destroy_id flow more robustJason Gunthorpe2020-03-171-5/+8
| * RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe2020-03-171-10/+15
| * RDMA/cm: Fix checking for allowed duplicate listensJason Gunthorpe2020-03-171-1/+2
| * RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe2020-03-171-16/+11
| * RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky2020-03-131-7/+0
| * RDMA/core: Remove the duplicate header fileZhu Yanjun2020-03-101-2/+0
| * RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe2020-03-101-0/+13
| * RDMA/rw: map P2P memory correctly for signature operationsMax Gurtovoy2020-03-101-6/+6
| * Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-1010-45/+79
| |\
| * \ Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe2020-03-044-25/+20
| |\ \
| * | | RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe2020-02-271-2/+47
| * | | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-205-7/+7
| * | | RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier2020-02-191-0/+17
| * | | RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe2020-02-191-5/+5
| * | | RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe2020-02-181-7/+15
| * | | RDMA/core: Add weak ordering dma attr to dma mappingMichael Guralnik2020-02-131-4/+7
| * | | RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky2020-02-132-1/+4
| * | | RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-112-4/+4
| * | | RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit2020-02-111-18/+24
| * | | RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-111-5/+4
| * | | RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit2020-02-113-16/+16
| * | | RDMA/cma: Use RDMA device port iteratorParav Pandit2020-02-111-6/+7
| * | | RDMA/cma: Use a helper function to enqueue resolve work itemsParav Pandit2020-02-111-8/+8
* | | | RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn2020-03-241-8/+3