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
/
ipfw2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert `proto ip' back to the previous behavior. The kernel side of
ume
2006-03-05
1
-3
/
+3
*
oops, mismerge from working sources.. not only add new code,
julian
2006-02-14
1
-2
/
+0
*
Stop ipfw from aborting when asked to delete a table entry that
julian
2006-02-14
1
-0
/
+11
*
Add a new feature for optimizining ipfw rulesets - substitution of the
glebius
2005-12-13
1
-46
/
+44
*
Cleanup _FreeBSD_version.
glebius
2005-12-09
1
-3
/
+0
*
We couldn't specify the rule for filtering tunnel traffic since an
ume
2005-11-29
1
-16
/
+49
*
Catch up with ip_dummynet.h rev. 1.38 and fix build.
glebius
2005-11-29
1
-2
/
+2
*
Garbage-collect now unused struct _ipfw_insn_pipe and flush_pipe_ptrs(),
glebius
2005-11-29
1
-1
/
+1
*
* Add dynamic sysctl for net.inet6.ip6.fw.
bz
2005-08-13
1
-2
/
+69
*
add_proto() now fills proto for us so stop to 'guess' the protocol from the
mlaier
2005-06-07
1
-5
/
+2
*
Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.
mlaier
2005-06-03
1
-13
/
+56
*
Unbreak handling of "ip[v]6" protocol and option flag. No more segfaults
mlaier
2005-05-21
1
-2
/
+1
*
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
1
-35
/
+698
*
Be more specific when complaining about bit masks.
brooks
2005-04-05
1
-2
/
+2
*
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
*
Deprecate unmaintainable uses of strncmp to implement abbreviations.
brooks
2005-01-15
1
-60
/
+112
*
Write some bit mask limits in hex rather than decimal so they look less
brooks
2005-01-07
1
-2
/
+2
*
Remove a duplicate line from an apparent merge error in rev 1.63.
brooks
2004-11-25
1
-1
/
+0
*
Commit forgotten documentation for "diverted" rules.
green
2004-10-08
1
-1
/
+2
*
Add support to IPFW for matching by TCP data length.
green
2004-10-03
1
-0
/
+23
*
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
1
-31
/
+216
*
Since "d" is an array of 32 bit values, it is more
csjp
2004-09-21
1
-1
/
+1
*
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
*
Add the ability to associate ipfw rules with a specific prison ID.
csjp
2004-08-12
1
-0
/
+22
*
New ipfw option "antispoof":
andre
2004-08-09
1
-1
/
+11
*
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
1
-2
/
+108
*
o Move NEED1 macro to the top of the source file.
csjp
2004-06-02
1
-6
/
+6
*
Remove spurious semicolons.
stefanf
2004-05-18
1
-2
/
+2
*
Remove redundant sanity check before add_mac() when adding
csjp
2004-05-09
1
-2
/
+0
*
Add the option versrcreach to verify that a valid route to the
andre
2004-04-23
1
-1
/
+11
*
o Fix an incorrect parsing of 0.0.0.0/0 expression.
maxim
2004-04-09
1
-1
/
+1
*
o Pass a correct argument to errx(3).
maxim
2004-01-24
1
-1
/
+1
*
o Legitimate -f (force) flags for -p (preprocessor) case.
maxim
2003-12-24
1
-3
/
+8
*
Add a -b flag to /sbin/ipfw to print only action and comment for each
luigi
2003-12-12
1
-2
/
+20
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-15
/
+5
*
remove include of route.h now that ip_dummynet.h no longer exposes
sam
2003-10-03
1
-1
/
+0
*
Apply a bandaid to get this working on sparc64 again; the introduction
tmm
2003-09-04
1
-4
/
+4
*
Check an arguments count before proceed in sysctl_handler().
maxim
2003-09-02
1
-1
/
+1
*
o Initialize do_pipe before command parsing.
maxim
2003-07-21
1
-0
/
+1
*
Userland side of:
luigi
2003-07-15
1
-9
/
+9
*
Make sure that comments are printed at the end of a rule.
luigi
2003-07-15
1
-2
/
+4
[next]