aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2022-02-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJakub Kicinski4-28/+51
2022-02-28RDMA/irdma: Remove incorrect masking of PDMustafa Ismail1-2/+2
2022-02-28RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail4-1/+4
2022-02-28RDMA/irdma: Fix netdev notifications for vlan'sMustafa Ismail1-18/+30
2022-02-28RDMA/irdma: Make irdma_create_mg_ctx return a voidZhu Yanjun1-7/+2
2022-02-23RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun2-18/+10
2022-02-23RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun2-2/+0
2022-02-23RDMA/irdma: Use net_type to check network typeZhu Yanjun1-5/+3
2022-02-23RDMA/mlx5: Use new command interface APISaeed Mahameed1-23/+32
2022-02-23net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed1-1/+14
2022-02-23net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}Saeed Mahameed3-4/+5
2022-02-23RDMA/irdma: Remove excess error variablesShiraz Saleem2-76/+28
2022-02-23RDMA/irdma: Propagate error codesShiraz Saleem3-17/+13
2022-02-23RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem25-1183/+933
2022-02-23RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau1-7/+7
2022-02-23RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau3-10/+25
2022-02-23RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau3-46/+15
2022-02-23RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau1-0/+2
2022-02-23RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau2-14/+3
2022-02-17IB/qib: Fix duplicate sysfs directory nameMike Marciniszyn1-1/+1
2022-02-11RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov1-2/+2
2022-02-08Merge branch 'irdma_dscp' into rdma.git for-nextJason Gunthorpe9-23/+70
2022-02-08RDMA/irdma: Add support for DSCPMustafa Ismail6-6/+40
2022-02-08RDMA/irdma: Refactor DCB bits in prep for DSCP supportMustafa Ismail6-19/+32
2022-02-01RDMA/mlx4: remove redundant assignment to variable nreqColin Ian King1-1/+0
2022-02-01RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2022-01-28RDMA/usnic: Delete useless module.h includeLeon Romanovsky6-6/+0
2022-01-28RDMA/qib: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-28RDMA/mthca: Delete useless module.h includeLeon Romanovsky1-2/+0
2022-01-28RDMA/mlx4: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-28RDMA/hfi1: Delete useless module.h includeLeon Romanovsky5-5/+0
2022-01-28RDMA/mlx5: Delete useless module.h includeLeon Romanovsky4-4/+0
2022-01-28RDMA/mlx5: Delete get_num_static_uars functionLeon Romanovsky2-7/+2
2022-01-28IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn1-2/+12
2022-01-28IB/hfi1: Fix AIP early init panicMike Marciniszyn1-10/+3
2022-01-28IB/hfi1: Fix alloc failure with larger txqueuelenMike Marciniszyn2-12/+26
2022-01-28IB/hfi1: Fix panic with larger ipoib send_queue_sizeMike Marciniszyn1-1/+1
2022-01-28RDMA/pvrdma: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+4
2022-01-28IB/mthca: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-8/+8
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2-2/+2
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-8/+8
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds53-6681/+295
2022-01-13Merge tag 'v5.16' into rdma.git for-nextJason Gunthorpe6-24/+84
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-6/+6
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds8-17/+19
2022-01-10RDMA/irdma: Remove the redundant returnZhu Yanjun1-1/+1