aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_nat.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-8/+8
* Pass really available buffer size to libalias instead of MCLBYTES constant.Alexander Motin2008-06-011-2/+2
* Add support for the libalias redirect functionality.Alexander Motin2008-03-011-1/+431
* Add support for setmode and settarget messages.Alexander Motin2007-05-221-0/+76
* Allow node to bypass traffic while no alias address defined.Alexander Motin2007-05-221-9/+11
* Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. TheGleb Smirnoff2006-12-211-1/+2
* Correctly calculate length of IP header.Gleb Smirnoff2006-12-121-1/+2
* Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati2006-12-011-35/+0
* Fix result of some mechanical change that I did some time ago, whenGleb Smirnoff2006-10-131-2/+2
* - After LibAlias processing check for TCP packet with th_x2 fieldGleb Smirnoff2005-06-271-8/+51
* Move assertion below initializer.Gleb Smirnoff2005-05-111-3/+3
* - Assert that mbuf length equals packet length.Gleb Smirnoff2005-05-101-5/+10
* ng_nat - a netgraph(4) node, which does NATGleb Smirnoff2005-05-051-0/+314