| Commit message (Expand) | Author | Age | Files | Lines |
| * | dummynet: add simple gilbert-elliott channel model | Richard Scheffenegger | 2023-12-17 | 1 | -1/+2 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | ipfw: use unsigned int for dummynet bandwidth | Luiz Otavio O Souza | 2021-08-19 | 1 | -2/+2 |
| * | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -2/+0 |
| * | White space cleanup -- remove trailing tab's or spaces | Randall Stewart | 2020-02-12 | 1 | -1/+1 |
| * | sys: general adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Import Dummynet AQM version 0.2.1 (CoDel, FQ-CoDel, PIE and FQ-PIE). | Don Lewis | 2016-05-26 | 1 | -3/+24 |
| * | ECN marking implenetation for dummynet. | Hiren Panchasara | 2014-06-01 | 1 | -0/+1 |
| * | s/lenght/length/ in comments | Luigi Rizzo | 2012-08-07 | 1 | -2/+2 |
| * | whitespace fixes (trailing whitespace, bad indentation | Luigi Rizzo | 2010-04-19 | 1 | -27/+27 |
| * | Bring in the most recent version of ipfw and dummynet, developed | Luigi Rizzo | 2010-03-02 | 1 | -287/+176 |
| * | Various cleanup done in ipfw3-head branch including: | Luigi Rizzo | 2010-01-04 | 1 | -5/+1 |
| * | bring in several cleanups tested in ipfw3-head branch, namely: | Luigi Rizzo | 2009-12-28 | 1 | -25/+6 |
| * | merge code from ipfw3-head to reduce contention on the ipfw lock | Luigi Rizzo | 2009-12-22 | 1 | -1/+2 |
| * | - fix dummynet 'fast' mode for WF2Q case. | Oleg Bulyzhin | 2009-06-24 | 1 | -1/+3 |
| * | Close long existed race with net.inet.ip.fw.one_pass = 0: | Oleg Bulyzhin | 2009-06-09 | 1 | -4/+6 |
| * | More cleanup in preparation of ipfw relocation (no actual code change): | Luigi Rizzo | 2009-06-05 | 1 | -7/+0 |
| * | fix a bug introduced in rev.190865 related to the signedness | Luigi Rizzo | 2009-06-04 | 1 | -3/+3 |
| * | Add emulation of delay profiles, which lets you model various | Luigi Rizzo | 2009-04-09 | 1 | -2/+34 |
| * | Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t. | Oleg Bulyzhin | 2008-10-28 | 1 | -1/+1 |
| * | 1) dummynet_io() declaration has changed. | Oleg Bulyzhin | 2007-11-06 | 1 | -1/+1 |
| * | Replace incorrect local OFFSET_OF macro with the correct and generic | Matt Jacob | 2007-06-17 | 1 | -5/+0 |
| * | When sending a packet from dummynet, indicate that we're forwarding | Ruslan Ermilov | 2006-02-14 | 1 | -1/+0 |
| * | First step in removing welding between ipfw(4) and dummynet. | Gleb Smirnoff | 2005-11-29 | 1 | -3/+5 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -1/+1 |
| * | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | Andrew Thompson | 2005-06-10 | 1 | -0/+1 |
| * | Add IPv6 support to IPFW and Dummynet. | Brooks Davis | 2005-04-18 | 1 | -0/+3 |
| * | - Reduce number of arguments passed to dummynet_io(), we already have cookie | Gleb Smirnoff | 2005-01-16 | 1 | -2/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -2/+0 |
| * | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -19/+21 |
| * | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -16/+19 |
| * | Do not expose ip_dn_find_rule inline function to userland and unbreak world. | Max Laier | 2004-02-13 | 1 | -1/+1 |
| * | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -19/+16 |
| * | place some kernel-specific data structures under #ifdef _KERNEL | Sam Leffler | 2003-10-03 | 1 | -0/+2 |
| * | o Protect set_fs_param() by splimp(9). | Maxim Konovalov | 2003-03-27 | 1 | -1/+1 |
| * | o Trim EOL whitespaces. | Maxim Konovalov | 2002-12-15 | 1 | -2/+2 |
| * | o s/if_name[16]/if_name[IFNAMSIZ]/ | Maxim Konovalov | 2002-12-15 | 1 | -1/+1 |
| * | Increase the max dummynet hash size from 1024 to 65536. Default is still | Sean Chittenden | 2002-10-12 | 1 | -0/+6 |
| * | Kernel support for a dummynet option: | Luigi Rizzo | 2002-08-15 | 1 | -0/+1 |
| * | fix indentation of a comment | Luigi Rizzo | 2002-06-23 | 1 | -1/+1 |
| * | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -22/+18 |
| * | Add ipfw hooks to ether_demux() and ether_output_frame(). | Luigi Rizzo | 2002-05-13 | 1 | -0/+2 |
| * | Indentation and comments cleanup, no functional change. | Luigi Rizzo | 2002-05-05 | 1 | -51/+58 |
| * | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | Luigi Rizzo | 2001-11-04 | 1 | -2/+3 |
| * | Make it so dummynet and bridge can be loaded as modules. | Paul Saab | 2001-10-05 | 1 | -11/+8 |
| * | Two main changes here: | Luigi Rizzo | 2001-09-27 | 1 | -2/+2 |
| * | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | Luigi Rizzo | 2001-02-02 | 1 | -2/+1 |
| * | Document data structures and operation on dummynet so next time | Luigi Rizzo | 2001-01-17 | 1 | -41/+116 |