| Commit message (Expand) | Author | Age | Files | Lines |
* | net/mlx5: Lag, Add single RDMA device in multiport mode | Mark Bloch | 2023-02-14 | 3 | -11/+35 |
* | net/mlx5: Lag, set different uplink vport metadata in multiport eswitch mode | Roi Dayan | 2023-02-14 | 2 | -1/+67 |
* | net/mlx5e: TC, Add peer flow in mpesw mode | Roi Dayan | 2023-02-14 | 2 | -2/+2 |
* | net/mlx5: Lag, Control MultiPort E-Switch single FDB mode | Roi Dayan | 2023-02-14 | 4 | -39/+24 |
* | net/mlx5: Lag, Move mpesw related definitions to mpesw.h | Roi Dayan | 2023-02-04 | 2 | -15/+15 |
* | net/mlx5: Lag, Use flag to check for shared FDB mode | Mark Bloch | 2023-02-04 | 1 | -2/+1 |
* | net/mlx5: Lag, Remove redundant bool allocation on the stack | Roi Dayan | 2023-02-04 | 2 | -9/+3 |
* | net/mlx5: Lag, Use mlx5_lag_dev() instead of derefering pointers | Roi Dayan | 2023-02-04 | 3 | -10/+11 |
* | net/mlx5: Lag, Update multiport eswitch check to log an error | Roi Dayan | 2023-02-04 | 2 | -5/+10 |
* | net/mlx5: Lag, fix failure to cancel delayed bond work | Eli Cohen | 2022-12-28 | 1 | -0/+1 |
* | net/mlx5e: multipath, support routes with more than 2 nexthops | Maor Dickman | 2022-12-08 | 1 | -31/+48 |
* | net/mlx5: Lag, Fix for loop when checking lag | Chris Mi | 2022-11-29 | 1 | -2/+4 |
* | net/mlx5: E-switch, Fix duplicate lag creation | Chris Mi | 2022-11-24 | 1 | -2/+3 |
* | net/mlx5: Lag, avoid lockdep warnings | Eli Cohen | 2022-11-21 | 4 | -40/+78 |
* | net/mlx5: Lag, enable hash mode by default for all NICs | Liu, Changcheng | 2022-09-27 | 1 | -8/+9 |
* | net/mlx5: Lag, set active ports if support bypass port select flow table | Liu, Changcheng | 2022-09-27 | 1 | -3/+55 |
* | RDMA/mlx5: Don't set tx affinity when lag is in hash mode | Liu, Changcheng | 2022-09-27 | 1 | -0/+16 |
* | net/mlx5: Disable irq when locking lag_lock | Vlad Buslov | 2022-08-22 | 1 | -22/+33 |
* | net/mlx5: LAG, fix logic over MLX5_LAG_FLAG_NDEVS_READY | Eli Cohen | 2022-08-22 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-07-14 | 4 | -13/+27 |
|\ |
|
| * | net/mlx5: Lag, correct get the port select mode str | Liu, Changcheng | 2022-07-06 | 3 | -5/+5 |
| * | net/mlx5: Lag, decouple FDB selection and shared FDB | Mark Bloch | 2022-07-06 | 4 | -8/+22 |
* | | net/mlx5: E-switch, Remove dependency between sriov and eswitch mode | Chris Mi | 2022-07-02 | 1 | -5/+5 |
|/ |
|
* | Merge tag 'mlx5-fixes-2022-06-08' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 2022-06-09 | 1 | -0/+10 |
|\ |
|
| * | net/mlx5: E-Switch, pair only capable devices | Mark Bloch | 2022-06-08 | 1 | -0/+10 |
* | | mellanox: mlx5: avoid uninitialized variable warning with gcc-12 | Linus Torvalds | 2022-06-09 | 1 | -1/+1 |
|/ |
|
* | net/mlx5: fix multiple definitions of mlx5_lag_mpesw_init / mlx5_lag_mpesw_cl... | Jakub Kicinski | 2022-05-18 | 1 | -2/+2 |
* | net/mlx5: Support multiport eswitch mode | Eli Cohen | 2022-05-17 | 5 | -36/+204 |
* | net/mlx5: Remove unused argument | Eli Cohen | 2022-05-17 | 1 | -3/+1 |
* | net/mlx5: Lag, refactor lag state machine | Eli Cohen | 2022-05-17 | 4 | -68/+93 |
* | net/mlx5: Lag, add debugfs to query hardware lag state | Mark Bloch | 2022-05-09 | 3 | -3/+190 |
* | net/mlx5: Lag, use buckets in hash mode | Mark Bloch | 2022-05-09 | 4 | -76/+182 |
* | net/mlx5: Lag, refactor dmesg print | Mark Bloch | 2022-05-09 | 1 | -10/+12 |
* | net/mlx5: Support devices with more than 2 ports | Mark Bloch | 2022-05-09 | 1 | -1/+2 |
* | net/mlx5: Lag, use actual number of lag ports | Mark Bloch | 2022-05-09 | 3 | -149/+216 |
* | net/mlx5: Lag, use hash when in roce lag on 4 ports | Mark Bloch | 2022-05-09 | 1 | -9/+36 |
* | net/mlx5: Lag, support single FDB only on 2 ports | Mark Bloch | 2022-05-09 | 1 | -0/+4 |
* | net/mlx5: Lag, store number of ports inside lag object | Mark Bloch | 2022-05-09 | 2 | -0/+2 |
* | net/mlx5: Lag, filter non compatible devices | Mark Bloch | 2022-05-09 | 1 | -6/+6 |
* | net/mlx5: Lag, use lag lock | Mark Bloch | 2022-05-09 | 2 | -46/+35 |
* | net/mlx5: Lag, move E-Switch prerequisite check into lag code | Mark Bloch | 2022-05-09 | 1 | -2/+9 |
* | net/mlx5: Lag, expose number of lag ports | Mark Bloch | 2022-05-09 | 1 | -0/+6 |
* | net/mlx5: Fix matching on inner TTC | Mark Bloch | 2022-05-04 | 1 | -1/+1 |
* | net/mlx5e: Lag, Don't skip fib events on current dst | Vlad Buslov | 2022-05-04 | 2 | -8/+14 |
* | net/mlx5e: Lag, Fix fib_info pointer assignment | Vlad Buslov | 2022-05-04 | 1 | -1/+1 |
* | net/mlx5e: Lag, Fix use-after-free in fib event handler | Vlad Buslov | 2022-05-04 | 2 | -11/+20 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-03-10 | 1 | -3/+8 |
|\ |
|
| * | net/mlx5e: Lag, Only handle events from highest priority multipath entry | Roi Dayan | 2022-03-09 | 1 | -3/+8 |
* | | net/mlx5: Lag, offload active-backup drops to hardware | Mark Bloch | 2022-02-23 | 2 | -3/+73 |
* | | net/mlx5: Lag, record inactive state of bond device | Mark Bloch | 2022-02-23 | 3 | -3/+49 |