summaryrefslogtreecommitdiff
path: root/lib/tc.h
Commit message (Expand)AuthorAgeFilesLines
* ovs-tc: offload MPLS set actions to TC datapathJohn Hurley2019-08-011-0/+1
* ovs-tc: offload MPLS push actions to TC datapathJohn Hurley2019-08-011-0/+5
* ovs-tc: offload MPLS pop actions to TC datapathJohn Hurley2019-08-011-0/+5
* ovs-tc: allow offloading TC rules to egress qdiscsJohn Hurley2019-04-091-6/+20
* ovs-tc: allow offloading of ingress mirred TC actions to datapathJohn Hurley2019-04-091-1/+4
* lib/tc: add ingress ratelimiting support for tc-offloadPieter Jansen van Vuuren2019-03-041-0/+7
* lib/tc: Support optional tunnel idAdi Nissim2019-02-111-0/+1
* lib/tc: add set ipv6 traffic class action offload via peditPieter Jansen van Vuuren2019-01-311-0/+1
* lib/tc: add set ipv4 dscp and ecn action offload via peditPieter Jansen van Vuuren2019-01-311-0/+1
* netdev-tc-offloads: Support IPv6 hlimit rewriteEli Britstein2018-12-291-0/+1
* netdev-tc-offloads: TC csum option is not matched with tunnel configurationEli Britstein2018-10-161-0/+1
* lib/tc: add geneve with option match offloadPieter Jansen van Vuuren2018-09-201-0/+1
* lib/tc: add geneve with option encap action offloadPieter Jansen van Vuuren2018-09-201-0/+2
* lib/tc: add single mpls match offload supportPieter Jansen van Vuuren2018-09-071-0/+1
* lib/tc: Put the tunnel match fields as part of the tc/flower key structOr Gerlitz2018-09-071-16/+17
* lib/tc: Support matching on ip tunnel tos and ttlOr Gerlitz2018-08-011-1/+3
* lib/tc: Support setting tos and ttl for TC IP tunnelsOr Gerlitz2018-08-011-0/+2
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-011-0/+1
* Add support to offload QinQ double VLAN headers matchJianbo Liu2018-07-251-3/+4
* tc: Add VLAN tpid for push actionJianbo Liu2018-07-251-0/+1
* tc: allow offloading of block idsJohn Hurley2018-06-291-6/+6
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-0/+8
* tc: Make the actions order consistentChris Mi2018-04-121-20/+37
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-211-0/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* netdev-tc-offloads: Verify csum flags on dump from tcPaul Blakey2017-11-231-0/+2
* tc: Add header rewrite using tc pedit actionPaul Blakey2017-11-161-0/+16
* tc: Add matching on tcp flagsPaul Blakey2017-08-111-0/+1
* tc: Add ip layer ttl matchingPaul Blakey2017-08-111-0/+2
* tc: Split IPs and transport layer ports unions in flower structPaul Blakey2017-08-031-12/+16
* tc: Tidy up includes.Joe Stringer2017-06-191-2/+2
* tc: Fix compile with Glibc < 2.24 and Linux > 4.5.Joe Stringer2017-06-191-1/+1
* other-config: Add tc-policy switch to control tc flower flagPaul Blakey2017-06-151-0/+3
* tc: Add tc flower functionsRoi Dayan2017-06-141-0/+105
* tc: Move functions the create/parse handle to be static inlineRoi Dayan2017-06-141-3/+21
* tc: Introduce tc modulePaul Blakey2017-06-141-0/+33