summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-11-011-6/+5
* RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe2020-10-291-108/+88
* RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-10-291-32/+31
* RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-10-291-15/+4
* RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe2020-10-291-31/+7
* RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe2020-10-291-0/+6
* RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe2020-10-291-2/+7
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-10-292-7/+10
* RDMA: Change XRCD destroy return valueLeon Romanovsky2020-10-291-2/+6
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-10-292-3/+11
* RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky2020-10-291-15/+12
* RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe2020-10-291-0/+2
* RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe2020-10-291-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-10-053-9/+19
|\
| * net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-283-9/+19
* | RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe2020-09-141-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-112-3/+3
|\
| * RDMA/core: Fix reported speed and widthKamal Heib2020-09-021-1/+1
| * RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang2020-09-021-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-12/+12
|/
* RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King2020-08-201-1/+1
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0620-670/+665
|\
| * RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet2020-07-311-0/+1
| * RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang2020-07-291-3/+0
| * RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe2020-07-291-90/+84
| * RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe2020-07-291-25/+6
| * RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe2020-07-291-26/+36
| * RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe2020-07-291-1/+5
| * RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng2020-07-271-1/+1
| * RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky2020-07-241-1/+1
| * RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky2020-07-241-5/+5
| * RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb2020-07-242-1/+4
| * RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky2020-07-241-207/+86
| * RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2020-07-242-1/+10
| * RDMA/core: Remove query_pkey from the mandatory opsKamal Heib2020-07-201-1/+3
| * RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib2020-07-201-16/+29
| * RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib2020-07-201-20/+41
| * RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang2020-07-101-1/+1
| * RDMA/counter: Only bind user QPs in auto modeMark Zhang2020-07-101-1/+1
| * RDMA/counter: Add PID category support in auto modeMark Zhang2020-07-102-17/+11
| * RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky2020-07-062-9/+20
| * RDMA/core: Create and destroy counters in the ib_coreLeon Romanovsky2020-07-062-8/+10
| * IB/uverbs: Expose UAPI to query MRYishai Hadas2020-07-061-1/+51
| * RDMA/mlx5: Implement the query ucontext functionalityYishai Hadas2020-07-061-0/+1
| * IB/uverbs: Expose UAPI to query ucontextYishai Hadas2020-07-062-1/+41
| * IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas2020-07-061-0/+4
| * IB/uverbs: Enable CQ ioctl commands by defaultYishai Hadas2020-07-061-3/+0
| * RDMA/core: Optimize XRC target lookupMaor Gottlieb2020-07-061-36/+21
| * RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb2020-07-062-15/+21