aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds17-423/+351
2019-11-25RDMA/hns: Delete unnecessary callback functions for cqYixian Liu2-58/+36
2019-11-25RDMA/hns: Rename the functions used inside creating cqYixian Liu5-56/+35
2019-11-25RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu4-56/+38
2019-11-25RDMA/hns: Redefine interfaces used in creating cqYixian Liu4-55/+53
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig5-7/+7
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang4-15/+19
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu5-13/+14
2019-11-08RDMA/hns: Modify hns_roce_hw_v2_get_cfg to simplify the codeLang Cheng1-11/+4
2019-11-08RDMA/hns: Simplify doorbell initialization codeLang Cheng1-4/+1
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu6-59/+63
2019-11-08RDMA/hns: Modify fields of struct hns_roce_srqYixian Liu3-22/+21
2019-11-08RDMA/hns: Delete unnecessary uar from hns_roce_cqYixian Liu2-4/+1
2019-11-08RDMA/hns: Remove unnecessary structure hns_roce_sqpLang Cheng4-22/+5
2019-11-08RDMA/hns: Delete unnecessary variable max_postYixian Liu2-5/+4
2019-11-06RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang1-1/+1
2019-11-06RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang1-1/+1
2019-11-06RDMA/hns: Remove unsupported modify_port callbackKamal Heib1-7/+0
2019-11-06RDMA: Connect between the mmap entry and the umap_priv structureMichal Kalderon1-2/+4
2019-10-29RDMA/hns: Fix build error againArnd Bergmann2-5/+20
2019-10-28RDMA/hns: Prevent memory leaks of eq->buf_listLijun Ou1-3/+3
2019-10-28RDMA/hns: Fix memory leak on 'context' on error return pathColin Ian King1-4/+8
2019-10-28RDMA/hns: Bugfix for qpc/cqc timer configurationYangyang Li1-2/+2
2019-10-28RDMA/hns: Fix to support 64K page for srqLijun Ou1-2/+2
2019-10-28RDMA/hns: Delete BITS_PER_BYTE redefinitionLeon Romanovsky1-2/+0
2019-10-28RDMA/hns: Prevent undefined behavior in hns_roce_set_user_sq_size()Jason Gunthorpe1-4/+6
2019-10-21RDMA/hns: Release qp resources when failed to destroy qpYangyang Li1-8/+4
2019-10-21RDMA/hns: Fix a spelling mistake in a macroYixing Liu2-13/+13
2019-10-21RDMA/hns: Modify return value of restrack functionsLang Cheng1-1/+1
2019-10-21RDMA/hns: Modify variable/field name from vlan to vlan_idWeihang Li3-13/+13
2019-10-21RDMA/hns: Fix wrong parameters when initial mtt of srq->idx_queWeihang Li1-10/+14
2019-10-21RDMA/hns: remove a redundant le16_to_cpuWeihang Li1-1/+1
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-1249/+1573
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-7/+1
2019-09-16RDMA/hns: Package operations of rq inline buffer into separate functionsLijun Ou1-39/+56
2019-09-16RDMA/hns: Optimize cmd init and mode selection for hip08Yixian Liu2-13/+5
2019-09-13RDMA/hns: Use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-28RDMA/hns: Fix wrong assignment of qp_access_flagsLijun Ou1-2/+2
2019-08-28RDMA/hns: Delete the not-used linesWenpeng Liang1-1/+0
2019-08-28RDMA/hns: Remove if-else judgment statements for creating srqWenpeng Liang1-22/+7
2019-08-28RDMA/hns: Add reset process for function-clearLang Cheng2-2/+98
2019-08-28RDMA/hns: Fix cast from or to restricted __le32 for driverLang Cheng6-126/+105
2019-08-28RDMA/hns: Remove the some magic numberLijun Ou4-4/+11
2019-08-28RDMA/hns: Modify the data structure of hns_roce_avLang Cheng4-31/+18
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-1/+3
2019-08-20RDMA/hns: Fix some white space check_mtu_validate()Dan Carpenter1-1/+1
2019-08-13RDMA/hns: Remove unuseful memberLang Cheng2-2/+0
2019-08-13RDMA/hns: bugfix for slab-out-of-bounds when loading hip08 driverXi Wang1-2/+4
2019-08-13RDMA/hns: Bugfix for slab-out-of-bounds when unloading hip08 driverXi Wang1-6/+13
2019-08-13RDMA/hns: Modify pi vlaue when cq overflowsYangyang Li1-1/+1