summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-10net/mlx5: Lag, use buckets in hash modeMark Bloch4-76/+182
2022-05-10net/mlx5: Lag, refactor dmesg printMark Bloch1-10/+12
2022-05-10net/mlx5: Support devices with more than 2 portsMark Bloch1-1/+2
2022-05-10net/mlx5: Lag, use actual number of lag portsMark Bloch3-149/+216
2022-05-10net/mlx5: Lag, use hash when in roce lag on 4 portsMark Bloch1-9/+36
2022-05-10net/mlx5: Lag, support single FDB only on 2 portsMark Bloch1-0/+4
2022-05-10net/mlx5: Lag, store number of ports inside lag objectMark Bloch2-0/+2
2022-05-10net/mlx5: Lag, filter non compatible devicesMark Bloch1-6/+6
2022-05-10net/mlx5: Lag, use lag lockMark Bloch2-46/+35
2022-05-10net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch1-2/+9
2022-05-10net/mlx5: Lag, expose number of lag portsMark Bloch1-0/+6
2022-05-04net/mlx5: Fix matching on inner TTCMark Bloch1-1/+1
2022-05-04net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2-8/+14
2022-05-04net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov1-1/+1
2022-05-04net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2-11/+20
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2022-03-09net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan1-3/+8
2022-02-24net/mlx5: Lag, offload active-backup drops to hardwareMark Bloch2-3/+73
2022-02-24net/mlx5: Lag, record inactive state of bond deviceMark Bloch3-3/+49