summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/if_pfsync.c
Commit message (Expand)AuthorAgeFilesLines
* Once pf became not covered by a single mutex, many counters in it becameglebius2014-02-141-9/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+2
* Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.ae2013-07-291-1/+4
* Invalid creatorid is always EINVAL, not only when we are in verbose mode.glebius2013-05-111-3/+4
* Improve KASSERT() message.glebius2013-05-061-2/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-3/+3
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Finish the r244185. This fixes ever growing counter of pfsync badglebius2013-02-151-2/+1
* In netpfil/pf:glebius2012-12-281-4/+5
* Fix VIMAGE build broken in r244185.glebius2012-12-141-1/+1
* Merge rev. 1.119 from OpenBSD:glebius2012-12-131-6/+11
* Merge 1.127 from OpenBSD, that closes a regression from 1.125 (mergedglebius2012-12-111-3/+6
* Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lockglebius2012-12-061-2/+0
* Revert erroneous r242693. A state may have PFTM_UNLINKED being on theglebius2012-12-061-10/+0
* Merge rev. 1.125 from OpenBSD:glebius2012-11-071-68/+57
* It may happen that pfsync holds the last reference on a state. In thisglebius2012-11-071-0/+10
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-16/+12
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* To reduce volume of pfsync traffic:glebius2012-10-021-4/+8
* Clear and re-setup all function pointers that glue pf(4) and pfsync(4)glebius2012-09-291-19/+39
* Simplify send out queue code:glebius2012-09-291-30/+21
* EBUSY is a better reply for refusing to unload pf(4) or pfsync(4).glebius2012-09-221-1/+1
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+2397
OpenPOWER on IntegriCloud