summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-04net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointersRoi Dayan3-10/+11
2023-02-04net/mlx5: Lag, Update multiport eswitch check to log an errorRoi Dayan2-5/+10
2022-12-28net/mlx5: Lag, fix failure to cancel delayed bond workEli Cohen1-0/+1
2022-12-09net/mlx5e: multipath, support routes with more than 2 nexthopsMaor Dickman1-31/+48
2022-11-29net/mlx5: Lag, Fix for loop when checking lagChris Mi1-2/+4
2022-11-24net/mlx5: E-switch, Fix duplicate lag creationChris Mi1-2/+3
2022-11-22net/mlx5: Lag, avoid lockdep warningsEli Cohen4-40/+78
2022-09-27net/mlx5: Lag, enable hash mode by default for all NICsLiu, Changcheng1-8/+9
2022-09-27net/mlx5: Lag, set active ports if support bypass port select flow tableLiu, Changcheng1-3/+55
2022-09-27RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng1-0/+16
2022-08-22net/mlx5: Disable irq when locking lag_lockVlad Buslov1-22/+33
2022-08-22net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READYEli Cohen1-1/+1
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+27
2022-07-07net/mlx5: Lag, correct get the port select mode strLiu, Changcheng3-5/+5
2022-07-07net/mlx5: Lag, decouple FDB selection and shared FDBMark Bloch4-8/+22
2022-07-02net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi1-5/+5
2022-06-10Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+10
2022-06-09mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds1-1/+1
2022-06-08net/mlx5: E-Switch, pair only capable devicesMark Bloch1-0/+10
2022-05-19net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cl...Jakub Kicinski1-2/+2
2022-05-18net/mlx5: Support multiport eswitch modeEli Cohen5-36/+204
2022-05-18net/mlx5: Remove unused argumentEli Cohen1-3/+1
2022-05-18net/mlx5: Lag, refactor lag state machineEli Cohen4-68/+93
2022-05-10net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch3-3/+190