index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_dummynet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Last bits (i think) of dummynet for -current.
luigi
1998-12-14
1
-0
/
+10
*
Bring in new files for dummynet support
luigi
1998-09-12
1
-0
/
+100