summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter/netinet/ip_nat.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused global variables as well as unused memorybz2016-06-301-5/+0
* Correct __FreeBSD__ check.cy2015-12-281-1/+1
* Don't assume checksums will be calculated later when fastfoward iscy2015-12-201-2/+2
* Compare the newly allocated array elements to NULL in order to seebz2015-09-251-2/+2
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-011-2/+2
* ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address.cy2014-10-051-2/+4
* Update ipfilter 4.1.28 --> 5.1.2.cy2013-09-061-2057/+5158
|\
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forcy2013-07-191-5457/+0
| * Import IPFilter 4.1.28darrenr2007-10-181-67/+187
| * Import IPFilter 4.1.23 to vendor branch.darrenr2007-06-041-244/+725
| * Import IP Filter 4.1.13guido2006-08-161-115/+100
| * Import IP Filter version 4.1.10guido2005-12-301-34/+71
| * import ipfilter 4.1.8 into the kernel source treedarrenr2005-04-251-1461/+3318
| * Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchdarrenr2004-06-211-209/+177
| * Import IPFilter 3.4.31 into -currentdarrenr2003-02-151-4/+84
| * 3rd time lucky, i hope.darrenr2002-08-281-5/+8
| * Import IPFilter 3.4.28darrenr2002-06-071-2/+6
| * Import version 3.4.27darrenr2002-04-271-7/+2
| * Import IPFilter 3.4.26 kernel sources, including H.323 proxy.darrenr2002-04-251-27/+95
| * Import IPFilter 3.4.25 (last version 3.4.20)darrenr2002-03-191-184/+284
| * Import version 3.4.20 of IPFilterdarrenr2001-07-281-66/+88
| * Update IP Filter kernel sourcedarrenr2001-02-041-54/+98
| * Import IP filter 3.4.13darrenr2000-10-291-19/+20
| * Import IP Filter 3.4.12 into kernel source treedarrenr2000-10-261-62/+377
| * Import IP Filter 3.4.9 bits into the kerneldarrenr2000-08-131-21/+67
| * import ipfilter 3.4.8darrenr2000-07-191-18/+48
| * Import IP Filter 3.4.4 into the kerneldarrenr2000-05-241-569/+1501
| * Import ipfilter 3.2.7 kernel componentspeter1998-06-201-10/+10
* | Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-0/+4
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-261-1/+3
* | 2020447 IPFilter's NAT can undo name server random port selectiondarrenr2008-07-241-3/+12
* | Apply a few changes from ipfilter-current:darrenr2007-10-301-26/+44
* | Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-181-67/+187
* | Merge IPFilter 4.1.23 back to HEADdarrenr2007-06-041-243/+724
* | Resolve conflictsguido2006-08-161-115/+100
* | Resolve conflictsguido2005-12-301-31/+70
* | - Comment out duplicate rcsid strings in *.c filesdarrenr2005-04-271-1/+1
* | Merge the changes from 3.4.35 to 4.1.8 into the kernel source treedarrenr2005-04-251-1462/+3313
* | Make ip_nat compile again. Should read #if->n<-def LARGE_NAT as in ipf 4.xmlaier2004-12-181-1/+1
* | Move two variables that are unused if LARGE_NAT is defined inside an #ifdefdarrenr2004-12-171-1/+4
* | Allow ipnat redirect rules to work for non-TCP/UDP packets.darrenr2004-12-171-3/+5
* | Update ipfilter from 3.4.31 -> 3.4.35. Some important changes:darrenr2004-06-211-208/+176
* | Commit import changed from vendor branch of ipfilter to -current headdarrenr2003-02-151-3/+83
* | Finally merge in the changes from ipfilter 3.4.29 to freebsd-current.darrenr2002-08-281-4/+7
* | Commit changes that happened in IPFilter versions 3.4.27 - 3.4.28darrenr2002-06-071-1/+5
* | Merge updates from 3.4.26 - 3.4.27.darrenr2002-04-271-6/+1
* | bring in changes from 3.4.26.darrenr2002-04-251-26/+94
* | fix conflicts (mostly damn rcs id's) generated by importdarrenr2002-03-191-183/+282
* | Backout inclusion of queue.h since rev 1.38 sys/file.h now has italfred2002-01-141-3/+0
* | Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+3
OpenPOWER on IntegriCloud