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
*
Move table list to a separate function.
rik
2008-09-21
1
-35
/
+44
*
Free allocated memory.
rik
2008-09-20
1
-0
/
+1
*
Remove some unused variables.
rik
2008-09-20
1
-4
/
+3
*
Style(9) the show_nat() function.
rik
2008-09-20
1
-1
/
+2
*
Do not do the useless job for an empty table.
rik
2008-09-20
1
-0
/
+5
*
Use IPFW_DEFAULT_RULE instead of hardcoded value since now it is
rik
2008-09-06
1
-8
/
+9
*
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
1
-2
/
+37
*
Dummynet has a limit of 100 slots queue size (or 1MB, if you give
dwmalone
2008-02-27
1
-5
/
+18
*
Add table/tablearg support to ipfw's nat.
piso
2008-02-24
1
-9
/
+5
*
-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
1
-6
/
+9
*
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
*
o Fix indentation. No functional changes.
maxim
2007-10-27
1
-10
/
+10
*
Comply with the removal of IPTOS_CE and IPTOS_ECT.
rpaulo
2007-10-19
1
-2
/
+2
*
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
*
o Make ipfw set more robust -- now it is possible:
maxim
2007-06-18
1
-39
/
+111
*
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
1
-0
/
+18
*
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
*
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
1
-9
/
+908
*
o Check for a required "pathname" argument presence.
maxim
2006-09-29
1
-0
/
+2
*
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
*
comply with style police
julian
2006-08-18
1
-13
/
+10
*
Allow ipfw to forward to a destination that is specified by a table.
julian
2006-08-17
1
-9
/
+44
*
Use the SLIST_NEXT macro instead of sle_next.
stefanf
2006-08-05
1
-2
/
+2
*
Add support of 'tablearg' feature for:
oleg
2006-06-15
1
-77
/
+121
*
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
1
-8
/
+72
*
For src/dest parsing take off the netmask before checking for AF with
mlaier
2006-05-14
1
-15
/
+31
*
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
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
[next]