aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky1-1/+5
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky3-3/+33
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva4-10/+10
2020-05-22IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb1-0/+13
2020-05-21IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas5-41/+405
2020-05-21IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas5-24/+198
2020-05-21IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas5-33/+238
2020-05-21IB/uverbs: Extend CQ to get its own asynchronous event FDYishai Hadas2-3/+24
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas4-9/+39
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectJason Gunthorpe6-25/+48
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe7-31/+67
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe2-41/+28
2020-05-17RDMA/uverbs: Fix create WQ to use the given user handleYishai Hadas1-2/+1
2020-05-17RDMA/uverbs: Cleanup wq/srq context usage from uverbs layerYishai Hadas1-4/+0
2020-05-12RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe1-4/+3
2020-05-12RDMA/cm: Remove needless cm_id variableJason Gunthorpe1-6/+2
2020-05-12RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe1-7/+2
2020-05-12RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe1-15/+12
2020-05-12RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe1-0/+5
2020-05-12RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe1-9/+9
2020-05-12RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe1-102/+44
2020-05-12RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg1-1/+0
2020-05-12RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe1-14/+4
2020-05-12RDMA/addr: Mark addr_resolve as might_sleep()Jason Gunthorpe1-0/+4
2020-05-12RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky1-7/+9
2020-05-12RDMA/uverbs: Move IB_EVENT_DEVICE_FATAL to destroy_uobjJason Gunthorpe3-7/+10
2020-05-12RDMA/uverbs: Do not discard the IB_EVENT_DEVICE_FATAL eventJason Gunthorpe4-3/+29
2020-05-12RDMA/core: Fix double put of resourceMaor Gottlieb1-2/+1
2020-05-12IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein1-2/+5
2020-05-06RDMA/cma: Initialize the flow label of CM's route path recordMark Zhang1-0/+23
2020-05-06RDMA/core: Consider flow label when building skbMaor Gottlieb1-2/+4
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe8-66/+94
2020-05-06RDMA/mad: Remove snoop interfaceMaor Gottlieb1-233/+5
2020-05-02RDMA/core: Get xmit slave for LAGMaor Gottlieb1-18/+43
2020-05-02RDMA/core: Add LAG functionalityMaor Gottlieb2-1/+137
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-1/+4
2020-04-24RDMA/core: Fix race between destroy and release FD objectLeon Romanovsky1-1/+1
2020-04-22RDMA/core: Fix overwriting of uobj in case of errorLeon Romanovsky1-3/+2
2020-04-22RDMA/core: Prevent mixed use of FDs between shared ufilesLeon Romanovsky1-1/+1
2020-04-22RDMA/uverbs: Fix a race with disassociate and exit_mmap()Jason Gunthorpe1-0/+4
2020-04-15RDMA/rw: use DIV_ROUND_UP to calculate nr_opsMax Gurtovoy1-1/+1
2020-04-14RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky1-2/+7
2020-04-14IB: Fix some documentation warningsMauro Carvalho Chehab1-2/+5
2020-04-14RDMA: Remove a few extra calls to ib_get_client_data()Jason Gunthorpe1-9/+6
2020-04-14RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter1-1/+1
2020-04-14RDMA/uverbs: Make the event_queue fds return POLLERR when disassociatedJason Gunthorpe1-0/+2
2020-04-14RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky1-11/+13
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-406/+601
2020-03-26RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon1-0/+1
2020-03-24RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn1-8/+3