summaryrefslogtreecommitdiffstats
path: root/sys/contrib/ipfilter
Commit message (Expand)AuthorAgeFilesLines
* MFC r318998:cy2017-06-061-2/+2
* MFC r318606:cy2017-05-301-14/+2
* MFC r318745:cy2017-05-301-4/+0
* MFC r316810, r316814, r316816, r316991:cy2017-04-262-2/+3
* MFC r316811, r317139:cy2017-04-211-0/+4
* MFC r316809:cy2017-04-211-1/+1
* MFC r312886:cy2017-03-112-4/+4
* MFC r312787:cy2017-02-252-1/+6
* MFC r311950:bz2017-01-191-4/+4
* MFC r304953:dim2016-08-315-7/+29
* Only set the ipfilter running state to 'not running' if we arebz2016-07-061-2/+3
* Virtualise ipfilter.bz2016-06-305-159/+345
* Remove unused global variables as well as unused memorybz2016-06-303-23/+0
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* Remove extraneous blank line.cy2016-05-201-1/+0
* Enable the two ip_frag tuneables. The code is there but the twocy2016-05-202-1/+21
* 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-074-11/+62
* Remove redundant NULL pointer comparison.cy2016-03-021-4/+0
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-0/+2
* Convert ipfilter to the new routing KPI.melifaro2016-01-101-41/+30
* Correct __FreeBSD__ check.cy2015-12-281-1/+1
* Don't assume checksums will be calculated later when fastfoward iscy2015-12-201-2/+2
* Really fix ipfilter bug 3600459.cy2015-10-181-2/+1
* On some interfaces, ipfilter drops UDP packets with zero checkum.cy2015-10-061-0/+16
* Compare the newly allocated array elements to NULL in order to seebz2015-09-251-2/+2
* 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-112-1/+14
* Revert $FreeBSD$.cy2015-09-111-1/+1
* Fix mutex errors.cy2015-09-111-1/+1
* Fixup typos in comments.cy2015-09-111-5/+9
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* 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
OpenPOWER on IntegriCloud