summaryrefslogtreecommitdiff
path: root/tc/tc.c
AgeCommit message (Expand)Author
2020-01-20build: fix build failure with -fno-commonJan Engelhardt
2019-08-02tc: fflush after each command in batch modeStephen Hemminger
2019-08-02Revert "tc: Add batchsize feature for filter and actions"Stephen Hemminger
2019-08-02Revert "tc: fix batch force option"Stephen Hemminger
2019-08-02Revert "tc: flush after each command in batch mode"Stephen Hemminger
2019-08-02Revert "tc: Remove pointless assignments in batch()"Stephen Hemminger
2019-06-18ip: add a new parameter -NumericHangbin Liu
2019-05-20treewide: refactor help messagesMatteo Croce
2018-10-22tc: Remove pointless assignments in batch()Phil Sutter
2018-09-11lib: introduce print_nlStephen Hemminger
2018-08-20Make colored output configurablePhil Sutter
2018-08-15Merge common code for conditionally colored outputPhil Sutter
2018-08-15tc: Fix typo in check for colored outputPhil Sutter
2018-08-13Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-08-08tc: flush after each command in batch modeStephen Hemminger
2018-07-25Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-07-25tc: introduce support for chain templatesJiri Pirko
2018-06-20tc: fix batch force optionVlad Buslov
2018-04-02Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-03-30tc: add oneline modeRoman Mashak
2018-03-27tc: help and whitespace cleanupStephen Hemminger
2018-02-21tc: implement color outputStephen Hemminger
2018-02-16ip: Use single variable to represent -prettySerhey Popovych
2018-02-10json: make pretty printing optionalStephen Hemminger
2018-01-14tc: Add batchsize feature for filter and actionsChris Mi
2017-11-26tc: jsonify qdisc coreJiri Pirko
2017-11-24tc: B.W limits can now be specified in %.Nishanth Devarajan
2017-11-12drop unneeded include of syslog.hStephen Hemminger
2017-11-12lib: make resolve_hosts variable commonIvan Vecera
2016-07-20Replace malloc && memset by callocPhil Sutter
2016-03-21tc: code cleanupStephen Hemminger
2015-09-25tc : add timestamps to tc monitorEric Dumazet
2015-04-27tc: built-in eBPF exec proxyDaniel Borkmann
2015-03-15tc class: Show class names from fileVadim Kochan
2014-12-27tc: Allow to easy change network namespaceVadim Kochan
2014-12-27tc class: Show classes as ASCII graphVadim Kochan
2013-07-16Make tc and ip batch mode consistentStephen Hemminger
2009-03-27Changing commandline help text to be more uniform...Petr Jediný
2008-05-09Change formatting of u32 back to defaultStephen Hemminger
2008-02-07minor typo fixesStephen Hemminger
2007-06-20Add TC_LIB_DIR environment variable.Stephen Hemminger
2006-12-05Remove trailing whitespaceStephen Hemminger
2006-08-08This patch adds ability to monitor tc events similar to ipmonitor.Jamal Hadi Salim
2005-10-07Fix tc pfifo_fast with optionsshemminger
2005-09-21Fix leaks and warnings reported by valgrind.shemminger
2005-09-01add usage for batch to tc.shemminger
2005-09-01Update header files to 2.6.14shemminger
2005-07-05Cleanup GCC4 warnings about signedness.shemminger
2005-06-23Fix off-by-one while generating argument vectorshemminger
2005-03-18Handle batch mode better.osdl.net!shemminger