Age | Commit message (Expand) | Author | Files | Lines |
2025-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+4 |
2025-03-25 | net/mlx5: Lag, use port selection tables when available | Mark Bloch | 1 | -29/+9 |
2025-03-25 | net/mlx5: LAG, reload representors on LAG creation failure | Mark Bloch | 1 | -0/+4 |
2025-03-24 | net/mlx5: Remove NULL check before dev_{put, hold} | Gal Pressman | 1 | -2/+1 |
2025-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 3 | -3/+5 |
2025-03-13 | net/mlx5: Lag, Check shared fdb before creating MultiPort E-Switch | Shay Drory | 3 | -3/+5 |
2025-03-07 | net/mlx5: Lag, Enable Multiport E-Switch offloads on 8 ports LAG | Amir Tzin | 1 | -4/+0 |
2025-02-06 | net/mlx5: Remove stray semicolon in LAG port selection table creation | Gal Pressman | 1 | -1/+1 |
2025-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2025-01-16 | net/mlx5: Clear port select structure when fail to create | Mark Zhang | 1 | -1/+3 |
2024-12-23 | net/mlx5: LAG, Support LAG over Multi-Host NICs | Rongwei Liu | 5 | -78/+225 |
2024-12-23 | net/mlx5: LAG, Refactor lag logic | Rongwei Liu | 6 | -121/+137 |
2024-11-04 | RDMA/mlx5: Ensure active slave attachment to the bond IB device | Chiara Meiohas | 1 | -0/+11 |
2024-11-04 | RDMA/mlx5: Call dev_put() after the blocking notifier | Chiara Meiohas | 1 | -0/+1 |
2024-09-13 | RDMA/mlx5: Use IB set_netdev and get_netdev functions | Chiara Meiohas | 1 | -35/+41 |
2024-08-01 | net/mlx5: Lag, don't use the hardcoded value of the first port | Mark Bloch | 1 | -1/+1 |
2024-06-05 | net/mlx5: Fix tainted pointer delete is case of flow rules creation fail | Aleksandr Mishin | 1 | -2/+6 |
2024-05-24 | net/mlx5: Lag, do bond only if slaves agree on roce state | Maher Sanalla | 1 | -2/+10 |
2024-05-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -5/+5 |
2024-05-14 | net/mlx5: Enable 8 ports LAG | Shay Drory | 1 | -3/+0 |
2024-05-11 | net/mlx5: Reload only IB representors upon lag disable/enable | Maher Sanalla | 2 | -5/+5 |
2024-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2024-04-13 | net/mlx5: Lag, restore buckets number to default after hash LAG deactivation | Shay Drory | 1 | -1/+3 |
2024-04-04 | net/mlx5: Support matching on l4_type for ttc_table | Jianbo Liu | 1 | -6/+2 |
2023-10-14 | net/mlx5: Use PTR_ERR_OR_ZERO() to simplify code | Jinjie Ruan | 1 | -8/+2 |
2023-10-14 | net/mlx5: Replace global mlx5_intf_lock with HCA devcom component lock | Shay Drory | 3 | -7/+38 |
2023-10-14 | net/mlx5: Refactor LAG peer device lookout bus logic to mlx5 devcom | Shay Drory | 1 | -4/+8 |
2023-09-20 | net/mlx5: Enable 4 ports multiport E-switch | Shay Drory | 1 | -9/+9 |
2023-08-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2023-08-07 | net/mlx5: LAG, Check correct bucket when modifying LAG | Shay Drory | 1 | -1/+1 |
2023-07-27 | net/mlx5: Devcom, Infrastructure changes | Roi Dayan | 1 | -1/+1 |
2023-07-27 | net/mlx5: Use shared code for checking lag is supported | Roi Dayan | 2 | -12/+10 |
2023-06-23 | net/mlx5: Lag, Remove duplicate code checking lag is supported | Roi Dayan | 2 | -13/+12 |
2023-06-16 | net/mlx5: Add header file for events | Juhee Kang | 2 | -2/+2 |
2023-06-08 | net/mlx5: Enable 4 ports VF LAG | Shay Drory | 1 | -2/+2 |
2023-06-08 | net/mlx5: LAG, block multiport eswitch LAG in case ldev have more than 2 ports | Shay Drory | 1 | -0/+4 |
2023-06-08 | net/mlx5: LAG, block multipath LAG in case ldev have more than 2 ports | Shay Drory | 1 | -0/+4 |
2023-06-08 | net/mlx5: LAG, change mlx5_shared_fdb_supported() to static | Shay Drory | 2 | -2/+1 |
2023-06-08 | net/mlx5: LAG, generalize handling of shared FDB | Shay Drory | 1 | -28/+38 |
2023-06-08 | net/mlx5: LAG, check if all eswitches are paired for shared FDB | Shay Drory | 1 | -1/+3 |
2023-06-08 | {net/RDMA}/mlx5: introduce lag_for_each_peer | Shay Drory | 1 | -5/+16 |
2023-06-02 | net/mlx5: Devcom, Rename paired to ready | Shay Drory | 1 | -2/+2 |
2023-06-02 | net/mlx5: E-switch, generalize shared FDB creation | Shay Drory | 1 | -6/+29 |
2023-02-15 | net/mlx5: Lag, Add single RDMA device in multiport mode | Mark Bloch | 3 | -11/+35 |
2023-02-15 | net/mlx5: Lag, set different uplink vport metadata in multiport eswitch mode | Roi Dayan | 2 | -1/+67 |
2023-02-15 | net/mlx5e: TC, Add peer flow in mpesw mode | Roi Dayan | 2 | -2/+2 |
2023-02-15 | net/mlx5: Lag, Control MultiPort E-Switch single FDB mode | Roi Dayan | 4 | -39/+24 |
2023-02-04 | net/mlx5: Lag, Move mpesw related definitions to mpesw.h | Roi Dayan | 2 | -15/+15 |
2023-02-04 | net/mlx5: Lag, Use flag to check for shared FDB mode | Mark Bloch | 1 | -2/+1 |
2023-02-04 | net/mlx5: Lag, Remove redundant bool allocation on the stack | Roi Dayan | 2 | -9/+3 |