aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu8-90/+107
2020-12-11RDMA/hns: Fix incorrect symbol typesWenpeng Liang10-73/+73
2020-12-11RDMA/hns: Clear redundant variable initializationXinhao Liu2-5/+5
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng13-51/+43
2020-12-11RDMA/hns: Remove unnecessary access right set during INIT2INITYixian Liu1-46/+0
2020-12-11RDMA/hns: WARN_ON if get a reserved sl from usersWeihang Li1-0/+4
2020-12-11RDMA/hns: Avoid filling sl in high 3 bits of vlan_idWeihang Li1-10/+1
2020-12-11RDMA/hns: Do shift on traffic class when using RoCEv2Weihang Li3-8/+12
2020-12-11RDMA/hns: Normalization the judgment of some featuresWenpeng Liang3-7/+7
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang5-16/+22
2020-12-10RDMA/mlx4: Remove bogus dev_base_lock usageVladimir Oltean1-3/+0
2020-12-10RDMA/mlx5: Remove unneeded semicolonTom Rix1-1/+1
2020-12-07Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski5-153/+168
2020-12-07RDMA/mlx5: Assign dev to DM MRMaor Gottlieb4-30/+35
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li6-15/+1
2020-12-07RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2020-12-07RDMA/i40iw: Replace atomic_add_return(1, ..)Yejune Deng1-3/+3
2020-12-07RDMA/mlx5: Fix error unwinds for rereg_mrJason Gunthorpe1-128/+188
2020-12-07RDMA/mlx5: Reorganize mlx5_ib_reg_user_mr()Jason Gunthorpe3-129/+140
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe6-32/+35
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-1/+1
2020-12-06RDMA/mlx5: Remove IB representors dead codeLeon Romanovsky2-55/+7
2020-12-06net/mlx5: Simplify eswitch mode checkLeon Romanovsky3-18/+0
2020-12-06RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky4-80/+161
2020-12-01RDMA/efa: Use dma_set_mask_and_coherent() to simplify codeGal Pressman1-9/+2
2020-12-01RDMA/hns: Refactor process of setting extended sgeWeihang Li1-32/+28
2020-12-01RDMA/hns: Bugfix for calculation of extended sgeYangyang Li1-1/+6
2020-12-01RDMA/hns: Fix 0-length sge calculation errorLang Cheng1-14/+10
2020-12-01RDMA/efa: Use the correct current and new states in modify QPGal Pressman1-2/+2
2020-12-01RDMA/qedr: iWARP invalid(zero) doorbell address fixAlok Prasad1-0/+9
2020-12-01RDMA/i40iw: Remove push code from i40iwShiraz Saleem8-224/+18
2020-12-01Merge tag 'v5.10-rc6' into rdma.git for-nextJason Gunthorpe13-93/+98
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-93/+98
2020-11-27RDMA/hns: Add support for QP stashLang Cheng2-61/+75
2020-11-27RDMA/hns: Add support for CQ stashLang Cheng4-16/+37
2020-11-27RDMA/hns: Create QP with selected QPN for bank load balanceYangyang Li2-19/+96
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2-1/+6
2020-11-26RDMA/mlx5: Use PCI device for dma mappingsParav Pandit1-9/+11
2020-11-26RDMA/mlx5: Silence the overflow warning while building offset maskLeon Romanovsky1-1/+1
2020-11-26RDMA/mlx5: Check for ERR_PTR from uverbs_zalloc()Jason Gunthorpe1-1/+1
2020-11-26RDMA/hns: Add UD support for HIP09Weihang Li4-12/+37
2020-11-26RDMA/hns: Simplify process of filling UD SQ WQEWeihang Li2-69/+43
2020-11-26RDMA/hns: Remove the portn field in UD SQ WQEWeihang Li2-5/+0
2020-11-26RDMA/hns: Avoid setting loopback indicator when smac is same as dmacWeihang Li1-9/+0
2020-11-26RDMA/hns: Fix missing fields in address vectorWeihang Li1-4/+6
2020-11-26RDMA/hns: Only record vlan info for HIP08Weihang Li3-33/+33
2020-11-26RDMA/mlx4: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-26RDMA/mlx5: Enable querying AH for XRC QP typesAvihai Horon1-1/+3
2020-11-26RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu1-0/+1
2020-11-26RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang1-4/+4