summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Fixes missing error code of CMDQLang Cheng2021-03-041-4/+3
* RDMA/hns: Fix type of sq_signal_bitsWeihang Li2021-03-041-1/+1
* RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang2021-03-041-2/+1
* RDMA/hns: Bugfix for memory window mtpt configurationYixian Liu2020-12-021-0/+1
* RDMA/hns: Fix retry_cnt and rnr_cnt when querying QPWenpeng Liang2020-12-021-4/+4
* RDMA/hns: Fix missing sq_sig_type when querying QPWeihang Li2020-10-291-0/+1
* RDMA/hns: Fix the wrong value of rnr_retry when querying qpWenpeng Liang2020-10-291-1/+3
* RDMA/hns: Set the unsupported wr opcodeLijun Ou2020-10-291-1/+0
* RDMA/hns: Add a check for current state before modifying QPLang Cheng2020-10-291-2/+4
* RDMA/hns: Fix cmdq parameter of querying pf timer resourceLang Cheng2020-06-241-20/+12
* RDMA/hns: Bugfix for querying qkeyLijun Ou2020-06-241-1/+1
* RDMA/hns: Bugfix for posting a wqe with sgeLijun Ou2020-03-051-16/+25
* RDMA/hns: Simplify the calculation and usage of wqe idx for post verbsYixian Liu2020-03-053-48/+35
* RDMA/hns: Avoid printing address of mtt pageWenpeng Liang2020-02-241-2/+2
* RDMA/hns: Bugfix for qpc/cqc timer configurationYangyang Li2020-01-171-2/+2
* RDMA/hns: Fix to support 64K page for srqLijun Ou2020-01-171-2/+2
* RDMA/hns: Release qp resources when failed to destroy qpYangyang Li2020-01-171-8/+4
* RDMA/hns: Fix build error againArnd Bergmann2020-01-172-5/+20
* RDMA/hns: Modify return value of restrack functionsLang Cheng2020-01-171-1/+1
* RDMA/hns: remove a redundant le16_to_cpuWeihang Li2020-01-171-1/+1
* RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe2020-01-171-4/+6
* RDMA/hns: Fix memory leak on 'context' on error return pathColin Ian King2019-12-311-3/+7
* RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li2019-12-311-10/+14
* RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang2019-11-061-1/+1
* RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang2019-11-061-1/+1
* RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou2019-10-281-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-09-2114-1249/+1573
|\
| * RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou2019-09-161-39/+56
| * RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu2019-09-162-13/+5
| * RDMA/hns: Use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-09-131-3/+1
| * RDMA/hns: Fix wrong assignment of qp_access_flagsLijun Ou2019-08-281-2/+2
| * RDMA/hns: Delete the not-used linesWenpeng Liang2019-08-281-1/+0
| * RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang2019-08-281-22/+7
| * RDMA/hns: Add reset process for function-clearLang Cheng2019-08-282-2/+98
| * RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng2019-08-286-126/+105
| * RDMA/hns: Remove the some magic numberLijun Ou2019-08-284-4/+11
| * RDMA/hns: Modify the data structure of hns_roce_avLang Cheng2019-08-284-31/+18
| * Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-1/+3
| |\
| * | RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter2019-08-201-1/+1
| * | RDMA/hns: Remove unuseful memberLang Cheng2019-08-132-2/+0
| * | RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang2019-08-131-2/+4
| * | RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driverXi Wang2019-08-131-6/+13
| * | RDMA/hns: Modify pi vlaue when cq overflowsYangyang Li2019-08-131-1/+1
| * | RDMA/hns: Bugfix for creating qp attached to srqLijun Ou2019-08-131-6/+17
| * | RDMA/hns: Logic optimization of wc_flagsWeihang Li2019-08-131-1/+2
| * | RDMA/hns: Use the new APIs for printing logLijun Ou2019-08-122-24/+29
| * | RDMA/hns: Disable alw_lcl_lpbk of SSUWeihang Li2019-08-121-1/+1
| * | RDMA/hns: Remove redundant print in hns_roce_v2_ceq_int()Weihang Li2019-08-121-3/+2
| * | RDMA/hns: Refactor hns_roce_v2_set_hem for hip08Yangyang Li2019-08-121-33/+42
| * | RDMA/hns: Remove unnecessary kzallocLang Cheng2019-08-121-37/+27