aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-1415-21900/+0
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-0815-9464/+4493
* Use M_NOWAIT while holding the pf giant lock.Gleb Smirnoff2012-07-151-2/+1
* Merge revision 1.715 from OpenBSD:Gleb Smirnoff2012-06-061-2/+2
* Correct table counter functionality to not panic.Ermal Luçi2012-05-313-2/+5
* Revert r234834 per luigi@ request.Alexander V. Chernikov2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...Alexander V. Chernikov2012-04-301-1/+0
* Fix VIMAGE build.Andrey V. Elsukov2012-04-051-0/+4
* Merge from OpenBSD:Gleb Smirnoff2012-04-041-11/+11
* Since pf 4.5 import pf(4) has a mechanism to deferGleb Smirnoff2012-04-032-5/+11
* Merge from OpenBSD:Gleb Smirnoff2012-03-081-2/+2
* Extend IPv6 routing lookups in pf(4) to use the new multi-FIB KPI.Bjoern A. Zeeb2012-02-035-53/+67
* Allocate our mbuf with m_get2().Gleb Smirnoff2012-01-171-24/+10
* Revert to the old behavior of allocating table/table entries usingChristian S.J. Peron2012-01-141-12/+4
* Redo r226660:Gleb Smirnoff2012-01-111-35/+27
* Fix some spacing in code under __FreeBSD__.Gleb Smirnoff2012-01-111-10/+10
* Add necessary locking in pfsync_in_ureq().Gleb Smirnoff2012-01-111-6/+7
* Move PF_LOCK_ASSERT() under __FreeBSD__.Gleb Smirnoff2012-01-111-1/+1
* Merge from OpenBSD:Gleb Smirnoff2012-01-111-4/+1
* When running with INVARIANTS the mutex(9) code does all necessaryGleb Smirnoff2012-01-111-9/+2
* Can't pass MSIZE to m_cljget(), an mbuf can't be attached as external storageGleb Smirnoff2012-01-091-2/+1
* Backout of backout: we need SI_SUB_PROTO_DOMAIN for pfsync, sinceGleb Smirnoff2012-01-091-1/+1
* Revert sub argument of MODULE_DECLARE back to r226532.Gleb Smirnoff2012-01-092-2/+2
* In FreeBSD we determine presence of pfsync(4) at run-time, notGleb Smirnoff2012-01-093-36/+4
* Bunch of fixes to pfsync(4) module load/unload:Gleb Smirnoff2012-01-091-146/+158
* o Fix panic on module unload, that happened due to mutex beingGleb Smirnoff2012-01-091-52/+27
* Merge from OpenBSD:Gleb Smirnoff2012-01-071-7/+7
* Fix indentation.Gleb Smirnoff2012-01-071-4/+3
* Fix LINT-VIMAGE build after r228814: use virtualized pf_pool_limits.Sergey Kandaurov2011-12-241-1/+1
* Merge from OpenBSD:Gleb Smirnoff2011-12-221-3/+6
* Merge from OpenBSD:Gleb Smirnoff2011-12-221-6/+7
* Merge couple more fixes from OpenBSD to bulk processing:Gleb Smirnoff2011-12-221-6/+14
* We really mean MTU of the real interface here, not of our pseudo.Gleb Smirnoff2011-12-221-1/+1
* In FreeBSD we always have bpf(4) API, either real or stub. No needGleb Smirnoff2011-12-221-6/+1
* Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-201-39/+27
* - Cover pfsync callouts deletion with PF_LOCK().Gleb Smirnoff2011-12-201-1/+9
* Return value should be conditional on return value of pfsync_defer_ptr()Gleb Smirnoff2011-11-301-2/+2
* Add missing PF_UNLOCK in pf_testKevin Lo2011-10-301-1/+5
* Utilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr() to reduceGleb Smirnoff2011-10-271-5/+6
* Merge several fixes to bulk update processing from OpenBSD. MergedGleb Smirnoff2011-10-231-27/+44
* Fix indentation, no code changed.Gleb Smirnoff2011-10-231-2/+2
* - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). InsteadGleb Smirnoff2011-10-231-3/+3
* Fix from r226623 is not sufficient to close all races in pfsync(4).Gleb Smirnoff2011-10-231-40/+59
* Absense of M_WAITOK in malloc flags for UMA doesn'tGleb Smirnoff2011-10-231-1/+1
* Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old andGleb Smirnoff2011-10-231-1/+1
* Fix a race: we should update sc_len before dropping the pf lock, otherwise aGleb Smirnoff2011-10-211-3/+1
* In FreeBSD ip_output() expects ip_len and ip_off in host byte orderGleb Smirnoff2011-10-211-0/+8
* Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()sBjoern A. Zeeb2011-10-191-20/+22
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingBjoern A. Zeeb2011-10-192-20/+14
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:Bjoern A. Zeeb2011-10-194-16/+18