aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang3-11/+7
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang8-51/+34
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang8-46/+37
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe3-8/+66
2022-01-07RDMA/hns: Replace get_udp_sport with rdma_get_udp_sportZhu Yanjun1-10/+3
2022-01-07RDMA/hns: Modify the hop num of HIP09 EQ to 1Wenpeng Liang2-2/+5
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang17-6255/+33
2021-12-14Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-3/+11
2021-12-14RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-14RDMA/hns: Support direct wqe of userspaceYixing Liu5-12/+92
2021-12-14RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2-7/+65
2021-12-06RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu1-1/+1
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-19RDMA/hns: Remove magic numberXinhao Liu1-1/+3
2021-11-19RDMA/hns: Remove macros that are no longer usedYixing Liu1-16/+0
2021-11-19RDMA/hns: Correctly initialize the members of Array[][]Xinhao Liu1-1/+2
2021-11-19RDMA/hns: Correct the type of variables participating in the shift operationXinhao Liu4-15/+15
2021-11-19RDMA/hns: Replace tab with space in the right-side commentsXinhao Liu3-15/+15
2021-11-19RDMA/hns: Correct the print format to be consistent with the variable typeXinhao Liu1-3/+3
2021-11-19RDMA/hns: Correct the hex print formatXinhao Liu2-6/+6
2021-11-17RDMA/hns: Validate the pkey indexKamal Heib1-0/+3
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