summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* MFC r275199.cy2014-12-102-2/+2
* MFC r274744.cy2014-11-281-0/+11
* MFC r272555cy2014-10-121-2/+4
* MFC r272554cy2014-10-121-3/+3
* MFC r272553cy2014-10-121-3/+2
* MFC r272552cy2014-10-121-11/+34
* MFC r272551cy2014-10-121-0/+12
* MFC r272052cy2014-10-121-5/+33
* MFC r271980cy2014-10-121-2/+2
* MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT.cy2014-08-081-0/+4
* MFC r268532 and r268585. When world and kernel are built without INET6cy2014-07-211-4/+0
* MFC r267634: Fix case where fastroute or "to interface" is used withcy2014-06-251-1/+1
* MFC r266605.cy2014-06-031-8/+6
* MFC r264235:cy2014-05-295-87/+117
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_tftp_pxy.c, todim2013-10-101-1/+1
* Initialize a variable in sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c, todim2013-10-091-1/+1
* Address double init of ip_log mutex, fixing a panic after ipfilter iscy2013-09-211-1/+1
* Enable main ipfilter sysctl MIBs.cy2013-09-211-28/+26
* Convert ipfilter from timeout(9) to callout(9).cy2013-09-212-4/+14
* Remove additional non-FreeBSD code.cy2013-09-211-25/+2
* Fix !INET6 build.glebius2013-09-071-1/+1
* Update ipfilter 4.1.28 --> 5.1.2.cy2013-09-0645-12884/+32595
|\
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forcy2013-07-1943-40513/+0
* | Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.hglebius2013-04-081-3/+3
* | Fix defines in r241245. We actually don't define FreeBSD.glebius2012-10-141-2/+2
* | Revert previous commit...kevlo2012-10-101-1/+1
* | Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* | A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-2/+2
* | Fix pseudo checksum calculation.fjoe2012-09-271-1/+3
* | Fix typo: s/pakcet/packetkevlo2012-09-201-1/+1
* | Adjust a few old checks to use __FreeBSD_version macro tormh2011-11-242-3/+3
* | Pass a format string to make_dev().rpaulo2010-10-131-1/+1
* | MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+0
* | We don't need the definition for in_cksum repeated here since we getimp2010-04-141-1/+0
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-4/+0
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+1
* | Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-272-0/+10
* | In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+3
* | Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* | Move the include of vinet.h further up before the ipfilter includes.bz2009-02-271-3/+3
* | Check for ipprotosw.h more precisely.bz2008-12-231-1/+3
* | Rather than using hidden includes (with cicular dependencies),bz2008-12-022-2/+3
* | Unhide declarations of network stack virtualization structs fromzec2008-11-282-1/+3
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-5/+16
* | Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+5
* | Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* | Commit step 1 of the vimage project, (network stack)bz2008-08-172-4/+13
* | 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-245-6/+51
OpenPOWER on IntegriCloud