aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-3/+0
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou1-3/+4
2019-05-27RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng1-10/+0
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-20/+10
2019-04-08RDMA/hns: Dump detailed driver-specific CQLijun Ou1-0/+1
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+2
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+2
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-17/+9
2019-02-14RDMA/hns: Configure capacity of hns deviceLijun Ou1-0/+5
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-0/+1
2019-01-24RDMA/hns: Add timer allocation support for hip08Yangyang Li1-0/+36
2019-01-24RDMA/hns: Add SCC context allocation support for hip08Yangyang Li1-0/+18
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2018-12-11RDMA/hns: Initialize ib_device_ops structKamal Heib1-58/+56
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou1-0/+15
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou1-0/+63
2018-12-05RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou1-0/+5
2018-10-16RDMA/hns: Add FRMR support for hip08Yixian Liu1-0/+6
2018-10-03RDMA/hns: Update some attributes of the RoCE deviceLijun Ou1-0/+1
2018-09-26RDMA/hns: Add MW support for hip08Yixian Liu1-0/+9
2018-09-26RDMA/hns: Add atomic supportLijun Ou1-1/+2
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-09-20RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe1-80/+21
2018-07-26RDMA/hns: Enable modify_cq for uverbs.Lijun Ou1-0/+3
2018-07-26RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou1-2/+1
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+2
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit1-4/+2
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