aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/esw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-16net/mlx5e: Refactor mod header management APIPaul Blakey1-2/+3
2021-10-25net/mlx5: Bridge, support replacing existing FDB entryVlad Buslov1-0/+4
2021-10-25net/mlx5: Bridge, extract code to lookup and del/notify entryVlad Buslov1-26/+32
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+3
2021-10-20net/mlx5: E-switch, Return correct error code on group creation failureDmytro Linkin1-4/+3
2021-10-15net/mlx5: Introduce new device index wrapperRongwei Liu1-2/+2
2021-10-15net/mlx5: Bridge, provide flow source hintsVlad Buslov1-0/+4
2021-10-04net/mlx5: Bridge, pop VLAN on egress table missVlad Buslov1-2/+126
2021-10-04net/mlx5: Bridge, mark reg_c1 when pushing VLANVlad Buslov2-1/+40
2021-10-04net/mlx5: Bridge, extract VLAN pop code to dedicated functionsVlad Buslov1-12/+22
2021-10-04net/mlx5: Bridge, refactor eswitch instance usageVlad Buslov1-11/+14
2021-09-30net/mlx5: E-Switch, Fix double allocation of acl flow counterMoshe Shemesh2-5/+11
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-26net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd groupMaor Dickman1-0/+1
2021-08-19net/mlx5: E-switch, Add QoS tracepointsDmytro Linkin2-1/+135
2021-08-19net/mlx5: E-switch, Allow to add vports to rate groupsDmytro Linkin3-25/+193
2021-08-19net/mlx5: E-switch, Allow setting share/max tx rate limits of rate groupsDmytro Linkin2-39/+222
2021-08-19net/mlx5: E-switch, Introduce rate limiting groups APIDmytro Linkin2-5/+140
2021-08-19net/mlx5: E-switch, Enable devlink port tx_{share|max} rate controlDmytro Linkin4-27/+154
2021-08-19net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin3-0/+332
2021-08-19net/mlx5e: Move esw/sample to en/tc/sampleChris Mi2-625/+0
2021-08-19net/mlx5e: Remove mlx5e dependency from E-Switch sampleSaeed Mahameed2-16/+13
2021-08-16net/mlx5: Bridge, support LAGVlad Buslov2-10/+72
2021-08-16net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov4-13/+67
2021-08-16net/mlx5: Bridge, extract FDB delete notification to functionVlad Buslov1-14/+13
2021-08-16net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov4-100/+130
2021-08-16net/mlx5: Bridge, obtain core device from eswitch instead of privVlad Buslov1-4/+2
2021-08-16net/mlx5: Bridge, release bridge in same function where it is takenVlad Buslov1-7/+9
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridgeVladimir Oltean1-1/+1
2021-08-09net/mlx5e: TC, Fix error handling memory leakChris Mi1-0/+1
2021-08-09net/mlx5: Bridge, fix ageing timeVlad Buslov1-2/+2
2021-08-05net/mlx5: E-Switch, add logic to enable shared FDBMark Bloch1-0/+16
2021-06-09net/mlx5: Bridge, add tracepointsVlad Buslov3-50/+191
2021-06-09net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov2-4/+140
2021-06-09net/mlx5: Bridge, support pvid and untagged vlan configurationsVlad Buslov1-16/+159
2021-06-09net/mlx5: Bridge, match FDB entry vlan tagVlad Buslov2-10/+172
2021-06-09net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov2-3/+213
2021-06-09net/mlx5: Bridge, dynamic entry ageingVlad Buslov2-13/+98
2021-06-09net/mlx5: Bridge, handle FDB eventsVlad Buslov2-3/+260
2021-06-09net/mlx5: Bridge, add offload infrastructureVlad Buslov2-0/+384
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit1-2/+2
2021-04-24devlink: Extend SF port attributes to have external attributeParav Pandit1-1/+1
2021-04-24net/mlx5: E-Switch, Use xarray for vport number to vport and rep mappingParav Pandit8-14/+14
2021-04-14net/mlx5: E-Switch, Move legacy code to a individual fileParav Pandit2-0/+531
2021-04-06net/mlx5e: TC, Add support to offload sample actionChris Mi2-0/+253
2021-04-06net/mlx5e: TC, Handle sampled packetsChris Mi2-0/+18
2021-04-06net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-06net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-06net/mlx5e: TC, Add sampler termination table APIChris Mi2-0/+104