summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2022-05-11Merge tag 'mlx5-lm-parallel' of https://git.kernel.org/pub/scm/linux/kernel/g...Alex Williamson46-4477/+408
2022-05-10net/mlx5: Expose mlx5_sriov_blocking_notifier_register / unregister APIsYishai Hadas1-1/+64
2022-05-09net/mlx5: Lag, add debugfs to query hardware lag stateMark Bloch4-4/+191
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 Bloch2-2/+4
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 Bloch3-14/+47
2022-05-09net/mlx5: Lag, use lag lockMark Bloch4-65/+35
2022-05-09net/mlx5: Lag, move E-Switch prerequisite check into lag codeMark Bloch3-16/+9
2022-05-09net/mlx5: devcom only supports 2 portsMark Bloch2-7/+11
2022-05-09net/mlx5: Lag, expose number of lag portsMark Bloch1-0/+6
2022-05-09net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li6-13/+20
2022-05-09net/mlx5: Add exit route when waiting for FWGavin Li1-1/+4
2022-05-06net/mlx5e: Use XFRM state direction instead of flagsLeon Romanovsky1-5/+5
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-69/+173
2022-05-04net/mlx5: Fix matching on inner TTCMark Bloch2-1/+3
2022-05-04net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh1-9/+19
2022-05-04net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh1-17/+17
2022-05-04net/mlx5e: Fix trust state reset in reloadMoshe Tal1-0/+10
2022-05-04net/mlx5e: Avoid checking offload capability in post_parse actionAriel Levkovich1-2/+1
2022-05-04net/mlx5e: CT: Fix queued up restore put() executing after relevant ft releasePaul Blakey1-0/+4
2022-05-04net/mlx5e: TC, fix decap fallback to uplink when int port not supportedAriel Levkovich1-1/+2
2022-05-04net/mlx5e: TC, Fix ct_clear overwriting ct action metadataAriel Levkovich3-16/+49
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-05-04net/mlx5e: Fix the calling of update_buffer_lossy() APIMark Zhang1-2/+2
2022-05-04net/mlx5e: Don't match double-vlan packets if cvlan is not setVlad Buslov1-0/+11
2022-05-04net/mlx5: Fix slab-out-of-bounds while reading resource dump menuAya Levin1-6/+25
2022-05-04net/mlx5e: Fix wrong source vport matching on tunnel ruleAriel Levkovich1-1/+1
2022-05-03net/mlx5: Allow future addition of IPsec object modifiersLeon Romanovsky1-0/+3
2022-05-03net/mlx5: Don't perform lookup after already known sec_pathLeon Romanovsky1-1/+0
2022-05-03net/mlx5: Cleanup XFRM attributes structLeon Romanovsky4-31/+8
2022-05-03net/mlx5: Remove not-supported ICV lengthLeon Romanovsky1-16/+1
2022-05-03net/mlx5: Simplify IPsec capabilities logicLeon Romanovsky3-31/+16
2022-05-03net/mlx5: Don't advertise IPsec netdev support for non-IPsec deviceLeon Romanovsky1-0/+3
2022-05-03net/mlx5: Make sure that no dangling IPsec FS pointers existLeon Romanovsky1-156/+73
2022-05-03net/mlx5: Clean IPsec FS add/delete rulesLeon Romanovsky3-38/+34
2022-05-03net/mlx5: Simplify HW context interfaces by using SA entryLeon Romanovsky3-197/+62
2022-05-03net/mlx5: Remove indirections from esp functionsLeon Romanovsky1-35/+12
2022-05-03net/mlx5: Merge various control path IPsec headers into one fileLeon Romanovsky11-39/+117
2022-05-03net/mlx5: Remove useless validity checkLeon Romanovsky1-44/+0
2022-05-03net/mlx5: Store IPsec ESN update work in XFRM stateLeon Romanovsky3-68/+27
2022-05-03net/mlx5: Reduce useless indirection in IPsec FS add/delete flowsLeon Romanovsky2-20/+9
2022-05-03net/mlx5: Don't hide fallback to software IPsec in FS codeLeon Romanovsky2-30/+17
2022-05-03net/mlx5: Check IPsec TX flow steering namespace in advanceLeon Romanovsky4-8/+11