summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller2022-04-081-0/+6
* RDMA/mlx5: Add a missing update of cache->last_addAharon Landau2022-04-041-0/+1
* RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau2022-04-041-1/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-03-2565-1783/+1904
|\
| * RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu2022-03-164-4/+335
| * RDMA/irdma: Add support for address handle re-useMustafa Ismail2022-03-154-60/+164
| * RDMA/qib: Fix typos in commentsJulia Lawall2022-03-151-2/+2
| * RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu2022-03-151-1/+3
| * RDMA/irdma: Prevent some integer underflowsDan Carpenter2022-03-151-5/+5
| * RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang2022-03-041-28/+37
| * RDMA/hns: Refactor the alloc_srqc()Chengchang Tang2022-03-041-28/+52
| * RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang2022-03-043-8/+6
| * RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang2022-03-047-45/+35
| * RDMA/hns: Refactor mailbox functionsChengchang Tang2022-03-048-112/+120
| * RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang2022-03-045-29/+28
| * RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang2022-03-043-11/+7
| * RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang2022-03-048-51/+34
| * RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang2022-03-048-46/+37
| * IB/hfi1: Allow larger MTU without AIPMike Marciniszyn2022-03-041-2/+1
| * RDMA/irdma: Remove incorrect masking of PDMustafa Ismail2022-02-281-2/+2
| * RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail2022-02-284-1/+4
| * RDMA/irdma: Fix netdev notifications for vlan'sMustafa Ismail2022-02-281-18/+30
| * RDMA/irdma: Make irdma_create_mg_ctx return a voidZhu Yanjun2022-02-281-7/+2
| * RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun2022-02-242-18/+10
| * RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun2022-02-242-2/+0
| * RDMA/irdma: Use net_type to check network typeZhu Yanjun2022-02-241-5/+3
| * RDMA/irdma: Remove excess error variablesShiraz Saleem2022-02-232-76/+28
| * RDMA/irdma: Propagate error codesShiraz Saleem2022-02-233-17/+13
| * RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem2022-02-2325-1185/+935
| * RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau2022-02-231-7/+7
| * RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau2022-02-233-10/+25
| * RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau2022-02-233-46/+15
| * RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau2022-02-231-0/+2
| * RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau2022-02-232-14/+3
| * RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-111-2/+2
| * Merge branch 'irdma_dscp' into rdma.git for-nextJason Gunthorpe2022-02-089-23/+70
| |\
| | * RDMA/irdma: Add support for DSCPMustafa Ismail2022-02-086-6/+40
| | * RDMA/irdma: Refactor DCB bits in prep for DSCP supportMustafa Ismail2022-02-086-19/+32
| * | RDMA/mlx4: remove redundant assignment to variable nreqColin Ian King2022-02-011-1/+0
| * | RDMA/usnic: Delete useless module.h includeLeon Romanovsky2022-01-286-6/+0
| * | RDMA/qib: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
| * | RDMA/mthca: Delete useless module.h includeLeon Romanovsky2022-01-281-2/+0
| * | RDMA/mlx4: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
| * | RDMA/hfi1: Delete useless module.h includeLeon Romanovsky2022-01-285-5/+0
| * | RDMA/mlx5: Delete useless module.h includeLeon Romanovsky2022-01-284-4/+0
| * | RDMA/mlx5: Delete get_num_static_uars functionLeon Romanovsky2022-01-282-7/+2
| * | RDMA/pvrdma: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-281-6/+4
| * | IB/mthca: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-281-6/+2
| |/
* | net/mlx5: Move debugfs entries to separate structMoshe Shemesh2022-03-093-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-1/+1
|\ \