aboutsummaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
Commit message (Expand)AuthorAgeFilesLines
* Update pf(4) and pflog(4) to survive basic VNET testing, which includesBjoern A. Zeeb2016-06-231-1/+3
* pf: Filter on and set vlan PCP valuesKristof Provost2016-06-171-1/+7
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+2
* pf: Fix compliation warning with gccKristof Provost2015-10-251-2/+2
* PF_ANEQ() macro will in most situations returns TRUE comparing two identicalKristof Provost2015-10-251-2/+3
* pf: Fix TSO issuesKristof Provost2015-10-141-0/+5
* pf: Remove support for 'scrub fragment crop|drop-ovl'Kristof Provost2015-08-271-2/+0
* Minor change to the macros to make sure that if an AF is passed that is neith...George V. Neville-Neil2015-04-151-6/+5
* Always lock the hash row of a source node when updating its 'states' counter.Gleb Smirnoff2015-03-171-1/+0
* - Improve INET/INET6 scope.Gleb Smirnoff2015-02-161-4/+4
* Toss declarations to fix regular build and NO_INET6 build.Gleb Smirnoff2015-02-161-2/+1
* Commit a miss from r278843.Gleb Smirnoff2015-02-161-0/+1
* Fix build.Brad Davis2015-02-161-0/+1
* Missed from r278831.Gleb Smirnoff2015-02-161-0/+2
* Back out r276841, r276756, r276747, r276746. The change in r276747 is veryGleb Smirnoff2015-01-221-3/+4
* Reapply previous patch to fix build.Craig Rodrigues2015-01-061-3/+3
* Merge: r258322 from projects/pf branchCraig Rodrigues2015-01-061-1/+0
* - Count global pf(4) statistics in counter(9).Gleb Smirnoff2014-08-141-48/+15
* Backport from projects/pf r263908:Martin Matuska2014-04-201-0/+2
|\
| * De-virtualize UMA zone pf_mtag_z and move to global initialization part.Martin Matuska2014-03-291-0/+2
| * Merge head up to r263906.Martin Matuska2014-03-291-0/+4
| |\ | |/ |/|
| * Merge head up to r262222 (last merge was incomplete).Martin Matuska2014-02-191-7/+12
| |\
| * | - Split functions that initialize various pf parts into their vimageGleb Smirnoff2013-11-181-3/+3
| * | Merge head r232040 through r257457.Gleb Smirnoff2013-10-311-180/+3
| |\ \
* | | | Merge from projects/pf r251993 (glebius@):Martin Matuska2014-03-251-5/+3
|\| | |
| * | | De-vnet hash sizes and hash masks.Gleb Smirnoff2013-06-191-5/+3
* | | | Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-051-0/+4
| |_|/ |/| |
* | | Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-4/+5
* | | Revert accidentially leaked changes in r261627.Gleb Smirnoff2014-02-081-0/+4
* | | Remove never set flag FL_OVERWRITE. The only place whereGleb Smirnoff2014-02-081-4/+0
* | | To support upcoming changes change internal API for source node handling:Gleb Smirnoff2013-11-221-1/+5
* | | Add missing 'extern'.Gleb Smirnoff2013-11-221-2/+2
| |/ |/|
* | Move new pf includes to the pf directory. The pfvar.h remainGleb Smirnoff2013-10-271-3/+3
* | Start splitting pfvar.h into internal and external parts.Gleb Smirnoff2013-10-261-179/+2
|/
* Utilize Jenkins hash with random seed for source nodes storage.Gleb Smirnoff2012-09-201-22/+0
* Add missing break.Gleb Smirnoff2012-09-201-0/+1
* Fix build, pass the pointy hat please.Gleb Smirnoff2012-09-181-1/+1
* Make ruleset anchors in pf(4) reentrant. We've got two problems here:Gleb Smirnoff2012-09-181-7/+10
* - Add $FreeBSD$ to allow modifications to this file.Gleb Smirnoff2012-09-181-2/+2
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+1961