summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_dummynet.h
Commit message (Expand)AuthorAgeFilesLines
* White space cleanup -- remove trailing tab's or spacesRandall Stewart2020-02-121-1/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE).Don Lewis2016-05-261-3/+24
* ECN marking implenetation for dummynet.Hiren Panchasara2014-06-011-0/+1
* s/lenght/length/ in commentsLuigi Rizzo2012-08-071-2/+2
* whitespace fixes (trailing whitespace, bad indentationLuigi Rizzo2010-04-191-27/+27
* Bring in the most recent version of ipfw and dummynet, developedLuigi Rizzo2010-03-021-289/+178
* Various cleanup done in ipfw3-head branch including:Luigi Rizzo2010-01-041-5/+1
* bring in several cleanups tested in ipfw3-head branch, namely:Luigi Rizzo2009-12-281-25/+6
* merge code from ipfw3-head to reduce contention on the ipfw lockLuigi Rizzo2009-12-221-1/+2
* - fix dummynet 'fast' mode for WF2Q case.Oleg Bulyzhin2009-06-241-1/+3
* Close long existed race with net.inet.ip.fw.one_pass = 0:Oleg Bulyzhin2009-06-091-4/+6
* More cleanup in preparation of ipfw relocation (no actual code change):Luigi Rizzo2009-06-051-7/+0
* fix a bug introduced in rev.190865 related to the signednessLuigi Rizzo2009-06-041-3/+3
* Add emulation of delay profiles, which lets you model variousLuigi Rizzo2009-04-091-2/+34
* Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.Oleg Bulyzhin2008-10-281-1/+1
* 1) dummynet_io() declaration has changed.Oleg Bulyzhin2007-11-061-1/+1
* Replace incorrect local OFFSET_OF macro with the correct and genericMatt Jacob2007-06-171-5/+0
* When sending a packet from dummynet, indicate that we're forwardingRuslan Ermilov2006-02-141-1/+0
* First step in removing welding between ipfw(4) and dummynet.Gleb Smirnoff2005-11-291-3/+5
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+1
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.Andrew Thompson2005-06-101-0/+1
* Add IPv6 support to IPFW and Dummynet.Brooks Davis2005-04-181-0/+3
* - Reduce number of arguments passed to dummynet_io(), we already have cookieGleb Smirnoff2005-01-161-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-2/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.Max Laier2004-02-251-19/+21
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet isMax Laier2004-02-181-16/+19
* Do not expose ip_dn_find_rule inline function to userland and unbreak world.Max Laier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingMax Laier2004-02-131-19/+16
* place some kernel-specific data structures under #ifdef _KERNELSam Leffler2003-10-031-0/+2
* o Protect set_fs_param() by splimp(9).Maxim Konovalov2003-03-271-1/+1
* o Trim EOL whitespaces.Maxim Konovalov2002-12-151-2/+2
* o s/if_name[16]/if_name[IFNAMSIZ]/Maxim Konovalov2002-12-151-1/+1
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-121-0/+6
* Kernel support for a dummynet option:Luigi Rizzo2002-08-151-0/+1
* fix indentation of a commentLuigi Rizzo2002-06-231-1/+1
* Remove (almost all) global variables that were used to holdLuigi Rizzo2002-06-221-22/+18
* Add ipfw hooks to ether_demux() and ether_output_frame().Luigi Rizzo2002-05-131-0/+2
* Indentation and comments cleanup, no functional change.Luigi Rizzo2002-05-051-51/+58
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-2/+3
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-11/+8
* Two main changes here:Luigi Rizzo2001-09-271-2/+2
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)Luigi Rizzo2001-02-021-2/+1
* Document data structures and operation on dummynet so next timeLuigi Rizzo2001-01-171-42/+117
* Some dummynet patches that I forgot to commit last summer.Luigi Rizzo2001-01-161-0/+4
* Implement WF2Q+ in dummynet.Luigi Rizzo2000-06-081-26/+149
* Support for stateful (dynamic) ipfw rules. They are veryLuigi Rizzo2000-02-101-12/+2
* Implement per-flow queueing. Using a single pipe config rule,Luigi Rizzo2000-01-081-46/+95
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2