aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+4
2017-02-19IB/hns: include linux/module.hArnd Bergmann1-0/+1
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-3/+4
2017-01-24IB/hns: Switch from dma_device to dev.parentBart Van Assche2-2/+2
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford2-2/+4
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua2-2/+4
2016-12-03IB/hns: Move HNS RoCE user vendor structuresLeon Romanovsky4-56/+3
2016-12-03IB/hns: Fix the IB device nameLijun Ou1-1/+1
2016-12-03IB/hns: Fix the bug when free cqShaobo Xu4-11/+79
2016-12-03IB/hns: Delete the redundant memset operationWei Hu (Xavier)1-3/+0
2016-12-03IB/hns: Fix the bug of setting port mtuWei Hu (Xavier)1-14/+2
2016-12-03IB/hns: Fix the bug when free mrShaobo Xu6-15/+545
2016-12-03IB/hns: Fix the bug when destroy qpWei Hu (Xavier)3-96/+402
2016-12-03IB/hns: Fix for Checkpatch.pl comment style errorsSalil6-66/+66
2016-12-03IB/hns: Implement the add_gid/del_gid and optimize the GIDs managementShaobo Xu2-224/+48
2016-12-03IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)6-12/+21
2016-12-03IB/hns: Modify query info named port_num when querying RC QPWei Hu (Xavier)1-3/+1
2016-12-03IB/hns: Modify the macro for the timeout when cmd processWei Hu (Xavier)4-14/+9
2016-12-03IB/hns: Fix the bug for qp state in hns_roce_v1_m_qp()Lijun Ou1-1/+1
2016-12-03IB/hns: Modify the condition of notifying hardware loopbackLijun Ou1-17/+7
2016-12-03IB/hns: add self loopback for CMLijun Ou2-0/+13
2016-12-03IB/hns: Optimize the logic of allocating memory using APIsWei Hu (Xavier)1-7/+9
2016-12-03IB/hns: Add code for refreshing CQ CI using TPTRWei Hu (Xavier)6-15/+103
2016-12-03IB/hns: Add the interface for querying QP1Lijun Ou2-3/+86
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