aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky27-259/+168
2019-04-08IB/mlx5: Remove references to uboject->contextJason Gunthorpe3-14/+23
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2-6/+7
2019-04-04RDMA/iw_cxgb4: Always disconnect when QP is transitioning to TERMINATE statePotnuri Bharat Teja1-2/+2
2019-04-04RDMA/mlx5: Cleanup WQE page fault handlerLeon Romanovsky1-67/+52
2019-04-03Merge HFI1 updates into k.o/for-nextJason Gunthorpe10-131/+255
2019-04-03IB/hfi1: Implement CCA for TID RDMA protocolKaike Wan3-45/+167
2019-04-03IB/hfi1: Remove WARN_ON when freeing expected receive groupsKaike Wan1-3/+0
2019-04-03IB/hfi1: Unify the software PSN check for TID RDMA READ/WRITEKaike Wan3-28/+31
2019-04-03IB/hfi1: Add a function to read next expected psn from hardware flowKaike Wan1-20/+18
2019-04-03IB/hfi1: Delay the release of destination mr for TID RDMA WRITE DATAKaike Wan3-29/+18
2019-04-02RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch32-214/+194
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch19-91/+164
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch51-218/+217
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2-3/+6
2019-04-01qib: Convert qib_unit_table to XArrayMatthew Wilcox5-69/+27
2019-04-01hfi1: Convert hfi1_unit_table to XArrayMatthew Wilcox6-68/+31
2019-03-29qedr: Convert srqidr to XArrayMatthew Wilcox3-41/+7
2019-03-29qedr: Convert qpidr to XArrayMatthew Wilcox4-11/+8
2019-03-29hfi1: Convert vesw_idr to XArrayMatthew Wilcox2-10/+9
2019-03-29RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2-40/+16
2019-03-29RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2-24/+12
2019-03-28RDMA/mthca: Use correct sizing on buffers holding page DMA addressesShiraz Saleem1-1/+1
2019-03-28RDMA/cxbg: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2-2/+2
2019-03-28RDMA/bnxt_re: Use correct sizing on buffers holding page DMA addressesSelvin Xavier7-53/+67
2019-03-28IB/qib: Remove a set-but-not-used variableBart Van Assche1-4/+1
2019-03-28IB/hfi1: Fix two format stringsBart Van Assche2-4/+4
2019-03-28IB/mlx5: Declare devx_async_cmd_event_fops staticBart Van Assche1-1/+1
2019-03-27RDMA/vmw_pvrdma: Skip zeroing device attrsYuval Shaia1-2/+0
2019-03-27IB/mlx5: Compare only index part of a memory window rkeyArtemy Kovalyov1-1/+10
2019-03-27IB/mlx5: WQE dump jumps over first 16 bytesArtemy Kovalyov1-3/+2
2019-03-27IB/mlx5: Reset access mask when looping inside page fault handlerMoni Shoua1-1/+2
2019-03-27RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky1-1/+1
2019-03-27IB/hfi1: Fix the allocation of RSM tableKaike Wan1-7/+19
2019-03-27IB/hfi1: Eliminate opcode tests on mr derefKaike Wan1-2/+2
2019-03-27IB/hfi1: Clear the IOWAIT pending bits when QP is put into error stateKaike Wan1-0/+2
2019-03-27IB/hfi1: Failed to drain send queue when QP is put into error stateKaike Wan1-1/+1
2019-03-27RDMA/i40iw: Handle workqueue allocation failureKangjie Lu3-5/+20
2019-03-26drivers: infiniband: Fix whitespace in kconfigEnrico Weigelt, metux IT consult1-6/+6
2019-03-26RDMA/nes: remove redundant check on udataColin Ian King1-39/+34
2019-03-26mlx4: Convert pv_id_table to XArrayMatthew Wilcox2-25/+16
2019-03-26mlx5: Convert mlx5_srq_table to XArrayMatthew Wilcox2-22/+10
2019-03-26IB/hfi1: Add running average for adaptive pioMike Marciniszyn3-3/+7
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi5-18/+18
2019-03-25RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou1-2/+0
2019-03-25RDMA/hns: Bugfix for sending with invalidateLijun Ou1-1/+1
2019-03-25RDMA/hns: Hide error print information with roce vf deviceLijun Ou1-7/+5
2019-03-25RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou1-71/+81
2019-03-25RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou1-2/+2