summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.h
Commit message (Expand)AuthorAgeFilesLines
* s/lenght/length/ in commentsluigi2012-08-071-2/+2
* whitespace fixes (trailing whitespace, bad indentationluigi2010-04-191-27/+27
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-289/+178
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-5/+1
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-281-25/+6
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-1/+2
* - fix dummynet 'fast' mode for WF2Q case.oleg2009-06-241-1/+3
* Close long existed race with net.inet.ip.fw.one_pass = 0:oleg2009-06-091-4/+6
* More cleanup in preparation of ipfw relocation (no actual code change):luigi2009-06-051-7/+0
* fix a bug introduced in rev.190865 related to the signednessluigi2009-06-041-3/+3
* Add emulation of delay profiles, which lets you model variousluigi2009-04-091-2/+34
* Type of q_time (start of queue idle time) has changed: uint32_t -> uint64_t.oleg2008-10-281-1/+1
* 1) dummynet_io() declaration has changed.oleg2007-11-061-1/+1
* Replace incorrect local OFFSET_OF macro with the correct and genericmjacob2007-06-171-5/+0
* When sending a packet from dummynet, indicate that we're forwardingru2006-02-141-1/+0
* First step in removing welding between ipfw(4) and dummynet.glebius2005-11-291-3/+5
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-1/+1
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-101-0/+1
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-0/+3
* - Reduce number of arguments passed to dummynet_io(), we already have cookieglebius2005-01-161-2/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-2/+0
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-19/+21
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-16/+19
* Do not expose ip_dn_find_rule inline function to userland and unbreak world.mlaier2004-02-131-1/+1
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-19/+16
* place some kernel-specific data structures under #ifdef _KERNELsam2003-10-031-0/+2
* o Protect set_fs_param() by splimp(9).maxim2003-03-271-1/+1
* o Trim EOL whitespaces.maxim2002-12-151-2/+2
* o s/if_name[16]/if_name[IFNAMSIZ]/maxim2002-12-151-1/+1
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-121-0/+6
* Kernel support for a dummynet option:luigi2002-08-151-0/+1
* fix indentation of a commentluigi2002-06-231-1/+1
* Remove (almost all) global variables that were used to holdluigi2002-06-221-22/+18
* Add ipfw hooks to ether_demux() and ether_output_frame().luigi2002-05-131-0/+2
* Indentation and comments cleanup, no functional change.luigi2002-05-051-51/+58
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-2/+3
* Make it so dummynet and bridge can be loaded as modules.ps2001-10-051-11/+8
* Two main changes here:luigi2001-09-271-2/+2
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)luigi2001-02-021-2/+1
* Document data structures and operation on dummynet so next timeluigi2001-01-171-42/+117
* Some dummynet patches that I forgot to commit last summer.luigi2001-01-161-0/+4
* Implement WF2Q+ in dummynet.luigi2000-06-081-26/+149
* Support for stateful (dynamic) ipfw rules. They are veryluigi2000-02-101-12/+2
* Implement per-flow queueing. Using a single pipe config rule,luigi2000-01-081-46/+95
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* IPSEC support in the kernel.shin1999-12-221-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* assorted dummynet cleanup:luigi1999-05-041-3/+4
* Tidy up some stray / unused stuff in the IPFW package and friends.peter1999-04-201-2/+1
OpenPOWER on IntegriCloud