aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/lag (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch3-3/+190
2022-05-09net/mlx5: Lag, use buckets in hash modeMark Bloch4-76/+182
2022-05-09net/mlx5: Lag, refactor dmesg printMark Bloch1-10/+12
2022-05-09net/mlx5: Support devices with more than 2 portsMark Bloch1-1/+2
2022-05-09net/mlx5: Lag, use actual number of lag portsMark Bloch3-149/+216
2022-05-09net/mlx5: Lag, use hash when in roce lag on 4 portsMark Bloch1-9/+36
2022-05-09net/mlx5: Lag, support single FDB only on 2 portsMark Bloch1-0/+4
2022-05-09net/mlx5: Lag, store number of ports inside lag objectMark Bloch2-0/+2
2022-05-09net/mlx5: Lag, filter non compatible devicesMark Bloch1-6/+6
2022-05-09net/mlx5: Lag, use lag lockMark Bloch2-46/+35
2022-05-09net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch1-2/+9
2022-05-09net/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-10Merge 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-23net/mlx5: Lag, offload active-backup drops to hardwareMark Bloch2-3/+73
2022-02-23net/mlx5: Lag, record inactive state of bond deviceMark Bloch3-3/+49
2022-02-23net/mlx5: Lag, don't use magic numbers for portsMark Bloch1-4/+9
2022-02-23net/mlx5: Lag, use local variable already defined to access E-SwitchMark Bloch1-2/+3
2022-01-06net/mlx5e: Don't block routes with nexthop objects in SWMaor Dickman1-4/+2
2021-11-30net/mlx5: Lag, Fix recreation of VF LAGMaor Gottlieb1-0/+1
2021-11-16net/mlx5: Lag, update tracker when state change event receivedMaher Sanalla1-15/+13
2021-11-10net/mlx5: Lag, fix a potential Oops with mlx5_lag_create_definer()Dan Carpenter1-1/+1
2021-10-26net/mlx5: Lag, Make mlx5_lag_is_multipath() be static inlineMaor Dickman1-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+14
2021-10-18net/mlx5: Lag, use steering to select the affinity port in LAGMaor Gottlieb2-22/+74
2021-10-18net/mlx5: Lag, add support to create/destroy/modify port selectionMaor Gottlieb2-0/+122
2021-10-18net/mlx5: Lag, add support to create TTC tables for LAG port selectionMaor Gottlieb2-0/+92
2021-10-18net/mlx5: Lag, add support to create definers for LAGMaor Gottlieb4-1/+220
2021-10-18net/mlx5: Lag, set match mask according to the traffic type bitmapMaor Gottlieb1-0/+182
2021-10-18net/mlx5: Lag, set LAG traffic type mappingMaor Gottlieb3-0/+53
2021-10-18net/mlx5: Lag, move lag files into directoryMaor Gottlieb4-0/+1550