summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2022-12-07RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-04RDMA/mlx5: no need to kfree NULL pointerLi Zhijian1-4/+2
2022-12-04RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2022-12-01IB/hfi1: Switch to netif_napi_add()Yang Yang1-1/+1
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi1-8/+4
2022-11-24RDMA/erdma: Notify the latest PI to FW for reflushing when necessaryCheng Xu2-9/+26
2022-11-24RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu3-0/+28
2022-11-24RDMA/erdma: Add a workqueue for WRs reflushingCheng Xu2-2/+13
2022-11-24RDMA/erdma: Fix a typo in annotationCheng Xu1-1/+1
2022-11-22RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-11-22RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-11-22RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-11-18RDMA/hns: Fix incorrect sge nums calculationLuoyouming4-30/+110
2022-11-18RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-11-18IB/hfi1: Replace 1-element array with singletonKees Cook1-11/+11
2022-11-17RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail1-10/+5
2022-11-17RDMA/irdma: Fix RQ completion opcodeMustafa Ismail5-45/+71
2022-11-17RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail3-104/+119
2022-11-14RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky1-3/+2
2022-11-11RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li10-0/+1713
2022-11-07RDMA/erdma: Implement atomic operations supportCheng Xu3-8/+52
2022-11-07RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu4-0/+11
2022-11-07RDMA/erdma: Extend access right field of FRMR and REG MR to support atomicCheng Xu4-13/+11
2022-11-07RDMA/irdma: Report the correct link speedShiraz Saleem1-32/+3
2022-11-06RDMA/mlx5: Change debug log level for remote access error syndromesArumugam Kolappan2-12/+19
2022-10-24RDMA/qedr: fix repeated words in commentswangjianli1-1/+1
2022-10-24RDMA/qib: fix repeated words in commentswangjianli1-1/+1
2022-10-24RDMA/qib: Remove not-used variable freeze_cntColin Ian King1-5/+2
2022-10-24RDMA/qib: Remove not-used variable nColin Ian King1-4/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld3-4/+4
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2-5/+4
2022-10-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds52-395/+912
2022-10-06Merge tag 'v6.0' into rdma.git for-nextJason Gunthorpe15-60/+69
2022-09-29RDMA/usnic: fix set-but-not-unused variable 'flags' warningZeng Heng1-3/+0
2022-09-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2-2/+35
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng1-0/+12
2022-09-27IB/hfi1: Use skb_put_data() instead of skb_put/memcpy pairShang XiaoJing1-4/+1
2022-09-27RDMA/hns: Unified Log Printing StyleGuofeng Yue6-55/+55
2022-09-27RDMA/hns: Replacing magic number with macros in apply_func_caps()Yixing Liu1-2/+4
2022-09-27RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming1-4/+3
2022-09-27RDMA/hns: Remove redundant 'max_srq_desc_sz' in capsYangyang Li3-5/+2
2022-09-27RDMA/hns: Remove redundant 'num_mtt_segs' and 'max_extend_sg'Yangyang Li3-8/+3
2022-09-27RDMA/hns: Remove redundant 'phy_addr' in hns_roce_hem_list_find_mtt()Chengchang Tang3-9/+4
2022-09-27RDMA/hns: Remove redundant 'use_lowmem' argument from hns_roce_init_hem_table()Yunsheng Lin4-22/+14
2022-09-27RDMA/hns: Remove redundant 'bt_level' for hem_list_alloc_item()Yunsheng Lin1-4/+4
2022-09-27RDMA/hns: Remove redundant 'attr_mask' in modify_qp_init_to_init()Yixing Liu1-6/+3
2022-09-27RDMA/hns: Remove unnecessary brackets when getting pointGuofeng Yue2-3/+4
2022-09-27RDMA/hns: Remove unnecessary braces for single statement blocksGuofeng Yue1-2/+1
2022-09-27RDMA/hns: Cleanup for a spelling error of AsynchronousGuofeng Yue1-1/+1
2022-09-27RDMA/mlx5: Enable ATS support for MRs and umemsJason Gunthorpe3-17/+61