summaryrefslogtreecommitdiff
path: root/lib/netdev-tc-offloads.c
Commit message (Expand)AuthorAgeFilesLines
* ovs-tc: offload datapath rules matching on internal portsJohn Hurley2019-04-101-12/+29
* ovs-tc: allow offloading TC rules to egress qdiscsJohn Hurley2019-04-091-17/+19
* ovs-tc: allow offloading of ingress mirred TC actions to datapathJohn Hurley2019-04-091-3/+12
* netdev-tc-offloads: Fix probe tc block supportRaed Salem2019-04-091-2/+14
* netdev-tc-offloads: Properly get the block id on flow del/getOr Gerlitz2019-03-181-4/+4
* netdev-tc-offloads: Improve log message for icmpv6 offload not supportedMoshe Levi2019-03-181-2/+2
* netdev-tc-offloads: Remove ingress qdisc on tc init flow apiRoi Dayan2019-03-121-0/+3
* lib/tc: add ingress ratelimiting support for tc-offloadPieter Jansen van Vuuren2019-03-041-1/+1
* lib/tc: Support optional tunnel idAdi Nissim2019-02-111-2/+9
* lib/tc: add set ipv6 traffic class action offload via peditPieter Jansen van Vuuren2019-01-311-0/+4
* lib/tc: add set ipv4 dscp and ecn action offload via peditPieter Jansen van Vuuren2019-01-311-1/+5
* netdev-tc-offloads: Support IPv6 hlimit rewriteEli Britstein2018-12-291-0/+4
* netdev-tc-offloads: Do not set 0 port attribute to TC tunnelEli Britstein2018-12-291-2/+4
* netdev-tc-offloads: Delete ufid tc mapping in the right placeChris Mi2018-11-131-7/+16
* netdev-tc-offloads: TC csum option is not matched with tunnel configurationEli Britstein2018-10-161-0/+5
* lib/tc: add geneve with option match offloadPieter Jansen van Vuuren2018-09-201-0/+64
* lib/tc: add geneve with option encap action offloadPieter Jansen van Vuuren2018-09-201-0/+30
* lib/tc: treat vlan id and prio as independent fieldsPieter Jansen van Vuuren2018-09-121-0/+4
* lib/tc: reject offloading of non-Ethernet packetsLouis Peens2018-09-101-0/+4
* lib/tc: add single mpls match offload supportPieter Jansen van Vuuren2018-09-071-2/+12
* lib/tc: Avoid matching on tunnel ttl or tos if not neededOr Gerlitz2018-09-071-2/+7
* lib/tc: Put the tunnel match fields as part of the tc/flower key structOr Gerlitz2018-09-071-25/+25
* lib/tc: Support matching on ip tunnel tos and ttlOr Gerlitz2018-08-011-0/+8
* lib/tc: Support setting tos and ttl for TC IP tunnelsOr Gerlitz2018-08-011-0/+16
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-011-2/+4
* lib/tc: Handle ttl for ipv6 tooOr Gerlitz2018-08-011-2/+2
* Add support to offload QinQ double VLAN headers matchJianbo Liu2018-07-251-10/+48
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-2/+2
* netdev-tc-offloads: Add support to match on 802.1AD ethertypeJianbo Liu2018-07-251-3/+3
* tc: Add VLAN tpid for push actionJianbo Liu2018-07-251-0/+1
* netdev-tc-offloads: Fix probing multi mask per prioRoi Dayan2018-07-021-8/+17
* netdev-provider: add class op to get block_idJohn Hurley2018-06-291-0/+18
* tc: allow offloading of block idsJohn Hurley2018-06-291-17/+47
* dpctl: Properly reflect a rule's offloaded to HW stateGavi Teitz2018-06-181-2/+9
* netdev-tc-offloads: Fix incorrect mask in probe_multi_mask_per_prio().Ben Pfaff2018-05-111-1/+1
* netdev-tc-offloads: Probe for allowing multiple masks on single priorityPaul Blakey2018-05-111-4/+49
* tc: Make the actions order consistentChris Mi2018-04-121-78/+104
* lib/netdev-tc-offloads: Fix frag first/later translationRoi Dayan2018-03-291-6/+13
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-211-6/+32
* netdev-tc-offloads: Use customary types for buffer.Ben Pfaff2017-12-221-5/+7
* netdev-tc-offloads: Remove redundant loop handling ovs action setPaul Blakey2017-11-231-46/+44
* netdev-tc-offloads: Fix travis compilation errorPaul Blakey2017-11-231-1/+3
* netdev-tc-offloads: update stats properly on flow deletionPaolo Abeni2017-11-171-3/+10
* netdev-tc-offloads: Add support for action setPaul Blakey2017-11-161-6/+195
* netdev-tc-offloads: Fix vxlan tunnel offloadingPaul Blakey2017-09-201-3/+2
* netdev-tc-offloads: Add prefix to identify source of log msgRoi Dayan2017-08-161-6/+6
* netdev-tc-offloads: Offload match on tcp_flagsPaul Blakey2017-08-111-7/+4
* netdev-tc-offloads: Add nw_ttl matching using flowerPaul Blakey2017-08-111-5/+5
* netdev-tc-offloads: Fix parsing SCTP in dump flowsRoi Dayan2017-08-071-0/+3
* netdev-tc-offloads: Parse ip related fields only if eth type is ipPaul Blakey2017-08-031-10/+10