summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2020-03-29RDMA/hns: Reduce PFC frames in congestion scenariosJihua Tao1-1/+1
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextJason Gunthorpe3-0/+11
2020-03-27RDMA/mlx5: Add support for RDMA TX flow tableMichael Guralnik3-0/+11
2020-03-27IB/hfi1: Call kobject_put() when kobject_init_and_add() failsKaike Wan1-5/+8
2020-03-27IB/hfi1: Fix memory leaks in sysfs registration and unregistrationKaike Wan1-2/+11
2020-03-27IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas4-3/+25
2020-03-27IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ibLeon Romanovsky1-0/+17
2020-03-27IB/mlx5: Extend QP creation to get uar page index from user spaceYishai Hadas1-10/+17
2020-03-27IB/mlx5: Extend CQ creation to get uar page index from user spaceYishai Hadas1-6/+11
2020-03-27IB/mlx5: Expose UAR object and its alloc/destroy commandsYishai Hadas2-9/+165
2020-03-26RDMA/hns: Remove redundant judgment of qp_typeWeihang Li1-7/+0
2020-03-26RDMA/hns: Remove redundant assignment of wc->smac when polling cqWeihang Li1-8/+1
2020-03-26RDMA/hns: Remove redundant qpc setup operationsLang Cheng1-236/+1
2020-03-26RDMA/hns: Remove meaningless printsWenpeng Liang2-11/+3
2020-03-26RDMA/hns: Remove definition of cq doorbell structureLang Cheng1-5/+0
2020-03-26RDMA/hns: Adjust the qp status value sequence of the hardwareLang Cheng1-1/+1
2020-03-26RDMA/hns: Optimize hns_roce_alloc_vf_resource()Lijun Ou1-81/+62
2020-03-26RDMA/hns: Simplify attribute judgment codeLang Cheng1-2/+1
2020-03-26RDMA/hns: Fix a wrong judgment of return valueWeihang Li1-1/+1
2020-03-26RDMA/hns: Unify format of printsLijun Ou2-73/+89
2020-03-26IB/hfi1: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-2/+2
2020-03-25IB/mlx5: Generally use the WC auto detection test resultYishai Hadas2-13/+5
2020-03-25RDMA/hns: Optimize mhop put flow for multi-hop addressingXi Wang1-100/+61
2020-03-25RDMA/hns: Optimize mhop get flow for multi-hop addressingXi Wang1-115/+182
2020-03-25RDMA/bnxt_re: Wait for all the CQ events before freeing CQ data structuresSelvin Xavier2-0/+74
2020-03-25IB/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2
2020-03-19RDMA/efa: Use in-kernel offsetofend() to check field availabilityLeon Romanovsky1-5/+2
2020-03-19IB/hfi1: Remove kobj from hfi1_devdataKaike Wan3-27/+5
2020-03-19RDMA/hns: Check if depth of qp is 0 before configureLang Cheng1-44/+33
2020-03-18i40iw: Report correct firmware versionSindhu, Devale8-9/+167
2020-03-18RDMA/hns: Optimize wqe buffer set flow for post sendXi Wang1-248/+224
2020-03-18RDMA/hns: Optimize base address table config flow for qp bufferXi Wang3-41/+21
2020-03-18RDMA/hns: Optimize the wr opcode conversion from ib to hnsXi Wang1-27/+36
2020-03-18RDMA/hns: Optimize wqe buffer filling process for post sendXi Wang1-31/+32
2020-03-18RDMA/hns: Rename wqe buffer related functionsXi Wang4-15/+16
2020-03-18RDMA/bnxt_re: Remove unnecessary sched countSelvin Xavier2-9/+0
2020-03-18RDMA/bnxt_re: Fix lifetimes in bnxt_re_taskJason Gunthorpe1-0/+2
2020-03-18RDMA/bnxt_re: Use ib_device_try_get()Jason Gunthorpe2-14/+14
2020-03-13RDMA/hns: Fix wrong judgments of udata->outlenWeihang Li1-4/+4
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextJason Gunthorpe4-283/+414
2020-03-13RDMA/mlx5: Allow MRs to be created in the cache synchronouslyJason Gunthorpe2-61/+87
2020-03-13RDMA/mlx5: Revise how the hysteresis scheme works for cache fillingJason Gunthorpe2-15/+27
2020-03-13RDMA/mlx5: Fix locking in MR cache work queueJason Gunthorpe2-46/+80
2020-03-13RDMA/mlx5: Lock access to ent->available_mrs/limit when doing queue_workJason Gunthorpe1-15/+25
2020-03-13RDMA/mlx5: Fix MR cache size and limit debugfsJason Gunthorpe1-64/+88
2020-03-13RDMA/mlx5: Always remove MRs from the cache before destroying themJason Gunthorpe1-6/+13
2020-03-13RDMA/mlx5: Simplify how the MR cache bucket is locatedJason Gunthorpe3-98/+71
2020-03-13RDMA/mlx5: Rename the tracking variables for the MR cacheJason Gunthorpe2-31/+42
2020-03-13RDMA/mlx5: Replace spinlock protected write with atomic varSaeed Mahameed3-10/+3
2020-03-13{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik1-3/+3