aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/pf/if_pfsync.c
Commit message (Expand)AuthorAgeFilesLines
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* o Use new function ip_fillid() in all places throughout the kernel,Gleb Smirnoff2015-04-011-1/+1
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-1/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-6/+6
* Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff2014-09-191-1/+1
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-4/+7
* On machines with strict alignment copy pfsync_state_key from packetGleb Smirnoff2014-07-101-15/+26
* Merge from projects/pf r251993 (glebius@):Martin Matuska2014-03-251-2/+2
|\
| * De-vnet hash sizes and hash masks.Gleb Smirnoff2013-06-191-2/+2
* | Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-9/+7
* | The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+2
* | Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.Andrey V. Elsukov2013-07-291-1/+4
|/
* Invalid creatorid is always EINVAL, not only when we are in verbose mode.Gleb Smirnoff2013-05-111-3/+4
* Improve KASSERT() message.Gleb Smirnoff2013-05-061-2/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-3/+3
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Finish the r244185. This fixes ever growing counter of pfsync badGleb Smirnoff2013-02-151-2/+1
* In netpfil/pf:Gleb Smirnoff2012-12-281-4/+5
* Fix VIMAGE build broken in r244185.Gleb Smirnoff2012-12-141-1/+1
* Merge rev. 1.119 from OpenBSD:Gleb Smirnoff2012-12-131-6/+11
* Merge 1.127 from OpenBSD, that closes a regression from 1.125 (mergedGleb Smirnoff2012-12-111-3/+6
* Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lockGleb Smirnoff2012-12-061-2/+0
* Revert erroneous r242693. A state may have PFTM_UNLINKED being on theGleb Smirnoff2012-12-061-10/+0
* Merge rev. 1.125 from OpenBSD:Gleb Smirnoff2012-11-071-68/+57
* It may happen that pfsync holds the last reference on a state. In thisGleb Smirnoff2012-11-071-0/+10
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-2/+2
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-16/+12
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* To reduce volume of pfsync traffic:Gleb Smirnoff2012-10-021-4/+8
* Clear and re-setup all function pointers that glue pf(4) and pfsync(4)Gleb Smirnoff2012-09-291-19/+39
* Simplify send out queue code:Gleb Smirnoff2012-09-291-30/+21
* EBUSY is a better reply for refusing to unload pf(4) or pfsync(4).Gleb Smirnoff2012-09-221-1/+1
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+2397