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
*
Slight wordsmithing. prompted by danger@
julian
2008-08-01
1
-2
/
+5
*
Document the use of the tablearg keyword together with the skipto command.
julian
2008-08-01
1
-3
/
+16
*
Note that setfib is not a terminal rule.
julian
2008-07-24
1
-1
/
+2
*
Change two variables to size_t to improve portability.
julian
2008-05-10
1
-1
/
+2
*
Add code to allow the system to handle multiple routing tables.
julian
2008-05-09
2
-2
/
+49
*
Dummynet has a limit of 100 slots queue size (or 1MB, if you give
dwmalone
2008-02-27
2
-5
/
+32
*
Add table/tablearg support to ipfw's nat.
piso
2008-02-24
2
-10
/
+6
*
-Fix display of nat range.
piso
2008-02-21
1
-6
/
+5
*
Fix display of multiple nat rules.
piso
2008-02-18
1
-4
/
+4
*
Instead of using a heuristic to decide whether to display
julian
2008-02-18
2
-6
/
+14
*
Add a note that ipfw states do not implicitly match ICMP error messages.
yar
2008-02-07
1
-0
/
+6
*
Hide ipfw internal data structures behind IPFW_INTERNAL rather than
rwatson
2008-01-25
1
-0
/
+2
*
o Fix ipfw(8) command line parser bug: "ipfw nat 1 config if" ...
maxim
2008-01-20
1
-0
/
+2
*
Calculate p.fs.lookup_step correctly. This should prevent zeroing of
oleg
2007-12-17
1
-3
/
+3
*
Polish this manual page a bit:
danger
2007-11-26
1
-73
/
+110
*
- New sysctl variable: net.inet.ip.dummynet.io_fast
oleg
2007-11-17
1
-1
/
+19
*
o Fix indentation. No functional changes.
maxim
2007-10-27
1
-10
/
+10
*
Change IPTOS_CE to IPTOS_ECN_CE.
rpaulo
2007-10-19
1
-2
/
+2
*
Comply with the removal of IPTOS_CE and IPTOS_ECT.
rpaulo
2007-10-19
1
-2
/
+2
*
o Fix a typo in ipfw table usage example.
maxim
2007-10-14
1
-1
/
+1
*
o Cosmetic: fix the issue when "ipfw(8) show" produces "not" twice:
maxim
2007-09-23
1
-2
/
+2
*
o Fix bug I introduced in the previous commit (ipfw set extention):
maxim
2007-08-26
1
-3
/
+3
*
Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.
bz
2007-08-05
1
-2
/
+2
*
Remove references to mpsafenet. This option no longer exists.
csjp
2007-08-04
1
-14
/
+1
*
o Make ipfw set more robust -- now it is possible:
maxim
2007-06-18
2
-41
/
+131
*
o Teach get_mac_addr_mask() to not silently accept incorrect MAC
maxim
2007-05-09
1
-22
/
+38
*
Add support for filtering on Routing Header Type 0 and
bz
2007-05-04
2
-3
/
+25
*
o Make ipfw(8) show rules with mac/mac-type options correctly.
maxim
2007-04-30
1
-36
/
+17
*
o Add missed w/space in the error message.
maxim
2007-04-17
1
-1
/
+1
*
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
[next]