summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-04RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang1-2/+1
2020-12-30RDMA/hns: Normalization the judgment of some featuresWenpeng Liang1-4/+4
2020-12-30RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang1-1/+2
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-09-24RDMA/hns: Add support for SCCC in size of 64 BytesYangyang Li1-3/+3
2020-09-24RDMA/hns: Add support for QPC in size of 512 BytesWenpeng Liang1-1/+1
2020-09-24RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang1-0/+2
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-0/+2
2020-09-09RDMA/hns: Avoid unncessary initializationLijun Ou1-2/+2
2020-06-23RDMA: Add a dedicated CQ resource tracker functionMaor Gottlieb1-1/+1
2020-05-25RDMA/hns: Remove unused code about assertYangyang Li1-1/+0
2020-05-06RDMA/hns: Remove unused MTT functionsXi Wang1-68/+2
2020-01-15RDMA/hns: Remove some redundant variables related to capabilitiesWeihang Li1-1/+1
2020-01-10RDMA/hns: Add support for reporting wc as software modeXi Wang1-0/+47
2020-01-07RDMA/hns: Fix coding style issuesLijun Ou1-29/+28
2019-11-25RDMA/hns: Rename the functions used inside creating cqYixian Liu1-2/+2
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-2/+2
2019-11-06RDMA/hns: Remove unsupported modify_port callbackKamal Heib1-7/+0
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-2/+4
2019-09-16RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu1-4/+4
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-1/+2
2019-07-07RDMA/hns: Clean up unnecessary variable initializationLang Cheng1-1/+1
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-3/+0
2019-06-19RDMA: 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-23RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-17/+9
2019-02-14RDMA/hns: Configure capacity of hns deviceLijun Ou1-0/+5
2019-02-09RDMA: 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-11RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2018-12-12RDMA/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-04RDMA/hns: Update some attributes of the RoCE deviceLijun Ou1-0/+1
2018-09-27RDMA/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