aboutsummaryrefslogtreecommitdiffstats
path: root/tc/tc.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23use missing argument helperStephen Hemminger1-1/+1
2024-03-12tc: make filter_util args constStephen Hemminger1-3/+3
2024-03-12tc: make qdisc_util arg constStephen Hemminger1-3/+3
2024-01-30tc: add NLM_F_ECHO support for actionsVictor Nogueira1-1/+5
2023-10-04Merge remote-tracking branch 'main/main' into nextDavid Ahern1-1/+1
2023-09-15tc: add missing space before elseStephen Hemminger1-1/+1
2023-09-14treewide: use configured value as the default color outputAndrea Claudi1-1/+1
2023-01-14tc: use SPDXStephen Hemminger1-9/+1
2020-11-24iproute2: add check_libbpf() and get_libbpf_version()Hangbin Liu1-2/+8
2020-11-13Unify batch processing across toolsPetr Machata1-31/+7
2020-10-31tc: implement support for terse dumpVlad Buslov1-1/+5
2020-08-03replace SNAPSHOT with auto-generated version stringStephen Hemminger1-2/+2
2020-01-20build: fix build failure with -fno-commonJan Engelhardt1-1/+1
2019-08-02tc: fflush after each command in batch modeStephen Hemminger1-0/+1
2019-08-02Revert "tc: Add batchsize feature for filter and actions"Stephen Hemminger1-184/+15
2019-08-02Revert "tc: fix batch force option"Stephen Hemminger1-11/+8
2019-08-02Revert "tc: flush after each command in batch mode"Stephen Hemminger1-1/+0
2019-08-02Revert "tc: Remove pointless assignments in batch()"Stephen Hemminger1-1/+3
2019-06-18ip: add a new parameter -NumericHangbin Liu1-1/+4
2019-05-20treewide: refactor help messagesMatteo Croce1-6/+6
2018-10-22tc: Remove pointless assignments in batch()Phil Sutter1-3/+1
2018-09-11lib: introduce print_nlStephen Hemminger1-1/+0
2018-08-20Make colored output configurablePhil Sutter1-2/+1
2018-08-15Merge common code for conditionally colored outputPhil Sutter1-2/+1
2018-08-15tc: Fix typo in check for colored outputPhil Sutter1-1/+1
2018-08-13Merge branch 'iproute2-master' into iproute2-nextDavid Ahern1-0/+1
2018-08-08tc: flush after each command in batch modeStephen Hemminger1-0/+1
2018-07-25Merge branch 'iproute2-master' into iproute2-nextDavid Ahern1-8/+11
2018-07-25tc: introduce support for chain templatesJiri Pirko1-1/+4
2018-06-20tc: fix batch force optionVlad Buslov1-8/+11
2018-04-02Merge branch 'iproute2-master' into iproute2-nextDavid Ahern1-16/+27
2018-03-30tc: add oneline modeRoman Mashak1-1/+7
2018-03-27tc: help and whitespace cleanupStephen Hemminger1-17/+29
2018-02-21tc: implement color outputStephen Hemminger1-4/+11
2018-02-16ip: Use single variable to represent -prettySerhey Popovych1-5/+1
2018-02-10json: make pretty printing optionalStephen Hemminger1-0/+3
2018-01-14tc: Add batchsize feature for filter and actionsChris Mi1-15/+184
2017-11-26tc: jsonify qdisc coreJiri Pirko1-1/+4
2017-11-24tc: B.W limits can now be specified in %.Nishanth Devarajan1-1/+1
2017-11-12drop unneeded include of syslog.hStephen Hemminger1-1/+0
2017-11-12lib: make resolve_hosts variable commonIvan Vecera1-1/+0
2016-07-20Replace malloc && memset by callocPhil Sutter1-6/+3
2016-03-21tc: code cleanupStephen Hemminger1-18/+18
2015-09-25tc : add timestamps to tc monitorEric Dumazet1-0/+6
2015-04-27tc: built-in eBPF exec proxyDaniel Borkmann1-6/+3
2015-03-15tc class: Show class names from fileVadim Kochan1-2/+23
2014-12-27tc: Allow to easy change network namespaceVadim Kochan1-1/+7
2014-12-27tc class: Show classes as ASCII graphVadim Kochan1-1/+4
2013-07-16Make tc and ip batch mode consistentStephen Hemminger1-7/+8
2009-03-27Changing commandline help text to be more uniform...Petr Jediný1-2/+2
2008-05-09Change formatting of u32 back to defaultStephen Hemminger1-1/+5
2008-02-07minor typo fixesStephen Hemminger1-1/+1
2007-06-20Add TC_LIB_DIR environment variable.Stephen Hemminger1-2/+2
2006-12-05Remove trailing whitespaceStephen Hemminger1-5/+5
2006-08-08This patch adds ability to monitor tc events similar to ipmonitor.Jamal Hadi Salim1-1/+4
2005-10-07Fix tc pfifo_fast with optionsshemminger1-1/+1
2005-09-21Fix leaks and warnings reported by valgrind.shemminger1-0/+2
2005-09-01add usage for batch to tc.shemminger1-0/+1
2005-09-01Update header files to 2.6.14shemminger1-65/+2
2005-07-05Cleanup GCC4 warnings about signedness.shemminger1-1/+1
2005-06-23Fix off-by-one while generating argument vectorshemminger1-10/+9
2005-03-18Handle batch mode better.osdl.net!shemminger1-38/+65
2005-03-14Fix batch mode, allow continuation, comments, etc.site!shemminger1-79/+113
2005-03-14change how netlink socket is handled for batch mode.osdl.net!shemminger1-18/+14
2005-03-14Style fix.osdl.net!shemminger1-14/+25
2004-10-06Fix build warnings on x86_64osdl.net!shemminger1-4/+8
2004-09-28: prevent tc crashesnet[shemminger]!kaber1-2/+2
2004-08-31id can be const charosdl.net!shemminger1-2/+4
2004-08-13new stuff from jamal.osdl.net!shemminger1-1/+5
2004-07-02Default lookup path for tc qdiscplines is /usr/lib/tcosdl.net!shemminger1-18/+5
2004-06-28Add -iec flagosdl.net!shemminger1-1/+4
2004-06-02const char *osdl.org!shemminger1-2/+2
2004-04-15(Logical change 1.3)osdl.org!shemminger1-0/+306
2004-04-15Initial revisionosdl.org!shemminger1-0/+0