aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-12/+9
2019-02-14RDMA/hns: Configure capacity of hns deviceLijun Ou1-0/+5
2019-02-14RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu1-51/+6
2019-02-14RDMA/hns: Set allocated memory to zero for wridYixian Liu1-4/+4
2019-02-14RDMA/hns: Fix the state of rereg mrYixian Liu1-0/+3
2019-02-14RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang1-0/+1
2019-02-13RDMA: Fix allocation failure on pointer pdColin Ian King1-1/+1
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem4-74/+56
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky4-32/+28
2019-02-04RDMA/hns: Fix the chip hanging caused by sending doorbell during resetWei Hu (Xavier)3-9/+28
2019-02-04RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)4-13/+167
2019-02-04RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occursWei Hu (Xavier)3-13/+112
2019-02-04RDMA/hns: Make some function staticYueHaibing2-5/+6
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+8
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-25RDMA/hns: Update the kernel header file of hnsLijun Ou1-2/+8
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