summaryrefslogtreecommitdiff
path: root/lib/tc.c
Commit message (Expand)AuthorAgeFilesLines
* 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