summaryrefslogtreecommitdiff
path: root/lib/tc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/tc: Fix sparse warnings.Ian Stokes2018-03-311-4/+5
* netdev-tc-offloads: Add support for IP fragmentationRoi Dayan2018-03-211-0/+14
* lib/tc: Handle error parsing action in nl_parse_single_actionRoi Dayan2018-03-211-6/+11
* tc flower: reorder tunnel encap/decap actionsJohn Hurley2018-01-241-5/+5
* tc: Fix build breakage on GCC 7 by annotating fall-through.Ben Pfaff2017-11-271-0/+2
* tc: Send csum action only if we need to update csumPaul Blakey2017-11-231-3/+5
* tc: Fix wrong struct variable orderPaul Blakey2017-11-231-1/+1
* netdev-tc-offloads: Remove redundant bracketsPaul Blakey2017-11-231-1/+1
* netdev-tc-offloads: Verify csum flags on dump from tcPaul Blakey2017-11-231-16/+101
* netdev-tc-offloads: Fix accidental skipping of extended pedit keysPaul Blakey2017-11-231-1/+1
* tc: Add header rewrite using tc pedit actionPaul Blakey2017-11-161-3/+369
* tc: Add matching on tcp flagsPaul Blakey2017-08-111-0/+11
* tc: Add ip layer ttl matchingPaul Blakey2017-08-111-0/+10
* tc: Correct convert ticks to msecs on parsing tc TMPaul Blakey2017-08-031-2/+15
* tc: Split IPs and transport layer ports unions in flower structPaul Blakey2017-08-031-18/+18
* tc: Refactor nl_msg_put_flower_optionsPaul Blakey2017-08-031-65/+16
* tc: Add SCTP supportVlad Buslov2017-07-271-0/+26
* tc: Tidy up includes.Joe Stringer2017-06-191-2/+4
* other-config: Add tc-policy switch to control tc flower flagPaul Blakey2017-06-151-1/+42
* tc: Add tc flower functionsRoi Dayan2017-06-141-0/+998
* tc: Move functions the create/parse handle to be static inlineRoi Dayan2017-06-141-21/+0
* tc: Refactor tcm handle assignment when creating filter qdiscRoi Dayan2017-06-141-1/+1
* tc: Introduce tc modulePaul Blakey2017-06-141-0/+114