aboutsummaryrefslogtreecommitdiffstats
path: root/tc/q_netem.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-13netem: use 64 bit value for latency and jitterStephen Hemminger1-36/+46
2024-03-12tc: make qdisc_util arg constStephen Hemminger1-2/+2
2024-02-09treewide: fix typos in various commentsAndrea Claudi1-1/+1
2023-09-11tc: fix several typos in netem's usage stringFrançois Michel1-10/+10
2023-08-30tc: fix typo in netem's usage stringFrançois Michel1-1/+1
2023-08-28tc: support the netem seed parameter for loss and corruption eventsFrançois Michel1-0/+26
2023-06-05whitespace cleanupsStephen Hemminger1-1/+1
2023-05-13netem: fix NULL deref on allocation failureStephen Hemminger1-0/+3
2022-01-26netem: fix clang warningsStephen Hemminger1-13/+20
2022-01-17netem: fix checkpatch warningsStephen Hemminger1-33/+26
2021-09-02tree-wide: fix some typos found by LintianLuca Boccassi1-1/+1
2020-12-09lib: Move print_rate() from tc here; modernizePetr Machata1-3/+1
2019-08-12tc: fix spelling errorsStephen Hemminger1-1/+1
2019-07-09Merge branch 'master' into nextDavid Ahern1-2/+5
2019-07-08tc: netem: fix r parameter in Bernoulli loss modelAndrea Claudi1-2/+5
2019-06-21tc: q_netem: JSON-ify the outputJakub Kicinski1-67/+115
2019-05-20treewide: refactor help messagesMatteo Croce1-16/+16
2018-08-30q_netem: slotting with non-uniform distributionYousuk Seung1-13/+64
2018-08-30q_netem: support delivering packets in delayed time slotsDave Taht1-1/+63
2018-07-19tc: Do not use addattr_nest_compat on mqprio and netemJesus Sanchez-Palencia1-2/+5
2018-02-02treewide: Use addattr_nest()/addattr_nest_end() to handle nested attributesSerhey Popovych1-5/+2
2017-11-24tc: B.W limits can now be specified in %.Nishanth Devarajan1-16/+7
2017-11-12drop unneeded include of syslog.hStephen Hemminger1-1/+0
2017-11-07netem: use fixed rather than floating point for scalingStephen Hemminger1-7/+5
2017-10-11netem: fix code indentationStephen Hemminger1-6/+6
2017-08-24tc/q_netem: Don't dereference possibly NULL pointerPhil Sutter1-1/+2
2016-07-20Use C99 style initializers everywherePhil Sutter1-11/+5
2016-03-21tc: code cleanupStephen Hemminger1-10/+13
2015-10-23tc: remove extra whitespaceStephen Hemminger1-1/+0
2014-12-20whitespace cleanupStephen Hemminger1-2/+2
2014-08-04tc/netem: loss gemodel options fixesJay Vosburgh1-3/+8
2014-05-09tc/netem: fix loss state display and p14 parsingJay Vosburgh1-1/+9
2014-01-20netem: add 64bit rates supportYang Yingliang1-5/+24
2013-02-12ip: make local functions staticStephen Hemminger1-2/+2
2013-02-04iproute2: tc netem rate: allow negative packet/cell overheadJohannes Naab1-2/+4
2012-05-22tc-netem: Add support for ECN packet markingVijay Subramanian1-0/+26
2012-01-20netem: Fail cleanly if user input is wrongVijay Subramanian1-0/+2
2012-01-19tc: netem rate shaping and cell extensionHagen Paul Pfeifer1-1/+52
2011-12-24netem: fix a typo in explain()Eric Dumazet1-1/+1
2011-12-22netem: add support for 4 state and GE loss modelStephen Hemminger1-24/+206
2011-11-23tc: Use correct variable type for get_distribution() resultThomas Jarosch1-1/+1
2011-04-12Update email address of netemStephen Hemminger1-1/+1
2010-01-21tc: remove stale codeFlorian Westphal1-2/+0
2009-12-26Fix warning about strtod() return valueStephen Hemminger1-2/+2
2007-12-12netem potential dist table overflowStephen Hemminger1-13/+21
2007-06-20Add TC_LIB_DIR environment variable.Stephen Hemminger1-1/+1
2007-03-13Add sprint_ticks() function and use in CBQPatrick McHardy1-6/+0
2007-03-13Replace "usec" by "time" in function namesPatrick McHardy1-4/+4
2007-01-09netem parameters to change commandStephen Hemminger1-10/+16
2006-12-05Remove trailing whitespaceStephen Hemminger1-15/+15
2006-10-19Trap possible overflow in usec values to netemStephen Hemminger1-0/+5
2005-12-10Always send reorder message (for compatiablity)shemminger1-5/+3
2005-12-09Add corrupt option for netemshemminger1-8/+54
2005-06-22Netem support for reordershemminger1-3/+51
2005-03-10Import patch thomas.1net[shemminger]!shemminger1-1/+1
2005-02-07fix potential memory corruptionosdl.net!shemminger1-1/+1
2005-01-18Use NLMSG_TAIL17!tgraf1-2/+2
2004-09-28: prevent tc crashesnet[shemminger]!kaber1-1/+1
2004-08-31no longer need xstats stubosdl.net!shemminger1-6/+0
2004-08-30Use getline() and nested attributes.osdl.net!shemminger1-70/+94
2004-08-23Cleanup cli for new version.osdl.net!shemminger1-34/+159
2004-08-09Fix errors in netem scheduler when using PSCHED_CLOCK_CPU,osdl.net!shemminger1-2/+5
2004-07-12Replace rate with jitterosdl.net!shemminger1-20/+15
2004-07-02Fix netem display of rate and limit.osdl.net!shemminger1-1/+4
2004-07-01Add new rate and duplicate arguments.osdl.net!shemminger1-30/+13
2004-06-28Rename netsim to netem in latest code.osdl.net!shemminger1-0/+166
2004-06-28Initial revisionosdl.net!shemminger1-0/+0