summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Instead of playing games with casts simply add 3 more members to theglebius2014-03-051-10/+3
* Once pf became not covered by a single mutex, many counters in it becameglebius2014-02-141-8/+39
* Fix resource leak and simplify code for DIOCCHANGEADDR.glebius2014-01-221-24/+18
* The DIOCKILLSRCNODES operation was implemented with O(m*n) complexity,glebius2013-11-221-38/+56
* Fix off by ones when scanning source nodes hash.glebius2013-11-221-3/+3
* Remove unused PFTM_UNTIL_PACKET const.glebius2013-11-041-2/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+4
* Fix DIOCADDSTATE operation.glebius2013-05-111-1/+1
* In netpfil/pf:glebius2012-12-281-3/+3
* In pfioctl, if the permission checks failed we returned with vnet contexttrociny2012-12-151-2/+2
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Any pfil(9) hooks should be called with already set VNET context.glebius2012-10-081-4/+0
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-51/+5
* EBUSY is a better reply for refusing to unload pf(4) or pfsync(4).glebius2012-09-221-1/+1
* Provide kernel compile time option to make pf(4) default rule to drop.glebius2012-09-181-0/+4
* Fix DIOCNATLOOK: zero key padding before performing lookup.glebius2012-09-181-0/+1
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+3774
OpenPOWER on IntegriCloud