summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r302561,302565:ae2016-07-181-0/+1
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).truckman2016-05-261-2/+580
* Merge buffer-printing changes from from projects/ipfw as preparationmelifaro2014-08-231-18/+23
* ECN marking implenetation for dummynet.hiren2014-06-011-5/+19
* Fix some compile errors at high WARNS, including oneluigi2012-07-301-6/+8
* remove some write-only variables.luigi2012-03-011-7/+2
* More whitespace fixes.glebius2011-04-181-1/+1
* Whitespace fixes.glebius2011-04-181-30/+30
* expand_number(3) takes a uint64_t * now.des2010-08-191-1/+1
* better printing of headers when listing flowsluigi2010-07-151-8/+18
* Slightly different handling of printf/snprintf for unaligned uint64_t,luigi2010-04-191-4/+4
* accept lower case m as a synonym for Mega (bit/s or bytes/s).luigi2010-03-151-1/+1
* + implement (two lines) the kernel side of 'lookup dscp N' to use theluigi2010-03-151-4/+13
* implement listing of a subset of pipes/queues/schedulers.luigi2010-03-111-28/+117
* make the listing of queues/pipes/schedulers handle the case ofluigi2010-03-041-4/+19
* remove stale commentluigi2010-03-041-2/+0
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-331/+517
* fix argument type in the call to expand_numberluigi2009-12-041-1/+1
* use qsort_r instead of heapsort;luigi2009-12-031-4/+4
* Fix minor resource leak in a function.netchild2009-11-211-0/+2
* - fix dummynet 'fast' mode for WF2Q case.oleg2009-06-241-6/+31
* Permit the specification of bandwidth values withinluigi2009-06-081-29/+57
* remove a printf that was only useful for debugging.luigi2009-06-051-2/+0
* Add emulation of delay profiles, which lets you model variousluigi2009-04-091-1/+316
* remove duplicate #includeluigi2009-02-021-1/+0
* put the altq-related functions into a separate file.luigi2009-02-011-4/+4
* fix printing of uint64_t values, so we can use WARNS=2luigi2009-01-271-8/+12
* fix wrong variable usage...luigi2009-01-271-2/+1
* Put dummynet-related code in a separate file.luigi2009-01-271-0/+717
OpenPOWER on IntegriCloud