aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01RDMA/hns_roce: Don't check return value of zap_vma_ptes()Doug Ledford1-3/+1
2018-05-30RDMA/hns: Implement the disassociate_ucontext APIWei Hu(Xavier)1-1/+69
2018-05-30RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)1-0/+7
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-1/+1
2018-05-09RDMA/hns: Drop local zgid in favor of core defined variableLeon Romanovsky1-1/+0
2018-05-09RDMA/hns: Update convert function of endian formatoulijun1-1/+1
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-11/+9
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-7/+0
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-19RDMA/hns: Fix init resp when alloc ucontextYixian Liu1-1/+1
2018-03-13RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu1-0/+5
2018-03-13RDMA/hns: Support rq record doorbell for the user spaceYixian Liu1-0/+5
2018-02-14RDMA/hns: Fix a bug with modifying mac addressoulijun1-1/+2
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun1-1/+1
2018-02-01RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun1-1/+0
2017-12-22RDMA/hns: Refactor eq code for hip06Yixian Liu1-10/+6
2017-11-10RDMA/hns: Configure TRRL field in hip08 RoCE deviceoulijun1-1/+20
2017-11-10RDMA/hns: Configure sgid type for hip08 RoCEWei Hu(Xavier)1-4/+7
2017-11-10RDMA/hns: Generate gid type of RoCEv2Wei Hu(Xavier)1-2/+3
2017-11-10RDMA/hns: Add rereg mr support for hip08Wei Hu(Xavier)1-0/+4
2017-10-25RDMA/hns: Add modify CQ support for hip08oulijun1-0/+1
2017-09-29RDMA/hns: Don't unregister a callback we didn't registerLijun Ou1-1/+0
2017-09-29RDMA/hns: Check return value of kzallocWei Hu(Xavier)1-6/+11
2017-09-27RDMA/hns: Replace condition statement using hardware version informationWei Hu(Xavier)1-1/+2
2017-09-27RDMA/hns: Split CQE from MTT in hip08Shaobo Xu1-0/+17
2017-09-27RDMA/hns: Add profile support for hip08 driverWei Hu(Xavier)1-2/+6
2017-09-27RDMA/hns: Add command queue support for hip08 RoCE driverWei Hu(Xavier)1-0/+14
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-6/+6
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-240/+42
2017-07-17IB/hns: Fix the bug with modifying the MAC address without removing the driveroulijun1-3/+0
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
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 Assche1-1/+1
2016-12-03IB/hns: Move HNS RoCE user vendor structuresLeon Romanovsky1-1/+1
2016-12-03IB/hns: Fix the IB device nameLijun Ou1-1/+1
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 Xu1-3/+2
2016-12-03IB/hns: Fix for Checkpatch.pl comment style errorsSalil1-14/+14
2016-12-03IB/hns: Implement the add_gid/del_gid and optimize the GIDs managementShaobo Xu1-222/+48
2016-12-03IB/hns: Add code for refreshing CQ CI using TPTRWei Hu (Xavier)1-3/+10
2016-10-03IB/hns: Modify the init of iboe lockLijun Ou1-2/+1
2016-10-03IB/hns: Remove unused parameters in some functionsLijun Ou1-1/+0
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 Ou1-0/+9
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 driverSalil1-22/+105
2016-08-22IB/hns: Fix return value check in hns_roce_get_cfg()Wei Yongjun1-2/+2