summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c
Commit message (Expand)AuthorAgeFilesLines
* Make subsequent code reachable.cy2016-05-151-3/+6
* Use NULL instead of 0 for pointer comparison.cy2016-04-151-2/+2
* Add DTrace probes for packets flagged as bad by ipfilter. All probescy2016-04-071-0/+8
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* Convert ipfilter to the new routing KPI.melifaro2016-01-101-41/+30
* On some interfaces, ipfilter drops UDP packets with zero checkum.cy2015-10-061-0/+16
* Revert ip_fil_freebsd.c -r287674. This should not have gone in yet.cy2015-09-111-12/+0
* Fix ipfilter bug 3600459 NAT bucket count wrong.cy2015-09-111-0/+12
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* o Use new function ip_fillid() in all places throughout the kernel,glebius2015-04-011-28/+0
* In order to reduce use of M_EXT outside of the mbuf allocator andrwatson2015-01-061-4/+2
* Set the current vnet inside the ioctl handler for ipfilter.rodrigc2014-11-201-0/+11
* Fix case where fastroute or "to interface" is used with incorrect FIB.cy2014-06-191-1/+1
* - 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-161-9/+9
* Convert ipfilter from timeout(9) to callout(9).cy2013-09-211-3/+13
* Update ipfilter 4.1.28 --> 5.1.2.cy2013-09-061-622/+413
|\
| * As per the developers handbook (5.3.1 step 1), prepare the vendor trees forcy2013-07-191-1645/+0
| * Import IPFilter 4.1.28darrenr2007-10-181-148/+135
| * Import IPFilter 4.1.23 to vendor branch.darrenr2007-06-041-158/+80
| * Import IP Filter 4.1.13guido2006-08-161-20/+27
| * Import IP Filter version 4.1.10guido2005-12-301-5/+42
* | Fix pseudo checksum calculation.fjoe2012-09-271-1/+3
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+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-271-0/+6
* | 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-021-0/+3
* | Unhide declarations of network stack virtualization structs fromzec2008-11-281-1/+1
* | Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+10
* | Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+2
* | Fix 3 issues relating to the use of "auth" rules in IPFilter, from sourceforge:darrenr2007-11-261-0/+2
* | Apply a few changes from ipfilter-current:darrenr2007-10-301-6/+7
* | Pullup IPFilter 4.1.28 from the vendor branch into HEAD.darrenr2007-10-181-148/+135
* | Merge IPFilter 4.1.23 back to HEADdarrenr2007-06-041-166/+82
* | Workaround bad locking design:oleg2006-10-051-3/+9
* | Resolve conflictsguido2006-08-161-20/+27
* | Resolve conflictsguido2005-12-301-3/+42
* | Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
|/
* import ipfilter 4.1.8 into the kernel source treedarrenr2005-04-251-0/+1692
OpenPOWER on IntegriCloud