summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/esw
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-08-27net/mlx5: E-Switch, Set vhca id valid flag when creating indir fwd groupMaor Dickman1-0/+1
2021-08-20net/mlx5: E-switch, Add QoS tracepointsDmytro Linkin2-1/+135
2021-08-20net/mlx5: E-switch, Allow to add vports to rate groupsDmytro Linkin3-25/+193
2021-08-20net/mlx5: E-switch, Allow setting share/max tx rate limits of rate groupsDmytro Linkin2-39/+222
2021-08-20net/mlx5: E-switch, Introduce rate limiting groups APIDmytro Linkin2-5/+140
2021-08-20net/mlx5: E-switch, Enable devlink port tx_{share|max} rate controlDmytro Linkin4-27/+154
2021-08-20net/mlx5: E-switch, Move QoS related code to dedicated fileDmytro Linkin3-0/+332
2021-08-20net/mlx5e: Move esw/sample to en/tc/sampleChris Mi2-625/+0
2021-08-20net/mlx5e: Remove mlx5e dependency from E-Switch sampleSaeed Mahameed2-16/+13
2021-08-17net/mlx5: Bridge, support LAGVlad Buslov2-10/+72
2021-08-17net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov4-13/+67
2021-08-17net/mlx5: Bridge, extract FDB delete notification to functionVlad Buslov1-14/+13
2021-08-17net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov4-100/+130
2021-08-17net/mlx5: Bridge, obtain core device from eswitch instead of privVlad Buslov1-4/+2
2021-08-17net/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...Vladimir Oltean1-1/+1
2021-08-10net/mlx5e: TC, Fix error handling memory leakChris Mi1-0/+1
2021-08-10net/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-10net/mlx5: Bridge, add tracepointsVlad Buslov3-50/+191
2021-06-10net/mlx5: Bridge, filter tagged packets that didn't match tagged fgVlad Buslov2-4/+140
2021-06-10net/mlx5: Bridge, support pvid and untagged vlan configurationsVlad Buslov1-16/+159
2021-06-10net/mlx5: Bridge, match FDB entry vlan tagVlad Buslov2-10/+172
2021-06-10net/mlx5: Bridge, implement infrastructure for vlansVlad Buslov2-3/+213
2021-06-10net/mlx5: Bridge, dynamic entry ageingVlad Buslov2-13/+98
2021-06-10net/mlx5: Bridge, handle FDB eventsVlad Buslov2-3/+260
2021-06-10net/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-07net/mlx5e: TC, Add support to offload sample actionChris Mi2-0/+253
2021-04-07net/mlx5e: TC, Handle sampled packetsChris Mi2-0/+18
2021-04-07net/mlx5e: TC, Add sampler restore handle APIChris Mi1-0/+108
2021-04-07net/mlx5e: TC, Add sampler object APIChris Mi1-0/+131
2021-04-07net/mlx5e: TC, Add sampler termination table APIChris Mi2-0/+104
2021-04-07net/mlx5e: TC, Parse sample actionChris Mi1-0/+13
2021-04-07net/mlx5: E-switch, Set per vport table default group numberChris Mi1-1/+4
2021-04-07net/mlx5: E-switch, Generalize per vport table APIChris Mi1-7/+8
2021-04-07net/mlx5: E-switch, Rename functions to follow naming convention.Chris Mi1-2/+2
2021-04-07net/mlx5: E-switch, Move vport table functions to a new fileChris Mi1-0/+136
2021-03-13net/mlx5: use kvfree() for memory allocated with kvzalloc()Junlin Yang1-5/+5
2021-03-12net/mlx5: Fix indir stable stubsVlad Buslov1-3/+3
2021-03-12net/mlx5: Don't skip vport checkSaeed Mahameed1-1/+1
2021-02-11net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter1-1/+1
2021-02-06net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov1-4/+13
2021-02-06net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov2-0/+584
2021-01-22net/mlx5: E-switch, Add eswitch helpers for SF vportParav Pandit1-0/+41