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
/
sys
/
netgraph
/
ng_nat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-8
/
+8
*
Pass really available buffer size to libalias instead of MCLBYTES constant.
mav
2008-06-01
1
-2
/
+2
*
Add support for the libalias redirect functionality.
mav
2008-03-01
1
-1
/
+431
*
Add support for setmode and settarget messages.
mav
2007-05-22
1
-0
/
+76
*
Allow node to bypass traffic while no alias address defined.
mav
2007-05-22
1
-9
/
+11
*
Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. The
glebius
2006-12-21
1
-1
/
+2
*
Correctly calculate length of IP header.
glebius
2006-12-12
1
-1
/
+2
*
Remove m_megapullup from ng_nat and put it under libalias.
piso
2006-12-01
1
-35
/
+0
*
Fix result of some mechanical change that I did some time ago, when
glebius
2006-10-13
1
-2
/
+2
*
- After LibAlias processing check for TCP packet with th_x2 field
glebius
2005-06-27
1
-8
/
+51
*
Move assertion below initializer.
glebius
2005-05-11
1
-3
/
+3
*
- Assert that mbuf length equals packet length.
glebius
2005-05-10
1
-5
/
+10
*
ng_nat - a netgraph(4) node, which does NAT
glebius
2005-05-05
1
-0
/
+314