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
/
sbin
/
ipfw
Commit message (
Expand
)
Author
Age
Files
Lines
*
Markup fixes.
ru
2005-06-14
1
-4
/
+4
*
add_proto() now fills proto for us so stop to 'guess' the protocol from the
mlaier
2005-06-07
1
-5
/
+2
*
Better explain, then actually implement the IPFW ALTQ-rule first-match
green
2005-06-04
1
-2
/
+13
*
Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.
mlaier
2005-06-03
2
-26
/
+71
*
Unbreak handling of "ip[v]6" protocol and option flag. No more segfaults
mlaier
2005-05-21
1
-2
/
+1
*
'ngtee' also depends on net.inet.ip.fw.one_pass.
glebius
2005-05-11
1
-1
/
+3
*
IPFW version 2 is the only option now in HEAD. Do not confuse
glebius
2005-05-04
1
-45
/
+0
*
Fix a the previous commit. I wanted to remove the if and always run the
brooks
2005-04-26
1
-0
/
+1
*
Don't force IPv6 proto to be printed numericaly.
brooks
2005-04-26
1
-2
/
+0
*
Add IPv6 support to IPFW and Dummynet.
brooks
2005-04-18
2
-65
/
+820
*
Be more specific when complaining about bit masks.
brooks
2005-04-05
1
-2
/
+2
*
Bring back the full packet destination manipulation for 'ipfw fwd'
andre
2005-02-22
1
-1
/
+14
*
Expand *n't contractions.
ru
2005-02-13
1
-4
/
+4
*
Sort SEE ALSO.
glebius
2005-02-07
1
-1
/
+1
*
Document how interaction with ng_ipfw node is configured.
glebius
2005-02-05
1
-2
/
+23
*
Add a ng_ipfw node, implementing a quick and simple interface between
glebius
2005-02-05
1
-0
/
+22
*
Don't print extra " via ", if we have already printed one. While here,
glebius
2005-01-18
1
-4
/
+6
*
Sort sections.
ru
2005-01-18
1
-27
/
+27
*
Markup nits.
ru
2005-01-15
1
-16
/
+14
*
Deprecate unmaintainable uses of strncmp to implement abbreviations.
brooks
2005-01-15
1
-60
/
+112
*
Scheduled mdoc(7) sweep.
ru
2005-01-10
1
-1
/
+2
*
Write some bit mask limits in hex rather than decimal so they look less
brooks
2005-01-07
1
-2
/
+2
*
Update the IPFW man page to reflect reality. mpsafenet=0 is no longer
csjp
2004-12-10
1
-10
/
+0
*
Remove a duplicate line from an apparent merge error in rev 1.63.
brooks
2004-11-25
1
-1
/
+0
*
Be more clear that "bridged" is a synonym for "layer2".
ceri
2004-11-03
1
-1
/
+2
*
Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...
andre
2004-10-22
1
-4
/
+4
*
Add a note to the man page warning users about possible lock order
csjp
2004-10-09
1
-0
/
+10
*
Reference altq(4) instead of pf.conf(5).
green
2004-10-08
1
-2
/
+2
*
Commit forgotten documentation for "diverted" rules.
green
2004-10-08
1
-1
/
+2
*
Remove blindly-copied extra include path.
green
2004-10-03
1
-1
/
+0
*
Add support to IPFW for matching by TCP data length.
green
2004-10-03
2
-0
/
+29
*
Add the documentation for IPFW's diverted(-loopback|-output) matches.
green
2004-10-03
1
-0
/
+8
*
Add support to IPFW for classification based on "diverted" status
green
2004-10-03
1
-0
/
+35
*
Remove accidentally-added O_DIVERTED section.
green
2004-10-03
1
-17
/
+0
*
Add to IPFW the ability to do ALTQ classification/tagging.
green
2004-10-03
3
-33
/
+258
*
Since "d" is an array of 32 bit values, it is more
csjp
2004-09-21
1
-1
/
+1
*
Prepare for 5.x soon becoming -STABLE.
ru
2004-09-19
1
-8
/
+8
*
Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copied
andre
2004-09-13
1
-13
/
+2
*
Currently when ipfw(8) generates the micro-instructions for rules which
csjp
2004-09-11
1
-3
/
+3
*
o Initialize a local variable and make gcc happy.
maxim
2004-09-10
1
-0
/
+2
*
o Restore a historical ipfw1 logamount behaviour: rules with 'log'
maxim
2004-08-29
1
-0
/
+7
*
Fix 'show' command for pipes and queues.
pjd
2004-08-23
1
-1
/
+7
*
Remove trailing whitespace and change "prisoniD" to "prisonID".
csjp
2004-08-13
1
-2
/
+2
*
Add the ability to associate ipfw rules with a specific prison ID.
csjp
2004-08-12
2
-0
/
+26
*
New ipfw option "antispoof":
andre
2004-08-09
2
-3
/
+49
*
Extend versrcreach by checking against the rt_flags for RTF_REJECT and
andre
2004-07-21
1
-2
/
+2
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-38
/
+56
*
Fixed a bug spotted by compiling with -Wall.
ru
2004-06-10
1
-1
/
+1
*
Introduce a new feature to IPFW2: lookup tables. These are useful
ru
2004-06-09
2
-4
/
+169
*
o Move NEED1 macro to the top of the source file.
csjp
2004-06-02
1
-6
/
+6
[next]