summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Configure TRRL field in hip08 RoCE deviceoulijun2017-11-101-1/+20
* RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)2017-11-101-4/+7
* RDMA/hns: Generate gid type of RoCEv2Wei Hu(Xavier)2017-11-101-2/+3
* RDMA/hns: Add rereg mr support for hip08Wei Hu(Xavier)2017-11-101-0/+4
* RDMA/hns: Add modify CQ support for hip08oulijun2017-10-251-0/+1
* RDMA/hns: Don't unregister a callback we didn't registerLijun Ou2017-09-291-1/+0
* RDMA/hns: Check return value of kzallocWei Hu(Xavier)2017-09-291-6/+11
* RDMA/hns: Replace condition statement using hardware version informationWei Hu(Xavier)2017-09-271-1/+2
* RDMA/hns: Split CQE from MTT in hip08Shaobo Xu2017-09-271-0/+17
* RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)2017-09-271-2/+6
* RDMA/hns: Add command queue support for hip08 RoCE driverWei Hu(Xavier)2017-09-271-0/+14
* RDMA/hns: Modify assignment device variable to support both PCI device and pl...Wei Hu(Xavier)2017-09-271-6/+6
* RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)2017-09-271-240/+42
* IB/hns: Fix the bug with modifying the MAC address without removing the driveroulijun2017-07-171-3/+0
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/hns: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-3/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-3/+4
| |/
* | IB/hns: include linux/module.hArnd Bergmann2017-02-191-0/+1
|/
* IB/hns: Move HNS RoCE user vendor structuresLeon Romanovsky2016-12-031-1/+1
* IB/hns: Fix the IB device nameLijun Ou2016-12-031-1/+1
* IB/hns: Delete the redundant memset operationWei Hu (Xavier)2016-12-031-3/+0
* IB/hns: Fix the bug of setting port mtuWei Hu (Xavier)2016-12-031-14/+2
* IB/hns: Fix the bug when free mrShaobo Xu2016-12-031-3/+2
* IB/hns: Fix for Checkpatch.pl comment style errorsSalil2016-12-031-14/+14
* IB/hns: Implement the add_gid/del_gid and optimize the GIDs managementShaobo Xu2016-12-031-222/+48
* IB/hns: Add code for refreshing CQ CI using TPTRWei Hu (Xavier)2016-12-031-3/+10
* IB/hns: Modify the init of iboe lockLijun Ou2016-10-031-2/+1
* IB/hns: Remove unused parameters in some functionsLijun Ou2016-10-031-1/+0
* IB/hns: Fix the value of device_cap_flagsLijun Ou2016-10-031-2/+1
* IB/hns: Add & initialize "node_guid" parameter for RDMA CMLijun Ou2016-10-031-0/+9
* IB/hns: Register HNS RoCE Driver get_netdev() with IB CoreLijun Ou2016-10-031-0/+20
* IB/hns: Add support of ACPI to the Hisilicon RoCE driverSalil2016-08-251-22/+105
* IB/hns: Fix return value check in hns_roce_get_cfg()Wei Yongjun2016-08-221-2/+2
* IB/hns: Add driver files for hns RoCE driveroulijun2016-08-221-0/+1059