summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_nat.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Add NGM_NAT_LIBALIAS_INFO command, that reports internal statsglebius2013-03-211-0/+45
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-3/+3
* Sync ng_nat with recent (r222806) ipfw_nat changes:ae2011-06-071-3/+17
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itglebius2011-04-181-4/+0
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-4/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-8/+8
* Pass really available buffer size to libalias instead of MCLBYTES constant.mav2008-06-011-2/+2
* Add support for the libalias redirect functionality.mav2008-03-011-1/+431
* Add support for setmode and settarget messages.mav2007-05-221-0/+76
* Allow node to bypass traffic while no alias address defined.mav2007-05-221-9/+11
* Return value PKT_ALIAS_FOUND_HEADER_FRAGMENT isn't an error case. Theglebius2006-12-211-1/+2
* Correctly calculate length of IP header.glebius2006-12-121-1/+2
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-011-35/+0
* Fix result of some mechanical change that I did some time ago, whenglebius2006-10-131-2/+2
* - After LibAlias processing check for TCP packet with th_x2 fieldglebius2005-06-271-8/+51
* Move assertion below initializer.glebius2005-05-111-3/+3
* - Assert that mbuf length equals packet length.glebius2005-05-101-5/+10
* ng_nat - a netgraph(4) node, which does NATglebius2005-05-051-0/+314
OpenPOWER on IntegriCloud