summaryrefslogtreecommitdiff
path: root/lib/tc.h
Commit message (Expand)AuthorAgeFilesLines
* netdev-offload-tc: Preserve tc statistics when flow gets modified.Eelco Chaudron2023-02-031-1/+0
* tc: Add TCA_KIND flower to delete and get operation to avoid rtnl_lock().Eelco Chaudron2023-01-301-1/+2
* netdev-offload-tc: Reserve lower tc prios for ip ethertypesPaul Blakey2022-11-081-0/+2
* netdev-linux: Allow meter to work in tc software datapath when tc-policy is s...Baowen Zheng2022-11-011-0/+2
* netdev-offload-tc: Handle check_pkt_len datapath action.Eelco Chaudron2022-07-131-4/+18
* netdev-offload-tc: Cleanup police actions with reserved indexes on startupJianbo Liu2022-07-111-0/+2
* netdev-linux: Add functions to manipulate tc police actionJianbo Liu2022-07-111-0/+7
* tc: Add support parsing tc police actionJianbo Liu2022-07-111-0/+5
* tc: Keep header rewrite actions order.Chris Mi2022-03-181-13/+12
* tc: Fix stats byte count on fragmented packets.Paul Blakey2022-03-041-1/+2
* netdev-offload-tc: Flush rules on all chains before attach ingress blockJianbo Liu2021-02-241-0/+2
* lib/tc: add ICMP type and code match offloadMaor Dickman2021-02-011-0/+3
* tc: Use skip_hw flag when probing tc featuresRoi Dayan2020-08-061-0/+10
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-0/+8
* tc: Support new terse dump kernel APIVlad Buslov2020-06-051-2/+3
* tc: Fix nat port range when offloading ct actionPaul Blakey2020-03-131-1/+1
* tc: Fix using uninitialized id chain.Ilya Maximets2020-01-071-7/+6
* netdev-offload-tc: Add conntrack nat supportPaul Blakey2019-12-221-0/+28
* netdev-offload-tc: Add conntrack label and mark supportPaul Blakey2019-12-221-0/+6
* netdev-offload-tc: Add conntrack supportPaul Blakey2019-12-221-0/+11
* netdev-offload-tc: Add recirculation support via tc chainsPaul Blakey2019-12-221-1/+17
* tc: Introduce tcf_id to specify a tc filterPaul Blakey2019-12-221-13/+38
* tc: Limit the max action number to 16Chris Mi2019-10-181-1/+3
* 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