aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe7-115/+102
2019-08-21RDMA/mlx5: Use odp instead of mr->umem in pagefault_mrJason Gunthorpe1-6/+5
2019-08-21RDMA/mlx5: Use ib_umem_start instead of umem.addressJason Gunthorpe1-3/+3
2019-08-21RDMA/core: Make invalidate_range a device operationMoni Shoua2-4/+1
2019-08-21RDMA/odp: Provide ib_umem_odp_release() to undo the allocsJason Gunthorpe2-4/+4
2019-08-21RDMA/odp: Split creating a umem_odp from ib_umem_getJason Gunthorpe2-21/+26
2019-08-21RDMA/odp: Make the three ways to create a umem_odp clearJason Gunthorpe1-12/+11
2019-08-21RDMA/odp: Make it clearer when a umem is an implicit ODP umemJason Gunthorpe2-2/+2
2019-08-21RDMA/odp: Iterate over the whole rbtree directlyJason Gunthorpe1-22/+19
2019-08-20RDMA/mlx5: Fix MR npages calculation for IB_ACCESS_HUGETLBJason Gunthorpe1-2/+3
2019-08-20RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter1-1/+1
2019-08-13RDMA/hns: Remove unuseful memberLang Cheng2-2/+0
2019-08-13RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang1-2/+4
2019-08-13RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driverXi Wang1-6/+13
2019-08-13RDMA/hns: Modify pi vlaue when cq overflowsYangyang Li1-1/+1
2019-08-13RDMA/hns: Bugfix for creating qp attached to srqLijun Ou1-6/+17
2019-08-13RDMA/hns: Logic optimization of wc_flagsWeihang Li1-1/+2
2019-08-13RDMA/mlx5: Annotate lock dependency in bind/unbind slave portLeon Romanovsky1-2/+4
2019-08-13IB/mlx5: Expose XRQ legacy commands over the DEVX interfaceYishai Hadas1-0/+4
2019-08-13IB/mlx5: Add legacy events to DEVX listYishai Hadas1-0/+8
2019-08-13Merge remote-tracking branch 'mlx5-next/mlx5-next' into wip/dl-for-nextDoug Ledford2-3/+4
2019-08-12IB/mlx5: Fix use-after-free error while accessing ev_file pointerYishai Hadas1-4/+5
2019-08-12RDMA/hns: Use the new APIs for printing logLijun Ou2-24/+29
2019-08-12RDMA/hns: Disable alw_lcl_lpbk of SSUWeihang Li1-1/+1
2019-08-12RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()Weihang Li1-3/+2
2019-08-12RDMA/hns: Refactor hns_roce_v2_set_hem for hip08Yangyang Li1-33/+42
2019-08-12RDMA/hns: Remove unnecessary kzallocLang Cheng1-37/+27
2019-08-12RDMA/hns: Refactor irq request codeLang Cheng1-12/+13
2019-08-12RDMA/hns: Split bool statement and assign statementLang Cheng1-6/+8
2019-08-12RDMA/hns: Handling the error return value of hem functionLang Cheng1-5/+10
2019-08-12RDMA/hns: Update some comments styleLang Cheng4-43/+38
2019-08-12RDMA/hns: Clean up unnecessary initial assignmentLang Cheng1-2/+2
2019-08-12RDMA/hns: Remove unnessary init for cmq regYixian Liu2-6/+2
2019-08-12RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu2-4/+5
2019-08-12RDMA/hns: Optimize hns_roce_modify_qp functionLijun Ou1-48/+69
2019-08-12RDMA/hns: Encapsulate some lines for setting sq size in user modeLijun Ou1-7/+22
2019-08-12RDMA/hns: remove obsolete Kconfig commentYueHaibing1-8/+0
2019-08-12RDMA/{cxgb3, cxgb4, i40iw}: Remove common codeKamal Heib3-60/+0
2019-08-12RDMA/cxgb3: Use ib_device_set_netdev()Kamal Heib1-0/+20
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib9-24/+17
2019-08-07IB/mlx5: Check the correct variable in error handling codeDan Carpenter1-1/+1
2019-08-07IB/mlx5: Fix implicit MR release flowYishai Hadas1-15/+9
2019-08-07mlx5: Use refcount_t for refcountChuhong Yuan1-3/+3
2019-08-05RDMA/efa: Rate limit admin queue error printsGal Pressman2-86/+120
2019-08-05RDMA/hns: Remove not used UAR assignmentLeon Romanovsky1-13/+5
2019-08-04IB/mlx5: Support MLX5_CMD_OP_QUERY_LAG as a DEVX general commandMark Zhang1-0/+1
2019-08-01RDMA/hns: Fix error return code in hns_roce_v1_rsv_lp_qp()Wei Yongjun1-1/+3
2019-08-01RDMA/mlx5: Release locks during notifier unregisterLeon Romanovsky1-4/+3
2019-08-01IB/hfi1: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-08-01IB/mlx5: Fix MR registration flow to use UMR properlyGuy Levi1-18/+9