summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-03RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever
2020-06-02RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy
2020-06-02RDMA/core: Remove FMR pool APIMax Gurtovoy
2020-05-29RDMA/core: Introduce shared CQ pool APIYamin Friedman
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman
2020-05-29RDMA/core: Fix several reference count leaks.Qiushi Wu
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky
2020-05-27RDMA/core: Fix double destruction of uobjectJason Gunthorpe
2020-05-27RDMA/core: Use sizeof_field() helperGustavo A. R. Silva
2020-05-22IB/cma: Fix ports memory leak in cma_configfsMaor Gottlieb
2020-05-21IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Extend CQ to get its own asynchronous event FDYishai Hadas
2020-05-21IB/uverbs: Refactor related objects to use their own asynchronous event FDYishai Hadas
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