summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Offload tc vlan push/pop using HW actionOr Gerlitz2018-03-261-5/+10
* Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2018-03-071-0/+1
|\
| * {net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2018-03-071-0/+1
* | net/mlx5e: Return error if prio is specified when offloading eswitch vlan pushOr Gerlitz2018-02-201-1/+2
|/
* net/mlx5e: Set hairpin queue sizeOr Gerlitz2018-01-191-3/+8
* net/mlx5e: Add RSS support for hairpinOr Gerlitz2018-01-191-12/+197
* net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz2018-01-191-3/+3
* net/mlx5e: Set per priority hairpin pairsOr Gerlitz2018-01-191-7/+57
* net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz2018-01-191-8/+12
* net/mlx5e: Support offloading TC NIC hairpin flowsOr Gerlitz2018-01-091-12/+171
* net/mlx5e: Basic setup of hairpin objectOr Gerlitz2018-01-091-0/+97
* net/mlx5e: hide an unused variableArnd Bergmann2018-01-051-1/+1
* Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2017-12-291-4/+11
|\
| * net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch2017-12-281-4/+5
| * net/mlx5e: Move ethernet representors data into separate structMark Bloch2017-12-281-4/+10
* | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-3/+2Star
|/
* net/mlx5: Enlarge the NIC TC offload table sizeOr Gerlitz2017-11-051-2/+13
* net/mlx5e: Properly deal with encap flows add/del under neigh updateOr Gerlitz2017-10-261-35/+54
* net/mlx5e: Check encap entry state when offloading tunneled flowsVlad Buslov2017-09-281-0/+3
* net/mlx5e: Disallow TC offloading of unsupported match/action combinationsOr Gerlitz2017-09-281-0/+70
* net/mlx5e: Fix erroneous freeing of encap header bufferPaul Blakey2017-09-281-8/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-5/+3Star
|\
| * net/mlx5e: Properly resolve TC offloaded ipv6 vxlan tunnel source addressPaul Blakey2017-08-301-5/+3Star
* | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+1
* | net: sched: change names of action number helpers to be aligned with the restJiri Pirko2017-08-041-2/+2
|/
* net/mlx5e: Add header re-write offloading of IPv6 hop-limitOr Gerlitz2017-06-221-0/+1
* net/mlx5e: Use macro for TC header re-write offload field mappingOr Gerlitz2017-06-221-25/+29
* net/mlx5e: Offload TC matching on ip ttlOr Gerlitz2017-06-221-3/+8
* net/mlx5e: Relocate the TC match on ip tos offload code sectionOr Gerlitz2017-06-221-23/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+0Star
|\
| * net/mlx5e: Remove TC header re-write offloading of ip tosOr Gerlitz2017-06-151-1/+0Star
* | net/mlx5e: Support header re-write of partial fields in TC pedit offloadOr Gerlitz2017-06-081-9/+19
* | net/mlx5e: Use modify header ID cache for offloaded TC NIC flowsOr Gerlitz2017-06-081-8/+3Star
* | net/mlx5e: Use modify header ID cache for offloaded TC E-Switch flowsOr Gerlitz2017-06-081-8/+3Star
* | net/mlx5e: Add cache for HW modify header IDsOr Gerlitz2017-06-081-1/+133
* | net/mlx5e: Use short attribute form when adding/deleting offloaded TC flowsOr Gerlitz2017-06-081-8/+9
* | net/mlx5e: Remove limitation of single NIC offloaded TC action per ruleOr Gerlitz2017-06-081-4/+0Star
* | net/mlx5e: Offload TC matching on ip tos / traffic-classOr Gerlitz2017-06-051-1/+25
* | net/mlx5e: Offload TC matching on tcp flagsOr Gerlitz2017-06-051-1/+21
* | sched: add helper for updating statistics on all actionsJakub Kicinski2017-05-311-9/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-271-10/+50
|\|
| * net/mlx5e: Fix warnings around parsing of TC pedit actionsOr Gerlitz2017-05-231-7/+7
| * net/mlx5e: Properly enforce disallowing of partial field re-write offloadOr Gerlitz2017-05-231-2/+3
| * net/mlx5e: Allow TC csum offload if applied together with pedit actionOr Gerlitz2017-05-231-0/+39
| * net/mlx5e: Use the correct delete call on offloaded TC encap entry detachOr Gerlitz2017-05-231-1/+1
* | Merge tag 'mlx5-update-2017-05-23' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-05-251-1/+1
|\ \
| * | {net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky2017-05-141-1/+1
| |/
* / net/mlx5e: Fix possible memory leakWei Yongjun2017-05-181-4/+4
|/
* net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion2017-04-301-0/+58
* net/mlx5e: Add support to neighbour update flowHadar Hen Zion2017-04-301-41/+161