aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-25RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li1-1/+11
2021-11-25RDMA/hns: Do not halt commands during reset until laterYangyang Li1-2/+0
2021-11-01Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-3/+3
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2-27/+135
2021-10-29RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibilityYixing Liu1-2/+2
2021-10-29RDMA/hns: Fix initial arm_st of CQHaoyue Xu1-1/+1
2021-10-25RDMA: Constify netdev->dev_addr accessesJakub Kicinski4-10/+12
2021-10-12RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing1-15/+5
2021-09-27RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang1-9/+22
2021-09-27RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang1-1/+1
2021-09-24RDMA/hns: Work around broken constant propagation in gcc 8Jason Gunthorpe1-5/+6
2021-08-30Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe3-9/+6
2021-08-26RDMA/hns: Delete unnecessary blank lines.Xinhao Liu3-4/+0
2021-08-26RDMA/hns: Encapsulate the qp db as a functionYixing Liu1-53/+82
2021-08-26RDMA/hns: Adjust the order in which irq are requested and enabledWenpeng Liang1-16/+13
2021-08-26RDMA/hns: Remove RST2RST error prints for hw v1Weihang Li1-10/+1
2021-08-26RDMA/hns: Remove dqpn filling when modify qp from Init to InitWenpeng Liang1-7/+0
2021-08-26RDMA/hns: Fix QP's resp incomplete assignmentWenpeng Liang1-2/+1
2021-08-26RDMA/hns: Fix query destination qpnWenpeng Liang1-1/+1
2021-08-25RDMA/hns: Bugfix for incorrect association between dip_idx and dgidJunxian Huang4-5/+31
2021-08-25RDMA/hns: Bugfix for the missing assignment for dip_idxJunxian Huang1-1/+3
2021-08-25RDMA/hns: Bugfix for data type of dip_idxJunxian Huang1-1/+1
2021-08-25RDMA/hns: Fix incorrect lsn fieldYixing Liu1-3/+0
2021-08-24RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb1-2/+2
2021-08-24RDMA/hns: Delete unused hns bitmap interfaceYangyang Li2-75/+0
2021-08-24RDMA/hns: Use IDA interface to manage srq indexYangyang Li4-34/+18
2021-08-24RDMA/hns: Use IDA interface to manage uar indexYangyang Li4-31/+22
2021-08-23RDMA/hns: Ownerbit mode add control fieldLang Cheng1-0/+3
2021-08-23RDMA/hns: Enable stash feature of HIP09Yixing Liu1-0/+1
2021-08-23RDMA/hns: Remove unsupport cmdq modeLang Cheng2-27/+14
2021-08-19RDMA/hns: Fix return in hns_roce_rereg_user_mr()YueHaibing1-1/+3
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky3-23/+11
2021-08-03RDMA/hns: Don't overwrite supplied QP attributesLeon Romanovsky1-7/+1
2021-08-03RDMA/hns: Don't skip IB creation flow for regular RC QPLeon Romanovsky1-3/+3
2021-08-03RDMA/hns: Fix the double unlock problem of poll_semYangyang Li2-7/+4
2021-06-24RDMA/hns: Add window selection field of congestion controlYixing Liu2-0/+14
2021-06-23RDMA/hns: Fix incorrect vlan enable bit in QPCWeihang Li1-2/+2
2021-06-22RDMA/hns: Add vendor_err info to error WCLang Cheng1-0/+1
2021-06-22RDMA/hns: Fix spelling mistakes of originalLang Cheng1-1/+1
2021-06-22RDMA/hns: Simplify the judgment in hns_roce_v2_post_send()Yixing Liu1-3/+3
2021-06-22RDMA/hns: Encapsulate flushing CQE as a functionWenpeng Liang3-35/+21
2021-06-22RDMA/hns: Modify function return value typeYangyang Li3-11/+3
2021-06-22RDMA/hns: Clean definitions of EQC structureXi Wang1-15/+4
2021-06-22RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qpYangyang Li1-7/+2
2021-06-22RDMA/hns: Add member assignments for qp_init_attrYangyang Li1-0/+5
2021-06-22RDMA/hns: Fix some print issuesYixing Liu2-4/+2
2021-06-22RDMA/hns: Fix uninitialized variableYixing Liu1-1/+1
2021-06-22RDMA/hns: Force rewrite inline flag of WQELang Cheng1-2/+2
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-2/+2
2021-06-21RDMA/hns: Use IDA interface to manage xrcd indexYangyang Li4-41/+25