summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2025-03-25net/mlx5: Lag, use port selection tables when availableMark Bloch1-29/+9
2025-03-25net/mlx5: LAG, reload representors on LAG creation failureMark Bloch1-0/+4
2025-03-24net/mlx5: Remove NULL check before dev_{put, hold}Gal Pressman1-2/+1
2025-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-3/+5
2025-03-13net/mlx5: Lag, Check shared fdb before creating MultiPort E-SwitchShay Drory3-3/+5
2025-03-07net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAGAmir Tzin1-4/+0
2025-02-06net/mlx5: Remove stray semicolon in LAG port selection table creationGal Pressman1-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2025-01-16net/mlx5: Clear port select structure when fail to createMark Zhang1-1/+3
2024-12-23net/mlx5: LAG, Support LAG over Multi-Host NICsRongwei Liu5-78/+225
2024-12-23net/mlx5: LAG, Refactor lag logicRongwei Liu6-121/+137
2024-11-04RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas1-0/+11
2024-11-04RDMA/mlx5: Call dev_put() after the blocking notifierChiara Meiohas1-0/+1
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas1-35/+41
2024-08-01net/mlx5: Lag, don't use the hardcoded value of the first portMark Bloch1-1/+1
2024-06-05net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-05-24net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+5
2024-05-14net/mlx5: Enable 8 ports LAGShay Drory1-3/+0
2024-05-11net/mlx5: Reload only IB representors upon lag disable/enableMaher Sanalla2-5/+5
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-04-13net/mlx5: Lag, restore buckets number to default after hash LAG deactivationShay Drory1-1/+3
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-10-14net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lockShay Drory3-7/+38
2023-10-14net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcomShay Drory1-4/+8
2023-09-20net/mlx5: Enable 4 ports multiport E-switchShay Drory1-9/+9
2023-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-08-07net/mlx5: LAG, Check correct bucket when modifying LAGShay Drory1-1/+1
2023-07-27net/mlx5: Devcom, Infrastructure changesRoi Dayan1-1/+1
2023-07-27net/mlx5: Use shared code for checking lag is supportedRoi Dayan2-12/+10
2023-06-23net/mlx5: Lag, Remove duplicate code checking lag is supportedRoi Dayan2-13/+12
2023-06-16net/mlx5: Add header file for eventsJuhee Kang2-2/+2
2023-06-08net/mlx5: Enable 4 ports VF LAGShay Drory1-2/+2
2023-06-08net/mlx5: LAG, block multiport eswitch LAG in case ldev have more than 2 portsShay Drory1-0/+4
2023-06-08net/mlx5: LAG, block multipath LAG in case ldev have more than 2 portsShay Drory1-0/+4
2023-06-08net/mlx5: LAG, change mlx5_shared_fdb_supported() to staticShay Drory2-2/+1
2023-06-08net/mlx5: LAG, generalize handling of shared FDBShay Drory1-28/+38
2023-06-08net/mlx5: LAG, check if all eswitches are paired for shared FDBShay Drory1-1/+3
2023-06-08{net/RDMA}/mlx5: introduce lag_for_each_peerShay Drory1-5/+16
2023-06-02net/mlx5: Devcom, Rename paired to readyShay Drory1-2/+2
2023-06-02net/mlx5: E-switch, generalize shared FDB creationShay Drory1-6/+29
2023-02-15net/mlx5: Lag, Add single RDMA device in multiport modeMark Bloch3-11/+35
2023-02-15net/mlx5: Lag, set different uplink vport metadata in multiport eswitch modeRoi Dayan2-1/+67
2023-02-15net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan2-2/+2
2023-02-15net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan4-39/+24
2023-02-04net/mlx5: Lag, Move mpesw related definitions to mpesw.hRoi Dayan2-15/+15
2023-02-04net/mlx5: Lag, Use flag to check for shared FDB modeMark Bloch1-2/+1
2023-02-04net/mlx5: Lag, Remove redundant bool allocation on the stackRoi Dayan2-9/+3