summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns
Commit message (Expand)AuthorAgeFilesLines
...
| * RDMA/hns: remove a redundant le16_to_cpuWeihang Li2019-10-211-1/+1
* | 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
| * | RDMA/hns: Refactor irq request codeLang Cheng2019-08-121-12/+13
| * | RDMA/hns: Split bool statement and assign statementLang Cheng2019-08-121-6/+8
| * | RDMA/hns: Handling the error return value of hem functionLang Cheng2019-08-121-5/+10
| * | RDMA/hns: Update some comments styleLang Cheng2019-08-124-43/+38
| * | RDMA/hns: Clean up unnecessary initial assignmentLang Cheng2019-08-121-2/+2
| * | RDMA/hns: Remove unnessary init for cmq regYixian Liu2019-08-122-6/+2
| * | RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu2019-08-122-4/+5
| * | RDMA/hns: Optimize hns_roce_modify_qp functionLijun Ou2019-08-121-48/+69
| * | RDMA/hns: Encapsulate some lines for setting sq size in user modeLijun Ou2019-08-121-7/+22
| * | RDMA/hns: remove obsolete Kconfig commentYueHaibing2019-08-121-8/+0
| * | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-122-11/+2
| * | RDMA/hns: Remove not used UAR assignmentLeon Romanovsky2019-08-051-13/+5
| * | RDMA/hns: remove set but not used variable 'irq_num'YueHaibing2019-08-011-2/+0
| * | infiniband: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-311-3/+1
| * | Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford2019-07-293-16/+13
| |\ \
| * | | RDMA/hns: Refactor eq table init for hip08Yixian Liu2019-07-251-69/+107
| * | | RDMA/hns: Refactor hem table mhop check and calculationLijun Ou2019-07-251-110/+70
| * | | RDMA/hns: Package for hns_roce_rereg_user_mr functionLijun Ou2019-07-251-64/+89
| * | | RDMA/hns: Optimize hns_roce_mhop_alloc function.chenglang2019-07-251-115/+160
| * | | RDMA/hns: optimize the duplicated code for qpc setting flowXi Wang2019-07-251-58/+38
| * | | RDMA/hns: Use a separated function for setting extend sge paramtersLijun Ou2019-07-252-25/+38
| * | | RDMA/hns: Refactor for hns_roce_v2_modify_qp functionLijun Ou2019-07-251-150/+206