aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky3-21/+13
2019-04-02RDMA/hns: Fix bad endianess of port_pd variableLeon Romanovsky1-1/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch4-20/+16
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2-12/+19
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch9-28/+29
2019-03-29RDMA/hns: Convert qp_table_tree to XArrayMatthew Wilcox2-40/+16
2019-03-29RDMA/hns: Convert cq_table to XArrayMatthew Wilcox2-24/+12
2019-03-27RDMA/hns: Limit scope of hns_roce_cmq_send()Leon Romanovsky1-1/+1
2019-03-25RDMA/hns: Delete unused variable in hns_roce_v2_modify_qp functionLijun Ou1-2/+0
2019-03-25RDMA/hns: Bugfix for sending with invalidateLijun Ou1-1/+1
2019-03-25RDMA/hns: Hide error print information with roce vf deviceLijun Ou1-7/+5
2019-03-25RDMA/hns: Only assgin some fields if the relatived attr_mask is setLijun Ou1-71/+81
2019-03-25RDMA/hns: Update the range of raq_psn field of qp contextLijun Ou1-2/+2
2019-03-25RDMA/hns: Only assign the fields of the rq psn if IB_QP_RQ_PSN is setLijun Ou1-12/+16
2019-03-25RDMA/hns: Only assign the relatived fields of psn if IB_QP_SQ_PSN is setLijun Ou1-37/+46
2019-03-04RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qpYueHaibing1-1/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-17/+9
2019-02-19RDMA/hns: Bugfix for set hem of SCCYangyang Li1-0/+3
2019-02-19RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou1-5/+5
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