summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)AuthorFilesLines
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+4
2016-10-03IB/hns: Fix for removal of redundant codeSalil2-19/+2
2016-10-03IB/hns: Delete the redundant lines in hns_roce_v1_m_qp()Lijun Ou1-14/+3
2016-10-03IB/hns: Fix the bug when platform_get_resource() exec failLijun Ou1-0/+4
2016-10-03IB/hns: Update the rq head when modify qp stateLijun Ou1-1/+2
2016-10-03IB/hns: Cq has not been freedLijun Ou1-1/+4
2016-10-03IB/hns: Validate mtu when modified qpLijun Ou1-0/+15
2016-10-03IB/hns: Some items of qpc need to take user paramLijun Ou1-2/+4
2016-10-03IB/hns: The Ack timeout need a lower limit valueLijun Ou1-4/+13
2016-10-03IB/hns: Return bad wr while post send failedLijun Ou1-4/+7
2016-10-03IB/hns: Fix bug of memory leakage for registering user mrLijun Ou1-0/+3
2016-10-03IB/hns: Modify the init of iboe lockLijun Ou1-2/+1
2016-10-03IB/hns: Optimize code of aeq and ceq interrupt handle and fix the bug of qpnWei Hu (Xavier)2-75/+75
2016-10-03IB/hns: Delete the sqp_start from the structure hns_roce_capsWei Hu (Xavier)3-8/+4
2016-10-03IB/hns: Fix bug of clear hemWei Hu (Xavier)5-74/+157
2016-10-03IB/hns: Remove unused parameter named qp_typeLijun Ou1-3/+1
2016-10-03IB/hns: Simplify function of pd alloc and qp allocLijun Ou2-22/+2
2016-10-03IB/hns: Fix bug of using uninit refcount and freeLijun Ou1-0/+8
2016-10-03IB/hns: Remove parameters of resize cqLijun Ou2-12/+0
2016-10-03IB/hns: Remove unused parameters in some functionsLijun Ou4-15/+7
2016-10-03IB/hns: Fix two bugs for rdma cm connectingLijun Ou2-4/+1
2016-10-03IB/hns: Fix the bug of rdma cm connecting on user modeLijun Ou3-30/+15
2016-10-03IB/hns: Change the logic for allocating uar registersLijun Ou1-1/+3
2016-10-03IB/hns: Add phy_port for computing GSI/QPNLijun Ou3-21/+23
2016-10-03IB/hns: Fix two possible bugs for rdma cmLijun Ou1-6/+4
2016-10-03IB/hns: Fix the value of device_cap_flagsLijun Ou1-2/+1
2016-10-03IB/hns: Add & initialize "node_guid" parameter for RDMA CMLijun Ou2-0/+10
2016-10-03IB/hns: Register HNS RoCE Driver get_netdev() with IB CoreLijun Ou1-0/+20
2016-08-25IB/hns: Add support of ACPI to the Hisilicon RoCE driverSalil5-34/+136
2016-08-22IB/hns: Fix return value check in hns_roce_get_cfg()Wei Yongjun1-2/+2
2016-08-22IB/hns: Kconfig and Makefile for RoCE moduleoulijun2-0/+18
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun18-0/+10324