summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_main.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Clean up unnecessary variable initializationLang Cheng2019-07-071-1/+1
* RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-251-3/+0Star
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-191-0/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-0/+1
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA/hns: Replace magic numbers with #definesLijun Ou2019-05-271-3/+4
* RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2019-05-271-10/+0Star
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-20/+10Star
* RDMA/hns: Dump detailed driver-specific CQLijun Ou2019-04-081-0/+1
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+2
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-17/+9Star
* RDMA/hns: Configure capacity of hns deviceLijun Ou2019-02-141-0/+5
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+1
* RDMA/hns: Add timer allocation support for hip08Yangyang Li2019-01-241-0/+36
* RDMA/hns: Add SCC context allocation support for hip08Yangyang Li2019-01-241-0/+18
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA: Clear CTX objects during their allocationLeon Romanovsky2019-01-111-1/+1
* RDMA/hns: Initialize ib_device_ops structKamal Heib2018-12-111-58/+56Star
* RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou2018-12-051-0/+15
* RDMA/hns: Init SRQ table for hip08Lijun Ou2018-12-051-0/+63
* RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou2018-12-051-0/+5
* RDMA/hns: Add FRMR support for hip08Yixian Liu2018-10-161-0/+6
* RDMA/hns: Update some attributes of the RoCE deviceLijun Ou2018-10-041-0/+1
* RDMA/hns: Add MW support for hip08Yixian Liu2018-09-271-0/+9
* RDMA/hns: Add atomic supportLijun Ou2018-09-261-1/+2
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA/hns: Use rdma_user_mmap_ioJason Gunthorpe2018-09-201-80/+21Star
* RDMA/hns: Enable modify_cq for uverbs.Lijun Ou2018-07-271-0/+3
* RDMA/hns: Do not overwrite the error code during error unwind in hns_roce_initLijun Ou2018-07-271-2/+1Star
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
* RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit2018-06-181-4/+2Star
* RDMA/hns_roce: Don't check return value of zap_vma_ptes()Doug Ledford2018-06-011-3/+1Star
* RDMA/hns: Implement the disassociate_ucontext APIWei Hu(Xavier)2018-05-311-1/+69
* RDMA/hns: Add reset process for RoCE in hip08Wei Hu(Xavier)2018-05-311-0/+7
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-1/+1
|\
| * RDMA/hns: Update convert function of endian formatoulijun2018-05-091-1/+1
* | RDMA/hns: Drop local zgid in favor of core defined variableLeon Romanovsky2018-05-091-1/+0Star
|/
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-11/+9Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-7/+0Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* RDMA/hns: Fix init resp when alloc ucontextYixian Liu2018-03-191-1/+1
* RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu2018-03-131-0/+5
* RDMA/hns: Support rq record doorbell for the user spaceYixian Liu2018-03-131-0/+5
* RDMA/hns: Fix a bug with modifying mac addressoulijun2018-02-151-1/+2
* RDMA/hns: Fix the endian problem for hnsoulijun2018-02-051-1/+1
* RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_tableoulijun2018-02-011-1/+0Star
* RDMA/hns: Refactor eq code for hip06Yixian Liu2017-12-221-10/+6Star