summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Lag, Add single RDMA device in multiport modeMark Bloch2023-02-143-11/+35
* net/mlx5: Lag, set different uplink vport metadata in multiport eswitch modeRoi Dayan2023-02-142-1/+67
* net/mlx5e: TC, Add peer flow in mpesw modeRoi Dayan2023-02-142-2/+2
* net/mlx5: Lag, Control MultiPort E-Switch single FDB modeRoi Dayan2023-02-144-39/+24
* net/mlx5: Lag, Move mpesw related definitions to mpesw.hRoi Dayan2023-02-042-15/+15
* net/mlx5: Lag, Use flag to check for shared FDB modeMark Bloch2023-02-041-2/+1
* net/mlx5: Lag, Remove redundant bool allocation on the stackRoi Dayan2023-02-042-9/+3
* net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointersRoi Dayan2023-02-043-10/+11
* net/mlx5: Lag, Update multiport eswitch check to log an errorRoi Dayan2023-02-042-5/+10
* net/mlx5: Lag, fix failure to cancel delayed bond workEli Cohen2022-12-281-0/+1
* net/mlx5e: multipath, support routes with more than 2 nexthopsMaor Dickman2022-12-081-31/+48
* net/mlx5: Lag, Fix for loop when checking lagChris Mi2022-11-291-2/+4
* net/mlx5: E-switch, Fix duplicate lag creationChris Mi2022-11-241-2/+3
* net/mlx5: Lag, avoid lockdep warningsEli Cohen2022-11-214-40/+78
* net/mlx5: Lag, enable hash mode by default for all NICsLiu, Changcheng2022-09-271-8/+9
* net/mlx5: Lag, set active ports if support bypass port select flow tableLiu, Changcheng2022-09-271-3/+55
* RDMA/mlx5: Don't set tx affinity when lag is in hash modeLiu, Changcheng2022-09-271-0/+16
* net/mlx5: Disable irq when locking lag_lockVlad Buslov2022-08-221-22/+33
* net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READYEli Cohen2022-08-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-144-13/+27
|\
| * net/mlx5: Lag, correct get the port select mode strLiu, Changcheng2022-07-063-5/+5
| * net/mlx5: Lag, decouple FDB selection and shared FDBMark Bloch2022-07-064-8/+22
* | net/mlx5: E-switch, Remove dependency between sriov and eswitch modeChris Mi2022-07-021-5/+5
|/
* Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-06-091-0/+10
|\
| * net/mlx5: E-Switch, pair only capable devicesMark Bloch2022-06-081-0/+10
* | mellanox: mlx5: avoid uninitialized variable warning with gcc-12Linus Torvalds2022-06-091-1/+1
|/
* net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cl...Jakub Kicinski2022-05-181-2/+2
* net/mlx5: Support multiport eswitch modeEli Cohen2022-05-175-36/+204
* net/mlx5: Remove unused argumentEli Cohen2022-05-171-3/+1
* net/mlx5: Lag, refactor lag state machineEli Cohen2022-05-174-68/+93
* net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch2022-05-093-3/+190
* net/mlx5: Lag, use buckets in hash modeMark Bloch2022-05-094-76/+182
* net/mlx5: Lag, refactor dmesg printMark Bloch2022-05-091-10/+12
* net/mlx5: Support devices with more than 2 portsMark Bloch2022-05-091-1/+2
* net/mlx5: Lag, use actual number of lag portsMark Bloch2022-05-093-149/+216
* net/mlx5: Lag, use hash when in roce lag on 4 portsMark Bloch2022-05-091-9/+36
* net/mlx5: Lag, support single FDB only on 2 portsMark Bloch2022-05-091-0/+4
* net/mlx5: Lag, store number of ports inside lag objectMark Bloch2022-05-092-0/+2
* net/mlx5: Lag, filter non compatible devicesMark Bloch2022-05-091-6/+6
* net/mlx5: Lag, use lag lockMark Bloch2022-05-092-46/+35
* net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch2022-05-091-2/+9
* net/mlx5: Lag, expose number of lag portsMark Bloch2022-05-091-0/+6
* net/mlx5: Fix matching on inner TTCMark Bloch2022-05-041-1/+1
* net/mlx5e: Lag, Don't skip fib events on current dstVlad Buslov2022-05-042-8/+14
* net/mlx5e: Lag, Fix fib_info pointer assignmentVlad Buslov2022-05-041-1/+1
* net/mlx5e: Lag, Fix use-after-free in fib event handlerVlad Buslov2022-05-042-11/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-3/+8
|\
| * net/mlx5e: Lag, Only handle events from highest priority multipath entryRoi Dayan2022-03-091-3/+8
* | net/mlx5: Lag, offload active-backup drops to hardwareMark Bloch2022-02-232-3/+73
* | net/mlx5: Lag, record inactive state of bond deviceMark Bloch2022-02-233-3/+49