aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe
2020-05-17RDMA/uverbs: Fix create WQ to use the given user handleYishai Hadas
2020-05-17RDMA/uverbs: Cleanup wq/srq context usage from uverbs layerYishai Hadas
2020-05-12RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe
2020-05-12RDMA/cm: Remove needless cm_id variableJason Gunthorpe
2020-05-12RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe
2020-05-12RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe
2020-05-12RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe
2020-05-12RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe
2020-05-12RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe
2020-05-12RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg
2020-05-12RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe
2020-05-12RDMA/addr: Mark addr_resolve as might_sleep()Jason Gunthorpe
2020-05-12RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky
2020-05-12RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe
2020-05-12RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe
2020-05-12RDMA/core: Fix double put of resourceMaor Gottlieb
2020-05-12IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein
2020-05-06RDMA/cma: Initialize the flow label of CM's route path recordMark Zhang
2020-05-06RDMA/core: Consider flow label when building skbMaor Gottlieb
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-05-06RDMA/mad: Remove snoop interfaceMaor Gottlieb
2020-05-02RDMA/core: Get xmit slave for LAGMaor Gottlieb
2020-05-02RDMA/core: Add LAG functionalityMaor Gottlieb
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb
2020-04-24RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky
2020-04-22RDMA/core: Fix overwriting of uobj in case of errorLeon Romanovsky
2020-04-22RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky
2020-04-22RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe
2020-04-15RDMA/rw: use DIV_ROUND_UP to calculate nr_opsMax Gurtovoy
2020-04-14RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky
2020-04-14IB: Fix some documentation warningsMauro Carvalho Chehab
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe
2020-04-14RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter
2020-04-14RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe
2020-04-14RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky
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