summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf
Commit message (Expand)AuthorAgeFilesLines
* Merge r270023 from head:glebius2014-08-252-13/+19
* Merge r270022 from head:glebius2014-08-252-29/+16
* Merge 270010 from head:glebius2014-08-251-0/+3
* Merge r269998 from head:glebius2014-08-253-23/+120
* Merge r268492:glebius2014-08-221-15/+26
* MFC r264689:mm2014-04-272-12/+26
* MFC r264220:mm2014-04-141-6/+12
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* Bulk sync of pf changes from head, in attempt to fixup broken build Iglebius2014-03-126-3/+313
* Merge r261882, r261898, r261937, r262760, r262799:glebius2014-03-113-46/+65
* Merge r261029: remove NULL pointer dereference.glebius2014-03-111-1/+0
* Merge r261028: fix resource leak and simplify code for DIOCCHANGEADDR.glebius2014-03-111-24/+18
* Merge r260377: fix panic on pf_get_translation() failure.glebius2014-01-221-0/+1
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-222-54/+109
* Merge several fixlets from head:glebius2014-01-222-15/+12
* Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit:glebius2013-09-021-26/+29
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+2
* Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration.ae2013-07-291-1/+4
* Improve locking strategy between keys hash and ID hash.glebius2013-06-131-21/+64
* Return meaningful error code from pf_state_key_attach() andglebius2013-05-111-4/+5
* Better debug message.glebius2013-05-111-1/+1
* Fix DIOCADDSTATE operation.glebius2013-05-111-1/+1
* 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
* Simplify printf().glebius2013-05-061-2/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-262-6/+6
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* 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-2810-34/+31
* Warn about reaching various PF limits.pjd2012-12-172-0/+3
* In pfioctl, if the permission checks failed we returned with vnet contexttrociny2012-12-151-2/+2
* Fix error in r235991. No-sleep version of IFNET_RLOCK() shouldglebius2012-12-141-2/+2
* Fix VIMAGE build broken in r244185.glebius2012-12-141-1/+1
* Merge rev. 1.119 from OpenBSD:glebius2012-12-131-6/+11
* Initialize state id prior to attaching state to key hash. Otherwise aglebius2012-12-131-3/+3
* Merge 1.127 from OpenBSD, that closes a regression from 1.125 (mergedglebius2012-12-111-3/+6
* Rule memory garbage collecting in new pf scans only states that are onglebius2012-12-061-5/+7
* Close possible races between state deletion and sent being sent outglebius2012-12-061-3/+4
* 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
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-9/+9
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-222-13/+4
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-162-21/+19
* Revert previous commit...kevlo2012-10-103-3/+3
* Prefer NULL over 0 for pointerskevlo2012-10-093-3/+3
* Any pfil(9) hooks should be called with already set VNET context.glebius2012-10-081-4/+0
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-9/+6
OpenPOWER on IntegriCloud