summaryrefslogtreecommitdiffstats
path: root/sys/net/pfvar.h
Commit message (Expand)AuthorAgeFilesLines
* pf: Fix possible shutdown racekp2017-03-241-0/+2
* Revert sys/net/pfvar.h part of 16407834eeRenato Botelho2016-08-021-12/+0
* Merge remote-tracking branch 'origin/master' into devel-11Luiz Otavio O Souza2016-07-021-2/+10
|\
| * Update pf(4) and pflog(4) to survive basic VNET testing, which includesbz2016-06-231-1/+3
| * pf: Filter on and set vlan PCP valueskp2016-06-171-1/+7
* | Revert "Importing pfSense patch divert.diff"Luiz Otavio O Souza2016-07-021-9/+2
* | Importing pfSense patch pf_static_tracker.diffLuiz Otavio O Souza2016-04-151-0/+6
* | Importing pfSense patch divert.diffLuiz Otavio O Souza2016-04-151-2/+9
* | Importing pfSense patch pf_802.1p.diffLuiz Otavio O Souza2016-04-151-0/+12
* | Importing pfSense patch pf_match.diffLuiz Otavio O Souza2016-04-151-2/+14
* | Importing pfSense patch schedule_label.diffLuiz Otavio O Souza2016-04-151-0/+7
* | Importing pfSense patch dummynet.diffLuiz Otavio O Souza2016-04-151-0/+5
* | Importing pfSense patch dscp.diffLuiz Otavio O Souza2016-04-151-0/+30
|/
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+2
* pf: Fix compliation warning with gcckp2015-10-251-2/+2
* PF_ANEQ() macro will in most situations returns TRUE comparing two identicalkp2015-10-251-2/+3
* pf: Fix TSO issueskp2015-10-141-0/+5
* pf: Remove support for 'scrub fragment crop|drop-ovl'kp2015-08-271-2/+0
* Minor change to the macros to make sure that if an AF is passed that is neith...gnn2015-04-151-6/+5
* Always lock the hash row of a source node when updating its 'states' counter.glebius2015-03-171-1/+0
* - Improve INET/INET6 scope.glebius2015-02-161-4/+4
* Toss declarations to fix regular build and NO_INET6 build.glebius2015-02-161-2/+1
* Commit a miss from r278843.glebius2015-02-161-0/+1
* Fix build.brd2015-02-161-0/+1
* Missed from r278831.glebius2015-02-161-0/+2
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryglebius2015-01-221-3/+4
* Reapply previous patch to fix build.rodrigc2015-01-061-3/+3
* Merge: r258322 from projects/pf branchrodrigc2015-01-061-1/+0
* - Count global pf(4) statistics in counter(9).glebius2014-08-141-48/+15
* Backport from projects/pf r263908:mm2014-04-201-0/+2
* Merge from projects/pf r251993 (glebius@):mm2014-03-251-5/+3
* Instead of playing games with casts simply add 3 more members to theglebius2014-03-051-0/+4
* Once pf became not covered by a single mutex, many counters in it becameglebius2014-02-141-4/+5
* Revert accidentially leaked changes in r261627.glebius2014-02-081-0/+4
* Remove never set flag FL_OVERWRITE. The only place whereglebius2014-02-081-4/+0
* To support upcoming changes change internal API for source node handling:glebius2013-11-221-1/+5
* Add missing 'extern'.glebius2013-11-221-2/+2
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-271-3/+3
* Start splitting pfvar.h into internal and external parts.glebius2013-10-261-179/+2
* Utilize Jenkins hash with random seed for source nodes storage.glebius2012-09-201-22/+0
* Add missing break.glebius2012-09-201-0/+1
* Fix build, pass the pointy hat please.glebius2012-09-181-1/+1
* Make ruleset anchors in pf(4) reentrant. We've got two problems here:glebius2012-09-181-7/+10
* - Add $FreeBSD$ to allow modifications to this file.glebius2012-09-181-2/+2
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+1961
OpenPOWER on IntegriCloud