| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace fixes (trailing whitespace, bad indentation | luigi | 2010-04-19 | 1 | -27/+27 |
* | Bring in the most recent version of ipfw and dummynet, developed | luigi | 2010-03-02 | 1 | -289/+178 |
* | Various cleanup done in ipfw3-head branch including: | luigi | 2010-01-04 | 1 | -5/+1 |
* | bring in several cleanups tested in ipfw3-head branch, namely: | luigi | 2009-12-28 | 1 | -25/+6 |
* | merge code from ipfw3-head to reduce contention on the ipfw lock | luigi | 2009-12-22 | 1 | -1/+2 |
* | - fix dummynet 'fast' mode for WF2Q case. | oleg | 2009-06-24 | 1 | -1/+3 |
* | Close long existed race with net.inet.ip.fw.one_pass = 0: | oleg | 2009-06-09 | 1 | -4/+6 |
* | More cleanup in preparation of ipfw relocation (no actual code change): | luigi | 2009-06-05 | 1 | -7/+0 |
* | fix a bug introduced in rev.190865 related to the signedness | luigi | 2009-06-04 | 1 | -3/+3 |
* | Add emulation of delay profiles, which lets you model various | luigi | 2009-04-09 | 1 | -2/+34 |
* | Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t. | oleg | 2008-10-28 | 1 | -1/+1 |
* | 1) dummynet_io() declaration has changed. | oleg | 2007-11-06 | 1 | -1/+1 |
* | Replace incorrect local OFFSET_OF macro with the correct and generic | mjacob | 2007-06-17 | 1 | -5/+0 |
* | When sending a packet from dummynet, indicate that we're forwarding | ru | 2006-02-14 | 1 | -1/+0 |
* | First step in removing welding between ipfw(4) and dummynet. | glebius | 2005-11-29 | 1 | -3/+5 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -1/+1 |
* | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | thompsa | 2005-06-10 | 1 | -0/+1 |
* | Add IPv6 support to IPFW and Dummynet. | brooks | 2005-04-18 | 1 | -0/+3 |
* | - Reduce number of arguments passed to dummynet_io(), we already have cookie | glebius | 2005-01-16 | 1 | -2/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | andre | 2004-08-17 | 1 | -2/+0 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 1 | -19/+21 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | mlaier | 2004-02-18 | 1 | -16/+19 |
* | Do not expose ip_dn_find_rule inline function to userland and unbreak world. | mlaier | 2004-02-13 | 1 | -1/+1 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | mlaier | 2004-02-13 | 1 | -19/+16 |
* | place some kernel-specific data structures under #ifdef _KERNEL | sam | 2003-10-03 | 1 | -0/+2 |
* | o Protect set_fs_param() by splimp(9). | maxim | 2003-03-27 | 1 | -1/+1 |
* | o Trim EOL whitespaces. | maxim | 2002-12-15 | 1 | -2/+2 |
* | o s/if_name[16]/if_name[IFNAMSIZ]/ | maxim | 2002-12-15 | 1 | -1/+1 |
* | Increase the max dummynet hash size from 1024 to 65536. Default is still | seanc | 2002-10-12 | 1 | -0/+6 |
* | Kernel support for a dummynet option: | luigi | 2002-08-15 | 1 | -0/+1 |
* | fix indentation of a comment | luigi | 2002-06-23 | 1 | -1/+1 |
* | Remove (almost all) global variables that were used to hold | luigi | 2002-06-22 | 1 | -22/+18 |
* | Add ipfw hooks to ether_demux() and ether_output_frame(). | luigi | 2002-05-13 | 1 | -0/+2 |
* | Indentation and comments cleanup, no functional change. | luigi | 2002-05-05 | 1 | -51/+58 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -2/+3 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -11/+8 |
* | Two main changes here: | luigi | 2001-09-27 | 1 | -2/+2 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 1 | -2/+1 |
* | Document data structures and operation on dummynet so next time | luigi | 2001-01-17 | 1 | -42/+117 |
* | Some dummynet patches that I forgot to commit last summer. | luigi | 2001-01-16 | 1 | -0/+4 |
* | Implement WF2Q+ in dummynet. | luigi | 2000-06-08 | 1 | -26/+149 |
* | Support for stateful (dynamic) ipfw rules. They are very | luigi | 2000-02-10 | 1 | -12/+2 |
* | Implement per-flow queueing. Using a single pipe config rule, | luigi | 2000-01-08 | 1 | -46/+95 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | IPSEC support in the kernel. | shin | 1999-12-22 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | assorted dummynet cleanup: | luigi | 1999-05-04 | 1 | -3/+4 |
* | Tidy up some stray / unused stuff in the IPFW package and friends. | peter | 1999-04-20 | 1 | -2/+1 |
* | Move kernel-only declarations to within #ifdef KERNEL | archie | 1999-01-23 | 1 | -4/+9 |