summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* o Fix invalid TCP checksums with pf(4). [EN-16:02.pf]glebius2016-01-141-14/+0
* Merge r269998 from head:glebius2014-08-251-5/+49
* MFC r264689:mm2014-04-271-0/+4
* Merge r261882, r261898, r261937, r262760, r262799:glebius2014-03-111-8/+32
* Merge r261028: fix resource leak and simplify code for DIOCCHANGEADDR.glebius2014-03-111-24/+18
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-221-38/+56
* Merge several fixlets from head:glebius2014-01-221-5/+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