summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-1442-346/+2393
|\
| * Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-095-17/+16
| |\
| * | RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB defineZhu Yanjun2022-12-081-1/+0
| * | RDMA/hns: Fix XRC caps on HIP08Chengchang Tang2022-12-071-2/+3
| * | RDMA/hns: Fix error code of CMDChengchang Tang2022-12-072-1/+30
| * | RDMA/hns: Fix page size cap from firmwareChengchang Tang2022-12-071-0/+3
| * | RDMA/hns: Fix PBL page MTR findChengchang Tang2022-12-071-1/+2
| * | RDMA/hns: Fix AH attr queried by query_qpChengchang Tang2022-12-071-0/+2
| * | RDMA/hns: Fix the gid problem caused by free mrYixing Liu2022-12-072-46/+137
| * | RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-071-1/+1
| * | RDMA/mlx5: no need to kfree NULL pointerLi Zhijian2022-12-041-4/+2
| * | RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen2022-12-041-0/+6
| * | IB/hfi1: Switch to netif_napi_add()Yang Yang2022-12-011-1/+1
| * | RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi2022-11-291-8/+4
| * | RDMA/erdma: Notify the latest PI to FW for reflushing when necessaryCheng Xu2022-11-242-9/+26
| * | RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu2022-11-243-0/+28
| * | RDMA/erdma: Add a workqueue for WRs reflushingCheng Xu2022-11-242-2/+13
| * | RDMA/erdma: Fix a typo in annotationCheng Xu2022-11-241-1/+1
| * | RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao2022-11-221-2/+2
| * | RDMA/irdma: Initialize net_type before checking itMustafa Ismail2022-11-221-0/+1
| * | RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang2022-11-221-0/+2
| * | RDMA/hns: Fix incorrect sge nums calculationLuoyouming2022-11-184-30/+110
| * | RDMA/hns: Fix ext_sge num error when post sendLuoyouming2022-11-181-2/+11
| * | IB/hfi1: Replace 1-element array with singletonKees Cook2022-11-181-11/+11
| * | RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail2022-11-171-10/+5
| * | RDMA/irdma: Fix RQ completion opcodeMustafa Ismail2022-11-175-45/+71
| * | RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail2022-11-173-104/+119
| * | RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky2022-11-141-3/+2
| * | RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li2022-11-1110-0/+1713
| * | RDMA/erdma: Implement atomic operations supportCheng Xu2022-11-073-8/+52
| * | RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu2022-11-074-0/+11
| * | RDMA/erdma: Extend access right field of FRMR and REG MR to support atomicCheng Xu2022-11-074-13/+11
| * | RDMA/irdma: Report the correct link speedShiraz Saleem2022-11-071-32/+3
| * | RDMA/mlx5: Change debug log level for remote access error syndromesArumugam Kolappan2022-11-062-12/+19
| * | RDMA/qedr: fix repeated words in commentswangjianli2022-10-241-1/+1
| * | RDMA/qib: fix repeated words in commentswangjianli2022-10-241-1/+1
| * | RDMA/qib: Remove not-used variable freeze_cntColin Ian King2022-10-241-5/+2
| * | RDMA/qib: Remove not-used variable nColin Ian King2022-10-241-4/+1
* | | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-132-6/+5
|\ \ \
| * | | RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-1/+1
| * | | RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand2022-11-301-5/+4
| | |/ | |/|
* | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-132-9/+8
|\ \ \
| * | | net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2022-11-292-9/+8
| |/ /
* | | Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-12-133-36/+8
|\ \ \
| * | | RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-212-18/+5
| * | | RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2022-11-211-18/+3
| | |/ | |/|
* | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+2
* | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-4/+4
| |/ |/|
* | RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter2022-10-281-1/+8
* | RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu2022-10-241-0/+4