summaryrefslogtreecommitdiffstats
path: root/sys/contrib/pf/net/if_pfsync.c
Commit message (Expand)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-2397/+0
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-1717/+640
* Fix VIMAGE build.ae2012-04-051-0/+4
* Merge from OpenBSD:glebius2012-04-041-11/+11
* Since pf 4.5 import pf(4) has a mechanism to deferglebius2012-04-031-4/+10
* Merge from OpenBSD:glebius2012-03-081-2/+2
* Allocate our mbuf with m_get2().glebius2012-01-171-24/+10
* Redo r226660:glebius2012-01-111-35/+27
* Fix some spacing in code under __FreeBSD__.glebius2012-01-111-10/+10
* Add necessary locking in pfsync_in_ureq().glebius2012-01-111-6/+7
* Move PF_LOCK_ASSERT() under __FreeBSD__.glebius2012-01-111-1/+1
* Merge from OpenBSD:glebius2012-01-111-4/+1
* Can't pass MSIZE to m_cljget(), an mbuf can't be attached as external storageglebius2012-01-091-2/+1
* Backout of backout: we need SI_SUB_PROTO_DOMAIN for pfsync, sinceglebius2012-01-091-1/+1
* Revert sub argument of MODULE_DECLARE back to r226532.glebius2012-01-091-1/+1
* In FreeBSD we determine presence of pfsync(4) at run-time, notglebius2012-01-091-6/+0
* Bunch of fixes to pfsync(4) module load/unload:glebius2012-01-091-146/+158
* Merge from OpenBSD:glebius2012-01-071-7/+7
* Fix indentation.glebius2012-01-071-4/+3
* Fix LINT-VIMAGE build after r228814: use virtualized pf_pool_limits.pluknet2011-12-241-1/+1
* Merge from OpenBSD:glebius2011-12-221-3/+6
* Merge from OpenBSD:glebius2011-12-221-6/+7
* Merge couple more fixes from OpenBSD to bulk processing:glebius2011-12-221-6/+14
* We really mean MTU of the real interface here, not of our pseudo.glebius2011-12-221-1/+1
* In FreeBSD we always have bpf(4) API, either real or stub. No needglebius2011-12-221-6/+1
* Restore a feature that was present in 5.x and 6.x, and was cleared inglebius2011-12-201-39/+27
* - Cover pfsync callouts deletion with PF_LOCK().glebius2011-12-201-1/+9
* Utilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr() to reduceglebius2011-10-271-5/+6
* Merge several fixes to bulk update processing from OpenBSD. Mergedglebius2011-10-231-27/+44
* Fix indentation, no code changed.glebius2011-10-231-2/+2
* - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Insteadglebius2011-10-231-3/+3
* Fix from r226623 is not sufficient to close all races in pfsync(4).glebius2011-10-231-40/+59
* Absense of M_WAITOK in malloc flags for UMA doesn'tglebius2011-10-231-1/+1
* Fix a race: we should update sc_len before dropping the pf lock, otherwise aglebius2011-10-211-3/+1
* In FreeBSD ip_output() expects ip_len and ip_off in host byte orderglebius2011-10-211-0/+8
* Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()sbz2011-10-191-20/+22
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:bz2011-10-191-7/+7
* Pseudo interfaces should go at SI_SUB_PSEUDO. However at leastbz2011-10-191-2/+2
* Fix an obvious locking bug where we would lock again rather than unlock.bz2011-10-191-1/+1
* Fix build failure without BPF.pluknet2011-08-171-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-1369/+2476
* Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for Directdelphij2009-12-241-2/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and removerwatson2007-07-281-4/+4
* Commit resolved import of OpenBSD 4.1 pf from perforce.mlaier2007-07-031-329/+681
* In member interface detach event handler, do not attempt to free statebms2007-04-141-1/+9
* Teach pfsync(4) that its member interfaces may go away.bms2007-03-191-0/+49
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-0/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+4
* Revise network interface cloning to take an optional opaquesam2006-07-091-1/+5
OpenPOWER on IntegriCloud