summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Lag, move lag files into directoryMaor Gottlieb2021-10-181-1082/+0
* net/mlx5: Introduce new device index wrapperRongwei Liu2021-10-151-2/+2
* net/mlx5: Lag, don't update lag if lag isn't supportedMark Bloch2021-09-071-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-311-0/+1
|\
| * net/mlx5: Lag, fix multipath lag activationDima Chumak2021-08-261-0/+1
* | net/mlx5: Lag, Create shared FDB when in switchdev modeMark Bloch2021-08-051-16/+102
* | net/mlx5: Lag, move lag destruction to a workqueueMark Bloch2021-08-051-8/+9
* | net/mlx5: Lag, properly lock eswitch if neededMark Bloch2021-08-051-11/+72
* | net/mlx5: Lag, add initial logic for shared FDBMark Bloch2021-08-051-0/+49
|/
* net/mlx5: Change ownership model for lagMark Bloch2021-06-141-80/+141
* net/mlx5: Lag, Don't rescan if the device is going downMark Bloch2021-06-141-2/+8
* net/mlx5: Lag, refactor disable flowMark Bloch2021-06-141-15/+25
* net/mlx5: Fix lag port remapping logicEli Cohen2021-05-271-6/+13
* net/mlx5: Use boolean arithmetic to evaluate roce_lagEli Cohen2021-05-271-2/+3
* net/mlx5: Remove unnecessary spin lock protectionEli Cohen2021-05-271-4/+0
* net/mlx5: Remove return statement exist at the end of void functionWenpeng Liang2021-04-141-2/+0
* net/mlx5: Read congestion counters from all ports when lag is activeMark Zhang2021-03-121-1/+1
* net/mlx5: Check if lag is supported before creating oneMark Zhang2021-01-071-6/+5
* net/mlx5: Delete custom device management logicLeon Romanovsky2020-12-061-18/+0
* RDMA/mlx5: Convert mlx5_ib to use auxiliary busLeon Romanovsky2020-12-061-15/+23
* net/mlx5e: Connect ethernet part to auxiliary busLeon Romanovsky2020-12-061-0/+2
* net/mlx5e: Add LAG warning if bond slave is not lag masterJianbo Liu2020-09-151-10/+33
* net/mlx5e: Add LAG warning for unsupported tx typeJianbo Liu2020-09-151-6/+11
* net/mlx5e: Return a valid errno if can't get lag device indexJianbo Liu2020-09-151-3/+3
* net/mlx5: Add support to get lag physical portMaor Gottlieb2020-05-011-0/+24
* net/mlx5: Change lag mutex lock to spin lockMaor Gottlieb2020-05-011-21/+21
* net/mlx5: Update lag.c new cmd interfaceLeon Romanovsky2020-04-231-35/+17
* net/mlx5: Clear LAG notifier pointer after unregisterEli Cohen2020-03-051-1/+3
* mlx5: register lag notifier for init network namespace onlyJiri Pirko2020-02-271-8/+3
* mlx5: Use dev_net netdevice notifier registrationsJiri Pirko2020-01-271-3/+5
* net/mlx5: LAG, Use port enumeratorsErez Alfasi2019-11-011-30/+35
* net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-011-2/+2
* net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-111-21/+0
* net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan2019-03-011-0/+8
* net/mlx5: Use own workqueue for lag netdev events processingRoi Dayan2019-03-011-1/+8
* net/mlx5: Expose lag operations in header fileRoi Dayan2019-03-011-48/+8
* net/mlx5: Use unsigned int bit instead of bool as a struct memberRoi Dayan2019-03-011-1/+1
* net/mlx5: Correctly set LAG mode for ECPFBodong Wang2019-02-151-0/+5
* net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz2019-01-251-0/+21
* net/mlx5: Fix LAG requirement when CONFIG_MLX5_ESWITCH is offAviv Heller2018-12-201-5/+8
* net/mlx5: Handle LAG FW commands failure gracefullyAviv Heller2018-12-141-21/+70
* net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-141-16/+63
* net/mlx5: Rename mlx5_lag_is_bonded() to __mlx5_lag_is_active()Aviv Heller2018-12-141-9/+9
* net/mlx5: Allow/disallow LAG according to pre-req onlyRabie Loulou2018-12-141-46/+16
* net/mlx5: Adjustments for the activate LAG logic to run under sriovRabie Loulou2018-12-141-12/+21
* net/mlx5: Fold the modify lag code into functionShahar Klein2018-12-141-16/+28
* net/mlx5: Add lag affinity info to logRoi Dayan2018-12-141-0/+3
* net/mlx5: Split the activate lag function into two routinesRoi Dayan2018-12-141-4/+10
* IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny2017-12-211-0/+56
* net/mlx5: Consider tx_enabled in all modes on remapAviv Heller2017-07-271-15/+10