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
*
Mention the nat command in the synopsis and in the action section.
piso
2007-02-15
1
-0
/
+13
*
Fix a parsing bug when specifying more than one address with dotted decimal
mlaier
2007-01-07
1
-2
/
+8
*
Summer of Code 2005: improve libalias - part 2 of 2
piso
2006-12-29
2
-9
/
+1022
*
Add a note about rule syntax compared to the shell used so users do not get
trhodes
2006-10-09
1
-0
/
+4
*
When addr/mask examples are given, show both a host and network
keramida
2006-10-04
1
-5
/
+6
*
o Check for a required "pathname" argument presence.
maxim
2006-09-29
1
-0
/
+2
*
Markup fixes.
ru
2006-09-18
1
-2
/
+4
*
Check the length of the ipv4 and ipv6 address lists. It must be less
jhay
2006-09-16
1
-0
/
+4
*
Use bzero() to clear the whole ipfw_insn_icmp6 structure in fill_icmp6types(),
jhay
2006-09-16
1
-1
/
+1
*
A pipe bandwidth of 10MBits/s should probably
dwmalone
2006-08-23
1
-1
/
+2
*
Regigle parens to try and get the intended affect. This should fix people
dwmalone
2006-08-20
1
-6
/
+6
*
Fix typo.
julian
2006-08-20
1
-1
/
+1
*
comply with style police
julian
2006-08-18
2
-18
/
+19
*
Allow ipfw to forward to a destination that is specified by a table.
julian
2006-08-17
2
-11
/
+60
*
Take IP_FIREWALL_EXTENDED out of the man page too.
julian
2006-08-17
1
-8
/
+0
*
Use the SLIST_NEXT macro instead of sle_next.
stefanf
2006-08-05
1
-2
/
+2
*
Specify correct argument range for tag/untag keywords.
oleg
2006-07-25
1
-2
/
+2
*
Add support of 'tablearg' feature for:
oleg
2006-06-15
2
-80
/
+128
*
Print dynamic rules for IPv6 as well.
mlaier
2006-06-02
1
-5
/
+15
*
Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).
oleg
2006-05-24
2
-9
/
+133
*
For src/dest parsing take off the netmask before checking for AF with
mlaier
2006-05-14
1
-15
/
+31
*
Update manpage for net.inet6.ip6.fw.enable sysctl.
mlaier
2006-05-12
1
-2
/
+4
*
Amazing.. two screwups in one commit.
julian
2006-03-31
1
-1
/
+2
*
I can't believe that no-one noticed that I broke ipfw table del
julian
2006-03-31
1
-1
/
+2
*
Revert `proto ip' back to the previous behavior. The kernel side of
ume
2006-03-05
2
-5
/
+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
2
-1
/
+13
*
Fix a markup glitch.
ru
2006-02-03
1
-1
/
+1
*
Forget about ipfw1 and ipfw2. We aren't in RELENG_4 anymore.
glebius
2006-01-13
1
-139
/
+6
*
Document 'tablearg' keyword.
glebius
2006-01-13
1
-1
/
+31
*
[mdoc] add missing space before a punctuation type argument.
ru
2005-12-13
1
-1
/
+1
*
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
2
-16
/
+62
*
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
*
-mdoc sweep.
ru
2005-11-18
1
-3
/
+4
*
Restore the documentation about uid, gid or prison based rules requiring
csjp
2005-10-23
1
-0
/
+10
*
Redirect bridge(4) to if_bridge(4) and rename sysctl accordingly.
mlaier
2005-09-28
1
-4
/
+4
*
* Add dynamic sysctl for net.inet6.ip6.fw.
bz
2005-08-13
2
-3
/
+89
*
Bump document date. Remove EOL whitespace introduced in previous
cperciva
2005-07-01
1
-3
/
+4
*
Document some limitations of uid/gid rules.
cperciva
2005-07-01
1
-0
/
+11
*
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
[next]