summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag/port_sel.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-04-04net/mlx5: Support matching on l4_type for ttc_tableJianbo Liu1-6/+2
2023-10-14net/mlx5: Use PTR_ERR_OR_ZERO() to simplify codeJinjie Ruan1-8/+2
2023-08-07net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory1-1/+1
2022-05-10net/mlx5: Lag, use buckets in hash modeMark Bloch1-33/+62
2022-05-10net/mlx5: Lag, use actual number of lag portsMark Bloch1-32/+28
2022-05-04net/mlx5: Fix matching on inner TTCMark Bloch1-1/+1
2021-12-01net/mlx5: Lag, Fix recreation of VF LAGMaor Gottlieb1-0/+1
2021-11-10net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer()Dan Carpenter1-1/+1
2021-10-19net/mlx5: Lag, add support to create/destroy/modify port selectionMaor Gottlieb1-0/+98
2021-10-19net/mlx5: Lag, add support to create TTC tables for LAG port selectionMaor Gottlieb1-0/+91
2021-10-19net/mlx5: Lag, add support to create definers for LAGMaor Gottlieb1-0/+203
2021-10-19net/mlx5: Lag, set match mask according to the traffic type bitmapMaor Gottlieb1-0/+182
2021-10-19net/mlx5: Lag, set LAG traffic type mappingMaor Gottlieb1-0/+37