aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06RDMA/mad: Do not check MAD sizes in roce and ib driversLeon Romanovsky5-20/+0
2019-11-06RDMA/ocrdma: Make ocrdma_pma_counters() return voidLeon Romanovsky3-9/+4
2019-11-06RDMA/mad: Allocate zeroed MAD bufferLeon Romanovsky5-14/+2
2019-11-06RDMA/qib: Delete empty check_cc_key functionLeon Romanovsky1-11/+0
2019-11-06RDMA/qib: Delete extra lineLeon Romanovsky1-1/+0
2019-11-06RDMA/mad: Delete never implemented functionsLeon Romanovsky1-19/+0
2019-11-06Revert "RDMA/srpt: Postpone HCA removal until after configfs directory removal"Bart Van Assche1-5/+1
2019-11-06RDMA/qedr: Remove unsupported modify_port callbackKamal Heib3-9/+0
2019-11-06RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib3-9/+0
2019-11-06RDMA/hns: Remove unsupported modify_port callbackKamal Heib1-7/+0
2019-11-06RDMA/core: Fix return code when modify_port isn't supportedKamal Heib1-1/+5
2019-11-06RDMA/qedr: Add iWARP doorbell recovery supportMichal Kalderon2-6/+43
2019-11-06RDMA/qedr: Add doorbell overflow recovery supportMichal Kalderon2-50/+275
2019-11-06RDMA/qedr: Use the common mmap APIMichal Kalderon4-121/+98
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon4-102/+114
2019-11-06RDMA/efa: Use the common mmap_xa helpersMichal Kalderon3-194/+153
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon7-23/+68
2019-11-06RDMA/core: Create mmap database and cookie helper functionsMichal Kalderon4-0/+240
2019-11-05RDMA/core: Move core content from ib_uverbs to ib_coreMichal Kalderon4-72/+86
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik4-3/+223
2019-10-31RDMA/mlx5: Return proper error valueLeon Romanovsky1-1/+1
2019-10-29RDMA/hns: Fix build error againArnd Bergmann2-5/+20
2019-10-28Merge branch 'odp_rework' into rdma.git for-nextJason Gunthorpe7-610/+623
2019-10-28RDMA/odp: Remove broken debugging call to invalidate_rangeJason Gunthorpe1-19/+19
2019-10-28RDMA/mlx5: Do not race with mlx5_ib_invalidate_range during create and destroyJason Gunthorpe3-59/+88
2019-10-28RDMA/mlx5: Do not store implicit children in the odp_mkeys xarrayJason Gunthorpe1-30/+6
2019-10-28RDMA/mlx5: Rework implicit ODP destroyJason Gunthorpe4-64/+120
2019-10-28RDMA/mlx5: Avoid double lookups on the pagefault pathJason Gunthorpe1-106/+80
2019-10-28RDMA/mlx5: Reduce locking in implicit_mr_get_data()Jason Gunthorpe1-12/+26
2019-10-28RDMA/mlx5: Use an xarray for the children of an implicit ODPJason Gunthorpe2-133/+67
2019-10-28RDMA/mlx5: Split implicit handling from pagefault_mrJason Gunthorpe1-49/+76
2019-10-28RDMA/mlx5: Set the HW IOVA of the child MRs to their place in the treeJason Gunthorpe1-2/+3
2019-10-28RDMA/mlx5: Lift implicit_mr_alloc() into the two routines that call itJason Gunthorpe1-77/+74
2019-10-28RDMA/mlx5: Rework implicit_mr_get_dataJason Gunthorpe1-54/+69
2019-10-28RDMA/mlx5: Delete struct mlx5_priv->mkey_tableJason Gunthorpe1-9/+0
2019-10-28RDMA/mlx5: Use a dedicated mkey xarray for ODPJason Gunthorpe5-73/+83
2019-10-28RDMA/mlx5: Split sig_err MR data into its own xarrayJason Gunthorpe4-17/+28
2019-10-28RDMA/mlx5: Use SRCU properly in ODP prefetchJason Gunthorpe1-141/+121
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe17-139/+152
2019-10-28RDMA/vmw_pvrdma: Use resource ids from physical device if availableBryan Tan2-29/+101
2019-10-28RDMA/core: Set DMA parameters correctlyBart Van Assche1-2/+14
2019-10-28RDMA/siw: Increase DMA max_segment_size parameterBart Van Assche2-0/+4
2019-10-28RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2-0/+4
2019-10-28RDMA/siw: Fix post_recv QP state lockingBernard Metzler1-1/+0
2019-10-28RDMA/iw_cxgb4: Report correct port speed/widthPotnuri Bharat Teja1-3/+4
2019-10-28RDMA/qedr: Fix memory leak in user qp and mrMichal Kalderon1-2/+10
2019-10-28RDMA/qedr: Fix synchronization methods and memory leaks in qedrMichal Kalderon3-75/+158
2019-10-28RDMA/qedr: Fix qpids xarray api usedMichal Kalderon3-4/+4
2019-10-28RDMA/qedr: Fix srqs xarray initializationMichal Kalderon1-0/+1
2019-10-28RDMA/hns: Fix memory leak on 'context' on error return pathColin Ian King1-4/+8