aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-06-07RDMA/hns: Bugfix for filling the sge of srqLijun Ou1-3/+3
2019-06-07RDMA/hns: fix inverted logic of readl read and shiftColin Ian King1-1/+1
2019-05-31RDMA/hns: Bugfix for posting multiple srq work requestLijun Ou3-29/+22
2019-05-27RDMA/hns: Replace magic numbers with #definesLijun Ou8-69/+115
2019-05-27RDMA/hns: Remove jiffies operation in disable interrupt contextLang Cheng2-19/+21
2019-05-27RDMA/hns: Move spin_lock_irqsave to the correct placeLang Cheng2-10/+5
2019-05-27RDMA/hns: Update CQE specificationsLijun Ou1-1/+1
2019-05-27RDMA/hns: Remove unnecessary print message in aeqYixian Liu1-1/+0
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2-8/+5
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-748/+494
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+0
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2-8/+13
2019-04-25RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe3-7/+6
2019-04-24RDMA/hns: Remove asynchronic QP destroyLeon Romanovsky3-406/+13
2019-04-09RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe1-20/+10
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-04-08RDMA/hns: Support to create 1M srq queuechenglang1-1/+1
2019-04-08RDMA/hns: Dump detailed driver-specific CQLijun Ou8-2/+181
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky3-38/+24
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky3-21/+13
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
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