summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_dummynet.h
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
* MFC:Oleg Bulyzhin2008-04-251-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-41/+116
* 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
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* assorted dummynet cleanup:Luigi Rizzo1999-05-041-3/+4
* Tidy up some stray / unused stuff in the IPFW package and friends.Peter Wemm1999-04-201-2/+1
* Move kernel-only declarations to within #ifdef KERNELArchie Cobbs1999-01-231-4/+9
* Last bits (i think) of dummynet for -current.Luigi Rizzo1998-12-141-0/+10
* Bring in new files for dummynet supportLuigi Rizzo1998-09-121-0/+100