aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-1/+10
2022-04-09RDMA/mlx5: Drop crypto flow steering APILeon Romanovsky2-248/+2
2022-04-09RDMA/mlx5: Delete never supported IPsec flow actionLeon Romanovsky1-4/+0
2022-04-08RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-04RDMA/mlx5: Add a missing update of cache->last_addAharon Landau1-0/+1
2022-04-04RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds65-1783/+1904
2022-03-15RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu4-4/+335
2022-03-15RDMA/irdma: Add support for address handle re-useMustafa Ismail4-60/+164
2022-03-14RDMA/qib: Fix typos in commentsJulia Lawall1-2/+2
2022-03-14RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu1-1/+3
2022-03-14RDMA/irdma: Prevent some integer underflowsDan Carpenter1-5/+5
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh3-4/+3
2022-03-04RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang1-28/+37
2022-03-04RDMA/hns: Refactor the alloc_srqc()Chengchang Tang1-28/+52
2022-03-04RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang3-8/+6
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang7-45/+35
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang8-112/+120
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang5-29/+28
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang3-11/+7
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang8-51/+34
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang8-46/+37
2022-03-04IB/hfi1: Allow larger MTU without AIPMike Marciniszyn1-2/+1
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
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-1185/+935
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