aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva5-12/+12
2020-08-20RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King1-1/+1
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu1-1/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds20-670/+665
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+5
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2020-07-31RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet1-0/+1
2020-07-30RDMA/core: Free DIM memory in error unwindLeon Romanovsky1-0/+1
2020-07-30RDMA/core: Stop DIM before destroying CQLeon Romanovsky1-3/+10
2020-07-29RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang1-3/+0
2020-07-29RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe1-90/+84
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe1-25/+6
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe1-26/+36
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe1-1/+5
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng1-1/+1
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe1-0/+4
2020-07-24RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky1-1/+1
2020-07-24RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky1-5/+5
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb2-1/+4
2020-07-24RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky1-207/+86
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2-1/+10
2020-07-20RDMA/core: Remove query_pkey from the mandatory opsKamal Heib1-1/+3
2020-07-20RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib1-16/+29
2020-07-20RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib1-20/+41
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-1/+5
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-2/+2
2020-07-16RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb1-0/+2
2020-07-16RDMA/core: Fix race in rdma_alloc_commit_uobject()Leon Romanovsky1-3/+3
2020-07-10RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang1-1/+1
2020-07-10RDMA/counter: Only bind user QPs in auto modeMark Zhang1-1/+1
2020-07-10RDMA/counter: Add PID category support in auto modeMark Zhang2-17/+11
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2-9/+20
2020-07-06RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2-8/+10
2020-07-06IB/uverbs: Expose UAPI to query MRYishai Hadas1-1/+51
2020-07-06RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas1-0/+1
2020-07-06IB/uverbs: Expose UAPI to query ucontextYishai Hadas2-1/+41
2020-07-06IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas1-0/+4
2020-07-06IB/uverbs: Enable CQ ioctl commands by defaultYishai Hadas1-3/+0
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb1-36/+21
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2-15/+21
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman1-6/+5
2020-07-06RDMA/core: Check for error instead of success in alloc MR functionGal Pressman1-12/+13
2020-07-06RDMA/core: Clean up tracepoint headersChuck Lever1-2/+0
2020-07-02IB/sa: Resolv use-after-free in ib_nl_make_request()Divya Indi1-21/+17
2020-07-02RDMA/core: Fix bogus WARN_ON during ib_unregister_device_queued()Jason Gunthorpe1-3/+8
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky1-39/+0
2020-06-24IB/mad: Delete RMPP_STATE_CANCELING stateShay Drory1-13/+4
2020-06-24IB/mad: Change atomics to refcount APIShay Drory3-14/+14
2020-06-24IB/mad: Issue complete whenever decrements agent refcountShay Drory1-7/+7