aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-1/+1
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng1-5/+3
2019-11-08RDMA/hns: Delete unnecessary variable max_postYixian Liu1-4/+4
2019-10-28RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe1-4/+6
2019-10-21RDMA/hns: Fix a spelling mistake in a macroYixing Liu1-12/+12
2019-09-16RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou1-39/+56
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng1-4/+4
2019-08-20RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter1-1/+1
2019-08-13RDMA/hns: Bugfix for creating qp attached to srqLijun Ou1-6/+17
2019-08-12RDMA/hns: Use the new APIs for printing logLijun Ou1-20/+25
2019-08-12RDMA/hns: Update the prompt message for creating and destroy qpYixian Liu1-1/+2
2019-08-12RDMA/hns: Optimize hns_roce_modify_qp functionLijun Ou1-48/+69
2019-08-12RDMA/hns: Encapsulate some lines for setting sq size in user modeLijun Ou1-7/+22
2019-07-25RDMA/hns: Use a separated function for setting extend sge paramtersLijun Ou1-23/+38
2019-07-07RDMA/hns: Fixs hw access invalid dma memory errorXi Wang1-1/+0
2019-07-07RDMA/hns: Bugfix for calculating qp buffer sizeLijun Ou1-2/+2
2019-07-05RDMA/hns: Fixup qp release bugchenglang1-6/+2
2019-06-25RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King1-1/+1
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-13/+0
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-3/+2
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou1-42/+147
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-36/+14
2019-04-25RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-3/+0
2019-04-08RDMA/hns: Bugfix for SCC hem freeYangyang Li1-3/+0
2019-03-29RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox1-36/+14
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-12/+9
2019-02-14RDMA/hns: Set allocated memory to zero for wridYixian Liu1-4/+4
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-5/+5
2019-01-24RDMA/hns: Add SCC context clr support for hip08Yangyang Li1-0/+8
2019-01-24RDMA/hns: Add SCC context allocation support for hip08Yangyang Li1-1/+19
2019-01-18RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record dbLijun Ou1-9/+10
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-7/+6
2019-01-07RDMA/hns: Bugfix for the scene without receiver queueLijun Ou1-1/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-9/+9
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou1-11/+10
2018-10-03RDMA/hns: Limit extend sq sge numLijun Ou1-1/+7
2018-10-03RDMA/hns: Limit the size of extend sge of sqLijun Ou1-0/+19
2018-10-03RDMA/hns: Bugfix for reserved qp numberLijun Ou1-2/+8
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+2
2018-08-15RDMA/hns: Fix usage of bitmap allocation functions return valuesGal Pressman1-1/+4
2018-08-02RDMA/hns: Support flush cqe for hip08 in kernel spaceYixian Liu1-2/+48
2018-05-09RDMA/hns: Not support qp transition from reset to reset for hip06oulijun1-1/+8
2018-05-09RDMA/hns: Bugfix for rq record db for kerneloulijun1-0/+1
2018-04-27RDMA/hns: Fix a couple misspellingsoulijun1-1/+1
2018-03-15RDMA/hns: Fix cqn type and init respYixian Liu1-4/+4
2018-03-13RDMA/hns: Support rq record doorbell for kernel spaceYixian Liu1-1/+16
2018-03-13RDMA/hns: Support rq record doorbell for the user spaceYixian Liu1-2/+51
2018-02-05RDMA/hns: Fix the endian problem for hnsoulijun1-16/+2