summaryrefslogtreecommitdiff
path: root/lib/netdev-tc-offloads.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tc: Split IPs and transport layer ports unions in flower structPaul Blakey2017-08-031-9/+28
* dpif: Refactor obj type from void pointer to dpif_classRoi Dayan2017-07-271-2/+1
* tc: Add SCTP supportVlad Buslov2017-07-271-1/+3
* tc: Tidy up includes.Joe Stringer2017-06-191-5/+6
* netdev-tc-offloads: Add ingress on netdev flow api initPaul Blakey2017-06-151-1/+22
* netdev-tc-offloads: Implement flow get using tc interfacePaul Blakey2017-06-151-6/+44
* netdev-tc-offloads: Implement netdev flow del using tc interfacePaul Blakey2017-06-151-3/+30
* netdev-tc-offloads: Implement netdev flow put using tc interfacePaul Blakey2017-06-151-10/+394
* netdev-tc-offloads: Add flower mask to priority mapPaul Blakey2017-06-151-0/+54
* netdev-tc-offloads: Implement netdev flow dump api using tc interfacePaul Blakey2017-06-151-9/+178
* netdev-tc-offloads: Add ufid to tc/netdev mapPaul Blakey2017-06-151-0/+132
* netdev-tc-offloads: Implement netdev flow flush using tc interfacePaul Blakey2017-06-151-2/+12
* netdev: Adding a new netdev API to be used for offloading flowsPaul Blakey2017-06-141-0/+114