summaryrefslogtreecommitdiff
path: root/sys/contrib/pf/net/pfvar.h
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-1961/+0
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-480/+207
* Correct table counter functionality to not panic.Ermal Luçi2012-05-311-0/+2
* Extend IPv6 routing lookups in pf(4) to use the new multi-FIB KPI.Bjoern A. Zeeb2012-02-031-6/+12
* When running with INVARIANTS the mutex(9) code does all necessaryGleb Smirnoff2012-01-111-9/+2
* Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old andGleb Smirnoff2011-10-231-1/+1
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingBjoern A. Zeeb2011-10-191-9/+5
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:Bjoern A. Zeeb2011-10-191-4/+6
* In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything.Bjoern A. Zeeb2011-10-191-13/+4
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-210/+588
* Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for DirectXin LI2009-12-241-1/+4
* If we cannot immediately get the pf_consistency_lock in the purge thread,Max Laier2009-08-191-0/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-8/+0
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+7
* Make ALTQ cope with disappearing interfaces (particularly common with mpdMax Laier2008-03-291-0/+7
* Add two place holders in struct pf_rule for future netgraph integration.Max Laier2007-07-031-0/+2
* Commit resolved import of OpenBSD 4.1 pf from perforce.Max Laier2007-07-031-159/+252
* Only decrement the max-src-conn counter for tcp connections that reachedMax Laier2005-12-251-0/+1
* Move PFSTATE_EXPIRING from sync_flags to a new local_flags. sync_flags hasMax Laier2005-12-201-2/+4
* Prevent a race condition. As pf_send_tcp() - called for expired synproxyMax Laier2005-07-201-0/+3
* Resolve conflicts created during the import of pf 3.7 Some features areMax Laier2005-05-031-64/+172
* Add an additional struct inpcb * argument to pfil(9) in order to enableMax Laier2004-09-291-0/+11
* Protect sockaddr_union definitions with a protecting define. This allows toMax Laier2004-09-231-10/+9
* Loopback fix from Daniel Hartmeier:Max Laier2004-08-121-0/+3
* Major overhaul of pseudo-interface cloning. Highlights include:Brooks Davis2004-06-221-0/+1
* Commit pf version 3.5 and link additional files to the kernel build.Max Laier2004-06-161-66/+289
* Prepare pf for building with ALTQ:Max Laier2004-06-131-4/+0
* Style(9) round for the pf kernel parts. Mostly #if defined() -> #ifdefMax Laier2004-03-171-13/+13
* Tweak existing header and other build infrastructure to be able to buildMax Laier2004-02-261-0/+5
* Bring diff from the security/pf port. This has code been tested as a portMax Laier2004-02-261-0/+141
* Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4vendor/pf-sys/3.4Max Laier2004-02-261-0/+1264