summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix possible shutdown racekp2017-07-171-2/+8
* pf: Fix incorrect rw_sleep() in pf_unload()kp2017-07-171-1/+1
* pf: Fix memory leak on vnet shutdown or unloadkp2017-07-171-2/+2
* Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2016-08-171-4/+12
|\
| * MFC r302497:kp2016-08-171-4/+12
* | Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-021-51/+109
|\ \ | |/
| * The void isn't void.bz2016-06-241-1/+1
| * PFSTATE_NOSYNC goes onto state_flags, not sync_state;bz2016-06-231-1/+1
| * Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-231-50/+102
| * Import a fix for and old security issue (CVE-2010-3830) in pf whichbz2016-06-231-0/+2
| * Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
| * pf: Filter on and set vlan PCP valueskp2016-06-171-0/+4
* | Merge remote-tracking branch 'origin/master' into devel-11Renato Botelho2016-05-091-1/+1
|\ \ | |/
| * sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* | Importing pfSense patch pf_static_tracker.diffLuiz Otavio O Souza2016-04-151-1/+25
* | Importing pfSense patch pfil.diffLuiz Otavio O Souza2016-04-151-4/+6
* | Importing pfSense patch schedule_label.diffLuiz Otavio O Souza2016-04-151-0/+24
|/
* pf: Fix possible out-of-bounds writekp2016-02-251-2/+3
* 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
OpenPOWER on IntegriCloud