summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA/hns: Bugfix for SCC hem freeYangyang Li1-3/+0
2019-04-08RDMA/hns: Fix bug that caused srq creation to failLijun Ou2-4/+6
2019-03-04RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing1-1/+1
2019-02-23RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-17/+9
2019-02-20RDMA/hns: Bugfix for set hem of SCCYangyang Li1-0/+3
2019-02-20RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou1-5/+5
2019-02-16IB/{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-12RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem4-74/+56
2019-02-09RDMA: Handle PD allocations by IB/coreLeon Romanovsky4-32/+28
2019-02-05RDMA/hns: Fix the chip hanging caused by sending doorbell during resetWei Hu (Xavier)3-9/+28
2019-02-05RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during resetWei Hu (Xavier)4-13/+167
2019-02-05RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occursWei Hu (Xavier)3-13/+112
2019-02-05RDMA/hns: Make some function staticYueHaibing2-5/+6
2019-02-05Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-2/+8
2019-02-01RDMA/hns: Remove set but not used variable 'rst'YueHaibing1-2/+1
2019-01-31RDMA: 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-26infiniband: 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-22RDMA/hns: Add the process of AEQ overflow for hip08Xiaofei Tan1-0/+11
2019-01-19IB/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-11RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-11RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-11IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe6-23/+22
2019-01-11IB/{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-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2-2/+2
2018-12-20RDMA: Mark if create address handle is in a sleepable contextGal Pressman2-0/+2
2018-12-19RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch4-13/+13
2018-12-19RDMA/hns: Fix an error code in hns_roce_create_srq()Dan Carpenter1-0/+1
2018-12-12RDMA/hns: Initialize ib_device_ops structKamal Heib4-58/+87
2018-12-12Merge 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