summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* In ipfilter(4) there is the ipftest(1) program, that compiles half of theglebius2015-04-071-11/+23
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-014-36/+9
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+2
* Correctly define constants.cy2014-11-282-2/+2
* Set the current vnet inside the ioctl handler for ipfilter.rodrigc2014-11-201-0/+11
* ipfilter bug #537 NAT rules with sticky have incorrect hostmap IP address.cy2014-10-051-2/+4
* ipfilter bug #534 destination list hashing not endian neutralcy2014-10-051-3/+3
* ipfilter bug #538 ipf_p_dns_del should return voidcy2014-10-051-3/+2
* ipfilter bug #554 Determining why a ipf rule matches is hard -- replacecy2014-10-051-11/+34
* ipfiler bug #550 filter rule list corrupted with inserted rulescy2014-10-051-0/+12
* ipfilter bug #558 add in some missing frag table function comments.cy2014-09-241-5/+33
* Check for NULL before de-refencing; in particular sel is assigned to NULL,cy2014-09-221-2/+2
* Honour WITH and WITHOUT_INET6_SUPPORT.cy2014-08-051-0/+4
* Remove redundant USE_INET6 test that enables INET6 in the ipfilter userlandcy2014-07-111-4/+0
* Fix case where fastroute or "to interface" is used with incorrect FIB.cy2014-06-191-1/+1
* Move mutex creation from ipf_log_soft_init() to ipf_log_soft_create()cy2014-05-241-8/+6
* Implement the final missing sysctls by moving ipf_auth_softc_t fromcy2014-04-075-87/+117
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-1/+1
* Substitute flags from historical mbuf(9) allocator with modern ones.glebius2014-01-162-11/+11
* Fix build. We need to include systm.h before if_var.h.glebius2013-10-281-2/+4
* Include lock.h before mutex.h.glebius2013-10-271-0/+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
OpenPOWER on IntegriCloud