aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-20net/mlx5e: Return error if prio is specified when offloading eswitch vlan pushOr Gerlitz1-1/+2
2018-01-19net/mlx5e: Set hairpin queue sizeOr Gerlitz1-3/+8
2018-01-19net/mlx5e: Add RSS support for hairpinOr Gerlitz1-12/+197
2018-01-19net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz1-3/+3
2018-01-19net/mlx5e: Set per priority hairpin pairsOr Gerlitz1-7/+57
2018-01-19net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz1-8/+12
2018-01-09net/mlx5e: Support offloading TC NIC hairpin flowsOr Gerlitz1-12/+171
2018-01-09net/mlx5e: Basic setup of hairpin objectOr Gerlitz1-0/+97
2018-01-05net/mlx5e: hide an unused variableArnd Bergmann1-1/+1
2017-12-28Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-4/+11
2017-12-29net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch1-4/+5
2017-12-28net/mlx5e: Move ethernet representors data into separate structMark Bloch1-4/+10
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-3/+2
2017-11-04net/mlx5: Enlarge the NIC TC offload table sizeOr Gerlitz1-2/+13
2017-10-26net/mlx5e: Properly deal with encap flows add/del under neigh updateOr Gerlitz1-35/+54
2017-09-28net/mlx5e: Check encap entry state when offloading tunneled flowsVlad Buslov1-0/+3
2017-09-28net/mlx5e: Disallow TC offloading of unsupported match/action combinationsOr Gerlitz1-0/+70
2017-09-28net/mlx5e: Fix erroneous freeing of encap header bufferPaul Blakey1-8/+10
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2017-08-30net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source addressPaul Blakey1-5/+3
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+1
2017-08-04net: sched: change names of action number helpers to be aligned with the restJiri Pirko1-2/+2
2017-06-22net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz1-0/+1
2017-06-22net/mlx5e: Use macro for TC header re-write offload field mappingOr Gerlitz1-25/+29
2017-06-22net/mlx5e: Offload TC matching on ip ttlOr Gerlitz1-3/+8
2017-06-22net/mlx5e: Relocate the TC match on ip tos offload code sectionOr Gerlitz1-23/+23
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2017-06-15net/mlx5e: Remove TC header re-write offloading of ip tosOr Gerlitz1-1/+0
2017-06-08net/mlx5e: Support header re-write of partial fields in TC pedit offloadOr Gerlitz1-9/+19
2017-06-08net/mlx5e: Use modify header ID cache for offloaded TC NIC flowsOr Gerlitz1-8/+3
2017-06-08net/mlx5e: Use modify header ID cache for offloaded TC E-Switch flowsOr Gerlitz1-8/+3
2017-06-08net/mlx5e: Add cache for HW modify header IDsOr Gerlitz1-1/+133
2017-06-08net/mlx5e: Use short attribute form when adding/deleting offloaded TC flowsOr Gerlitz1-8/+9
2017-06-08net/mlx5e: Remove limitation of single NIC offloaded TC action per ruleOr Gerlitz1-4/+0
2017-06-04net/mlx5e: Offload TC matching on ip tos / traffic-classOr Gerlitz1-1/+25
2017-06-04net/mlx5e: Offload TC matching on tcp flagsOr Gerlitz1-1/+21
2017-05-31sched: add helper for updating statistics on all actionsJakub Kicinski1-9/+1
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+50
2017-05-25Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-1/+1
2017-05-23net/mlx5e: Fix warnings around parsing of TC pedit actionsOr Gerlitz1-7/+7
2017-05-23net/mlx5e: Properly enforce disallowing of partial field re-write offloadOr Gerlitz1-2/+3
2017-05-23net/mlx5e: Allow TC csum offload if applied together with pedit actionOr Gerlitz1-0/+39
2017-05-23net/mlx5e: Use the correct delete call on offloaded TC encap entry detachOr Gerlitz1-1/+1
2017-05-18net/mlx5e: Fix possible memory leakWei Yongjun1-4/+4
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-1/+1
2017-04-30net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion1-0/+58
2017-04-30net/mlx5e: Add support to neighbour update flowHadar Hen Zion1-41/+161