aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/dummynet.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza2021-08-191-6/+7
* [ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc...Adrian Chadd2020-07-141-2/+2
* ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston2020-07-131-8/+8
* Use strlcat().Xin LI2019-11-301-1/+1
* Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni2017-12-201-3/+1
* SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni2017-12-191-1/+3
* ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/displayEmmanuel Vadot2017-06-231-0/+5
* sbin/ipfw: strcpy, strncpy => strlcpyAlan Somers2017-06-131-9/+10
* In parse_range() validate both range values instead of checkingAndrey V. Elsukov2017-05-021-1/+1
* Flush buffer after output. This fixes adding new data to alreadyAndrey V. Elsukov2016-07-111-0/+1
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis2016-05-261-2/+580
* Merge buffer-printing changes from from projects/ipfw as preparationAlexander V. Chernikov2014-08-231-18/+23
* ECN marking implenetation for dummynet.Hiren Panchasara2014-06-011-5/+19
* Fix some compile errors at high WARNS, including oneLuigi Rizzo2012-07-301-6/+8
* remove some write-only variables.Luigi Rizzo2012-03-011-7/+2
* More whitespace fixes.Gleb Smirnoff2011-04-181-1/+1
* Whitespace fixes.Gleb Smirnoff2011-04-181-30/+30
* expand_number(3) takes a uint64_t * now.Dag-Erling Smørgrav2010-08-191-1/+1
* better printing of headers when listing flowsLuigi Rizzo2010-07-151-8/+18
* Slightly different handling of printf/snprintf for unaligned uint64_t,Luigi Rizzo2010-04-191-4/+4
* accept lower case m as a synonym for Mega (bit/s or bytes/s).Luigi Rizzo2010-03-151-1/+1
* + implement (two lines) the kernel side of 'lookup dscp N' to use theLuigi Rizzo2010-03-151-4/+13
* implement listing of a subset of pipes/queues/schedulers.Luigi Rizzo2010-03-111-28/+117
* make the listing of queues/pipes/schedulers handle the case ofLuigi Rizzo2010-03-041-4/+19
* remove stale commentLuigi Rizzo2010-03-041-2/+0
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-021-331/+517
* fix argument type in the call to expand_numberLuigi Rizzo2009-12-041-1/+1
* use qsort_r instead of heapsort;Luigi Rizzo2009-12-031-4/+4
* Fix minor resource leak in a function.Alexander Leidinger2009-11-211-0/+2
* - fix dummynet 'fast' mode for WF2Q case.Oleg Bulyzhin2009-06-241-6/+31
* Permit the specification of bandwidth values withinLuigi Rizzo2009-06-081-29/+57
* remove a printf that was only useful for debugging.Luigi Rizzo2009-06-051-2/+0
* Add emulation of delay profiles, which lets you model variousLuigi Rizzo2009-04-091-1/+316
* remove duplicate #includeLuigi Rizzo2009-02-021-1/+0
* put the altq-related functions into a separate file.Luigi Rizzo2009-02-011-4/+4
* fix printing of uint64_t values, so we can use WARNS=2Luigi Rizzo2009-01-271-8/+12
* fix wrong variable usage...Luigi Rizzo2009-01-271-2/+1
* Put dummynet-related code in a separate file.Luigi Rizzo2009-01-271-0/+717