summaryrefslogtreecommitdiff
path: root/lib/tc.c
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload-tc: Add conntrack nat supportPaul Blakey2019-12-221-0/+93
* netdev-offload-tc: Add conntrack label and mark supportPaul Blakey2019-12-221-0/+53
* netdev-offload-tc: Add conntrack supportPaul Blakey2019-12-221-0/+122
* netdev-offload-tc: Add recirculation support via tc chainsPaul Blakey2019-12-221-6/+43
* tc: Move tunnel_key unset action before output portsPaul Blakey2019-12-221-8/+14
* tc: Introduce tcf_id to specify a tc filterPaul Blakey2019-12-221-75/+34
* tc: Set 'no_percpu' flag for compatible actionsVlad Buslov2019-11-111-0/+15
* tc: Limit the max action number to 16Chris Mi2019-10-181-3/+3
* ovs-tc: offload MPLS set actions to TC datapathJohn Hurley2019-08-011-0/+48
* ovs-tc: offload MPLS push actions to TC datapathJohn Hurley2019-08-011-0/+61
* ovs-tc: offload MPLS pop actions to TC datapathJohn Hurley2019-08-011-0/+69
* ovs-tc: allow offloading TC rules to egress qdiscsJohn Hurley2019-04-091-17/+41
* ovs-tc: allow offloading of ingress mirred TC actions to datapathJohn Hurley2019-04-091-7/+54
* lib/tc: add ingress ratelimiting support for tc-offloadPieter Jansen van Vuuren2019-03-041-0/+4
* lib/tc: Support optional tunnel idAdi Nissim2019-02-111-6/+14
* lib/tc: add set ipv6 traffic class action offload via peditPieter Jansen van Vuuren2019-01-311-17/+45
* lib/tc: add set ipv4 dscp and ecn action offload via peditPieter Jansen van Vuuren2019-01-311-0/+5
* lib/tc: fix 32 bits shift for pedit offset calculationPieter Jansen van Vuuren2019-01-311-1/+1
* lib/tc: make pedit mask calculations byte order agnosticPieter Jansen van Vuuren2019-01-311-11/+11
* netdev-tc-offloads: Support IPv6 hlimit rewriteEli Britstein2018-12-291-0/+5
* netdev-tc-offloads: Do not set 0 port attribute to TC tunnelEli Britstein2018-12-291-2/+6
* netdev-tc-offloads: TC csum option is not matched with tunnel configurationEli Britstein2018-10-161-2/+8
* lib/tc: add geneve with option match offloadPieter Jansen van Vuuren2018-09-201-2/+196
* lib/tc: add geneve with option encap action offloadPieter Jansen van Vuuren2018-09-201-6/+151
* lib/tc: treat vlan id and prio as independent fieldsPieter Jansen van Vuuren2018-09-121-2/+10
* lib/tc: add single mpls match offload supportPieter Jansen van Vuuren2018-09-071-0/+69
* lib/tc: Avoid matching on tunnel ttl or tos if not neededOr Gerlitz2018-09-071-4/+12
* lib/tc: Put the tunnel match fields as part of the tc/flower key structOr Gerlitz2018-09-071-19/+19
* lib/tc: Support matching on ip tunnel tos and ttlOr Gerlitz2018-08-011-1/+25
* lib/tc: Support setting tos and ttl for TC IP tunnelsOr Gerlitz2018-08-011-2/+17
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-011-0/+10
* lib/tc: Handle ttl for ipv6 tooOr Gerlitz2018-08-011-1/+2
* tc: Fix sparse warnings.Ben Pfaff2018-07-251-3/+3
* Add support to offload QinQ double VLAN headers matchJianbo Liu2018-07-251-9/+53
* netdev-tc-offloads: Add support to match on 802.1AD ethertypeJianbo Liu2018-07-251-2/+2
* tc: Add VLAN tpid for push actionJianbo Liu2018-07-251-1/+6
* tc: allow offloading of block idsJohn Hurley2018-06-291-17/+43
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-0/+23
* lib/tc: Remove unnecessary icmp recalculationJianbo Liu2018-04-251-3/+4
* netdev-tc-offloads: Add offloading of multiple outputsChris Mi2018-04-121-4/+11
* tc: Make the actions order consistentChris Mi2018-04-121-61/+97
* tc: Change filter error to debug onceRoi Dayan2018-04-111-1/+1
* lib/tc: Fix sparse warnings.Ian Stokes2018-03-311-4/+5
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-211-0/+14
* lib/tc: Handle error parsing action in nl_parse_single_actionRoi Dayan2018-03-211-6/+11
* tc flower: reorder tunnel encap/decap actionsJohn Hurley2018-01-241-5/+5
* tc: Fix build breakage on GCC 7 by annotating fall-through.Ben Pfaff2017-11-271-0/+2
* tc: Send csum action only if we need to update csumPaul Blakey2017-11-231-3/+5
* tc: Fix wrong struct variable orderPaul Blakey2017-11-231-1/+1
* netdev-tc-offloads: Remove redundant bracketsPaul Blakey2017-11-231-1/+1