summaryrefslogtreecommitdiff
path: root/lib/tc.c
Commit message (Expand)AuthorAgeFilesLines
* lib/tc: fix parse act pedit for tos rewritewenxu2020-12-041-2/+4
* tc: Use skip_hw flag when probing tc featuresRoi Dayan2020-08-061-7/+6
* lib/tc: only update the stats for non-empty counterwenxu2020-07-011-2/+4
* netdev-offload-tc: Revert tunnel src/dst port masks handlingRoi Dayan2020-06-191-26/+2
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-0/+66
* tc: Support new terse dump kernel APIVlad Buslov2020-06-051-13/+46
* netdev-offload-tc: Allow to match the IP and port mask of tunnelTonghao Zhang2020-06-031-6/+51
* netdev-offload-tc: Use ipv6_addr_is_set instead of is_all_zerosTonghao Zhang2020-06-031-4/+2
* 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