aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-04Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-38/+118
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+64
2018-10-03net/mlx5e: Add extack messages for TC offload failuresEli Britstein1-38/+118
2018-10-01net/mlx5: Cache the system image guidAlaa Hleihel1-2/+2
2018-10-01net/mlx5e: Set vlan masks for all offloaded TC rulesJianbo Liu1-0/+3
2018-10-01net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel1-1/+61
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-10/+9
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-08-08net/mlx5e: Properly check if hairpin is possible between two functionsOr Gerlitz1-4/+4
2018-07-27net/mlx5e: Issue direct lookup on vxlan ports by vport representorsSaeed Mahameed1-10/+2
2018-07-27net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed1-3/+3
2018-07-27net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed1-2/+2
2018-07-25net/mlx5e: Offload TC matching on tos/ttl for ip tunnelsOr Gerlitz1-1/+22
2018-07-25net/mlx5e: Support setup of tos and ttl for tunnel key TC action offloadOr Gerlitz1-9/+12
2018-07-25net/mlx5e: Use ttl from route lookup on tc encap offload only if neededOr Gerlitz1-10/+17
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-07-23net/mlx5e: Support offloading double vlan push/pop tc actionsJianbo Liu1-11/+35
2018-07-23net/mlx5e: Refactor tc vlan push/pop actions offloadingJianbo Liu1-19/+32
2018-07-23net/mlx5e: Support offloading tc double vlan headers matchJianbo Liu1-3/+52
2018-07-23net/mlx5e: Remove redundant WARN when we cannot find neigh entryRoi Dayan1-3/+1
2018-07-18net/mlx5e: Only allow offloading decap egress (egdev) flowsRoi Dayan1-0/+4
2018-05-29net/mlx5e: Get the number of offloaded TC rules from the correct tableOr Gerlitz1-0/+7
2018-05-25net/mlx5e: Split offloaded eswitch TC rules for port mirroringChris Mi1-14/+43
2018-05-25net/mlx5e: Parse mirroring action for offloaded TC eswitch flowsChris Mi1-6/+20
2018-05-24net/mlx5e: Move port speed code from en_ethtool.c to en/port.cHuy Nguyen1-1/+2
2018-05-17net/mlx5e: Ignore attempts to offload multiple times a TC flowOr Gerlitz1-2/+19
2018-05-17net/mlx5e: Use shared table for offloaded TC eswitch flowsOr Gerlitz1-5/+24
2018-05-17net/mlx5e: Prepare for shared table to keep TC eswitch flowsOr Gerlitz1-19/+20
2018-05-17net/mlx5e: Add ingress/egress indication for offloaded TC flowsOr Gerlitz1-10/+28
2018-05-17net/mlx5e: Offload TC eswitch rules for VFs belonging to different PFsRabie Loulou1-1/+16
2018-05-17Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+3
2018-05-17net/mlx5e: Explicitly set source e-switch in offloaded TC rulesShahar Klein1-0/+1
2018-05-17net/mlx5e: Explicitly set destination e-switch in FDB rulesRabie Loulou1-0/+2
2018-05-14net/mlx5e: Support offloaded TC flows with no matches on headersOr Gerlitz1-1/+9
2018-05-14net/mlx5e: Get the required HW match level while parsing TC flow matchesOr Gerlitz1-17/+17
2018-05-14net/mlx5e: Properly order min inline mode setup while parsing TC matchesOr Gerlitz1-53/+76
2018-05-14net/mlx5e: Use local actions var while processing offloaded TC flow actionsOr Gerlitz1-20/+24
2018-05-14net/mlx5e: Return success when TC offloaded fdb actions parsed okOr Gerlitz1-2/+3
2018-05-14net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributesOr Gerlitz1-2/+0
2018-05-14net/mlx5e: Clean static checker complaints on TC offload and VF reps codeOr Gerlitz1-6/+5
2018-05-14net/mlx5e: Remove double defined DMAC header re-write elementOr Gerlitz1-1/+0
2018-05-14net/mlx5e: Skip redundant checks when providing NUD lastuse feedbackRoi Dayan1-0/+2
2018-05-10net/mlx5e: Err if asked to offload TC match on frag being firstRoi Dayan1-0/+4
2018-04-26net/mlx5e: Allow offloading ipv4 header re-write for icmpJianbo Liu1-1/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+9
2018-03-26net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update pathOr Gerlitz1-1/+1
2018-03-26net/mlx5e: Fix memory usage issues in offloading TC flowsJianbo Liu1-8/+8
2018-03-26net/mlx5e: Offload tc vlan push/pop using HW actionOr Gerlitz1-5/+10
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-0/+1
2018-03-06{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak1-0/+1