summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-10/+38
2020-10-27RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman1-3/+0
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-1298/+1804
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-3/+0
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-53/+22
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2-84/+16
2020-10-06RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb1-82/+12
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+19
2020-10-02RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-1/+195
2020-10-02RDMA/core: Introduce new GID table query APIAvihai Horon1-3/+63
2020-10-02RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon4-5/+14
2020-10-02RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2-2/+3
2020-10-02RDMA/core: Constify struct attribute_groupRikard Falkeborn1-6/+6
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-10/+25
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-166/+112
2020-09-30RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-1/+0
2020-09-29RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky1-2/+15
2020-09-29net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo3-9/+19
2020-09-23RDMA/restrack: Improve readability in task name managementLeon Romanovsky10-114/+157
2020-09-23RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky7-50/+22
2020-09-23RDMA/restrack: Count references to the verbs objectsLeon Romanovsky9-31/+70
2020-09-23RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky1-2/+1
2020-09-19RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe1-50/+29
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe3-5/+6
2020-09-18RDMA: Fix link active_speed sizeAharon Landau2-2/+3
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky4-35/+26
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky3-8/+20
2020-09-17RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe1-108/+88
2020-09-17RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe1-32/+31
2020-09-17RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe1-15/+4
2020-09-17RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe1-31/+7
2020-09-17RDMA/cma: Remove cma_comp()Jason Gunthorpe1-20/+7
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe1-18/+18
2020-09-17RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe1-22/+45
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe1-14/+30
2020-09-14RDMA/core: Fix ordering of CQ pool destructionJason Gunthorpe1-2/+4
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+3
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe1-12/+0
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-1/+6
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe1-3/+8
2020-09-09RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe1-0/+6
2020-09-09RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe1-2/+7
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky1-1/+3
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky2-7/+10
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-2/+6
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky2-3/+11
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-15/+12
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-2/+6