aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-31RDMA/hns: Remove set but not used variable 'rst'YueHaibing1-2/+1
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2-2/+2
2019-01-29Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2-10/+11
2019-01-25infiniband: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-24RDMA/hns: Add timer allocation support for hip08Yangyang Li7-2/+227
2019-01-24RDMA/hns: Add SCC context clr support for hip08Yangyang Li4-1/+85
2019-01-24RDMA/hns: Add SCC context allocation support for hip08Yangyang Li8-8/+146
2019-01-21RDMA/hns: Add the process of AEQ overflow for hip08Xiaofei Tan1-0/+11
2019-01-18IB/hw: Remove unneeded semicolonsYueHaibing1-1/+1
2019-01-18RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record dbLijun Ou1-9/+10
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe6-23/+22
2019-01-10IB/{core,uverbs}: Move ib_umem_xxx functions from ib_core to ib_uverbsShamir Rabinovitch1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-10/+11
2019-01-07RDMA/hns: Modify the pbl ba page size for hip08Lijun Ou1-1/+1
2019-01-07RDMA/hns: Add constraint on the setting of local ACK timeoutLijun Ou1-4/+10
2019-01-07RDMA/hns: Bugfix for the scene without receiver queueLijun Ou1-1/+2
2019-01-07RDMA/hns: Fix the bug with updating rq head pointer when flush cqeLijun Ou1-3/+7
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-0/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch4-13/+13
2018-12-18RDMA/hns: Fix an error code in hns_roce_create_srq()Dan Carpenter1-0/+1
2018-12-11RDMA/hns: Initialize ib_device_ops structKamal Heib4-58/+87
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe1-68/+60
2018-12-11RDMA/hns: Bugfix for RoCE loopback testLijun Ou2-0/+55
2018-12-11RDMA/hns: Update posting & querying mailboxLijun Ou3-41/+59
2018-12-11RDMA/hns: Fix the bug while use multi-hop of pblLijun Ou1-2/+2
2018-12-11RDMA/hns: Encapsulate and simplify qp state transitionLijun Ou1-15/+16
2018-12-11RDMA/hns: Init qp context when modify qp from reset to initLijun Ou1-0/+1
2018-12-05RDMA/hns: Add SRQ asynchronous event supportLijun Ou3-1/+36
2018-12-05RDMA/hns: Add SRQ support for hip08 kernel modeLijun Ou9-52/+1092
2018-12-05RDMA/hns: Init SRQ table for hip08Lijun Ou9-1/+140
2018-12-05RDMA/hns: Eanble SRQ capacity for hip08Lijun Ou4-1/+18
2018-11-23RDMA/hns: Bugfix pbl configuration for rereg mrYixian Liu1-68/+60
2018-11-06RDMA/hns: prefer dma_zalloc_coherent to dma_alloc_coherent/memseAllen Pais1-6/+3
2018-10-16RDMA/hns: Add FRMR support for hip08Yixian Liu5-10/+218
2018-10-03RDMA/hns: Bugfix for atomic operationLijun Ou1-10/+21
2018-10-03RDMA/hns: Add vlan enable bit for hip08Lijun Ou2-0/+13
2018-10-03RDMA/hns: Support local invalidate for hip08 in kernel spaceLijun Ou1-1/+5
2018-10-03RDMA/hns: Update some fields of qp contextLijun Ou2-66/+45
2018-10-03RDMA/hns: Limit extend sq sge numLijun Ou1-1/+7
2018-10-03RDMA/hns: Update some attributes of the RoCE deviceLijun Ou4-3/+36
2018-10-03RDMA/hns: Configure ecn field of ip headerLijun Ou1-2/+9
2018-10-03RDMA/hns: Limit the size of extend sge of sqLijun Ou4-0/+22
2018-10-03RDMA/hns: Bugfix for CM testLijun Ou1-0/+1
2018-10-03RDMA/hns: Submit bad wr when post send wr exceptionLijun Ou1-0/+1
2018-10-03RDMA/hns: Bugfix for reserved qp numberLijun Ou4-2/+11
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+2