summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_qp.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-131-4/+7
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-131-0/+37
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-111-10/+13
* Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe2020-01-211-1/+1
|\
| * IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* | RDMA/hns: Add support for reporting wc as software modeXi Wang2020-01-101-2/+46
* | RDMA/hns: Replace custom macros HNS_ROCE_ALIGN_UPWenpeng Liang2020-01-071-24/+20
|/
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/hns: Modify appropriate printingsWenpeng Liang2019-11-081-1/+1
* RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng2019-11-081-5/+3
* RDMA/hns: Delete unnecessary variable max_postYixian Liu2019-11-081-4/+4
* RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe2019-10-281-4/+6
* RDMA/hns: Fix a spelling mistake in a macroYixing Liu2019-10-211-12/+12
* RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou2019-09-161-39/+56
* RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng2019-08-281-4/+4
* RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter2019-08-201-1/+1
* RDMA/hns: Bugfix for creating qp attached to srqLijun Ou2019-08-131-6/+17
* RDMA/hns: Use the new APIs for printing logLijun Ou2019-08-121-20/+25
* RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu2019-08-121-1/+2
* 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: Use a separated function for setting extend sge paramtersLijun Ou2019-07-251-23/+38
* RDMA/hns: Fixs hw access invalid dma memory errorXi Wang2019-07-071-1/+0
* RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou2019-07-071-2/+2
* RDMA/hns: Fixup qp release bugchenglang2019-07-051-6/+2
* RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King2019-06-251-1/+1
* RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou2019-06-251-13/+0
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-3/+2
* RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou2019-06-201-42/+147
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-36/+14
|\
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-3/+0
| |\
| * | RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2019-03-291-36/+14
* | | RDMA/hns: Bugfix for mapping user dbLijun Ou2019-04-251-1/+1
| |/ |/|
* | RDMA/hns: Bugfix for SCC hem freeYangyang Li2019-04-081-3/+0
|/
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-12/+9
* RDMA/hns: Set allocated memory to zero for wridYixian Liu2019-02-141-4/+4
* RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-5/+5
* RDMA/hns: Add SCC context clr support for hip08Yangyang Li2019-01-241-0/+8
* RDMA/hns: Add SCC context allocation support for hip08Yangyang Li2019-01-241-1/+19
* RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record dbLijun Ou2019-01-181-9/+10
* IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-101-7/+6
* RDMA/hns: Bugfix for the scene without receiver queueLijun Ou2019-01-071-1/+2
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-9/+9
* RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou2018-12-051-11/+10
* RDMA/hns: Limit extend sq sge numLijun Ou2018-10-031-1/+7
* RDMA/hns: Limit the size of extend sge of sqLijun Ou2018-10-031-0/+19
* RDMA/hns: Bugfix for reserved qp numberLijun Ou2018-10-031-2/+8
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-2/+2
* RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman2018-08-151-1/+4
* RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu2018-08-021-2/+48