summaryrefslogtreecommitdiff
path: root/sbin/ipfw/dummynet.c
AgeCommit message (Expand)Author
2025-10-24ipfw: Update warning/error setsockopt referencesEd Maste
2024-04-28ipfw: Use nitems(foo) instead of sizeof(foo)/sizeof(foo[0])Elyes Haouas
2023-12-17dummynet: add simple gilbert-elliott channel modelRichard Scheffenegger
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2021-08-19ipfw: use unsigned int for dummynet bandwidthLuiz Otavio O Souza
2020-07-14[ipfw] quieten maybe-uninitialized errors in ipfw when compiled under mips-gc...Adrian Chadd
2020-07-13ipfw(8): Fix most warnings with the default WARNS level.Mark Johnston
2019-11-30Use strlcat().Xin LI
2017-12-20Revert r327005 - SPDX tags for license similar to BSD-2-Clause.Pedro F. Giffuni
2017-12-19SPDX: These are fundamentally BSD-2-Clause.Pedro F. Giffuni
2017-06-23ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/displayEmmanuel Vadot
2017-06-13sbin/ipfw: strcpy, strncpy => strlcpyAlan Somers
2017-05-02In parse_range() validate both range values instead of checkingAndrey V. Elsukov
2016-07-11Flush buffer after output. This fixes adding new data to alreadyAndrey V. Elsukov
2016-05-26Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis
2014-08-23Merge buffer-printing changes from from projects/ipfw as preparationAlexander V. Chernikov
2014-06-01ECN marking implenetation for dummynet.Hiren Panchasara
2012-07-30Fix some compile errors at high WARNS, including oneLuigi Rizzo
2012-03-01remove some write-only variables.Luigi Rizzo
2011-04-18More whitespace fixes.Gleb Smirnoff
2011-04-18Whitespace fixes.Gleb Smirnoff
2010-08-19expand_number(3) takes a uint64_t * now.Dag-Erling Smørgrav
2010-07-15better printing of headers when listing flowsLuigi Rizzo
2010-04-19Slightly different handling of printf/snprintf for unaligned uint64_t,Luigi Rizzo
2010-03-15accept lower case m as a synonym for Mega (bit/s or bytes/s).Luigi Rizzo
2010-03-15+ implement (two lines) the kernel side of 'lookup dscp N' to use theLuigi Rizzo
2010-03-11implement listing of a subset of pipes/queues/schedulers.Luigi Rizzo
2010-03-04make the listing of queues/pipes/schedulers handle the case ofLuigi Rizzo
2010-03-04remove stale commentLuigi Rizzo
2010-03-02Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo
2009-12-04fix argument type in the call to expand_numberLuigi Rizzo
2009-12-03use qsort_r instead of heapsort;Luigi Rizzo
2009-11-21Fix minor resource leak in a function.Alexander Leidinger
2009-06-24- fix dummynet 'fast' mode for WF2Q case.Oleg Bulyzhin
2009-06-08Permit the specification of bandwidth values withinLuigi Rizzo
2009-06-05remove a printf that was only useful for debugging.Luigi Rizzo
2009-04-09Add emulation of delay profiles, which lets you model variousLuigi Rizzo
2009-02-02remove duplicate #includeLuigi Rizzo
2009-02-01put the altq-related functions into a separate file.Luigi Rizzo
2009-01-27fix printing of uint64_t values, so we can use WARNS=2Luigi Rizzo
2009-01-27fix wrong variable usage...Luigi Rizzo
2009-01-27Put dummynet-related code in a separate file.Luigi Rizzo