summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix TSO issueskp2015-10-141-13/+0
* Fix the copy of addresses passed from userland in table replace command.loos2015-08-171-2/+1
* Use correct src/dst ports when removing states.oshogbo2015-08-111-2/+2
* During module unload unlock rules before destroying UMA zones, whichglebius2015-05-191-1/+1
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsglebius2015-04-161-1/+1
* Always lock the hash row of a source node when updating its 'states' counter.glebius2015-03-171-11/+3
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryglebius2015-01-221-17/+31
* Reapply previous patch to fix build.rodrigc2015-01-061-24/+10
* Merge: r258322 from projects/pf branchrodrigc2015-01-061-10/+10
* pf(4) needs to have a correct checksum during its processing.eri2014-11-191-6/+6
* - Provide a sleepable lock to protect against ioctl() vs ioctl() races.glebius2014-09-121-10/+7
* - Count global pf(4) statistics in counter(9).glebius2014-08-141-5/+49
* The current API for adding rules with pool addresses is the following:glebius2014-04-251-1/+3
* Backport from projects/pf r263908:mm2014-04-201-0/+4
* Merge from projects/pf r251993 (glebius@):mm2014-03-251-10/+10
* 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