summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r270023 from head:glebius2014-08-251-2/+0
* Merge r270022 from head:glebius2014-08-251-28/+13
* Merge 270010 from head:glebius2014-08-251-0/+3
* Merge r269998 from head:glebius2014-08-251-18/+21
* MFC r264689:mm2014-04-271-12/+22
* 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-121-1/+0
* Merge r261882, r261898, r261937, r262760, r262799:glebius2014-03-111-29/+26
* Merge r261029: remove NULL pointer dereference.glebius2014-03-111-1/+0
* Merge r258478, r258479, r258480, r259719: fixes related to mass sourceglebius2014-01-221-16/+53
* Merge several fixlets from head:glebius2014-01-221-10/+8
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+2
* 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
* Simplify printf().glebius2013-05-061-2/+1
* Use m_get/m_gethdr instead of compat macros.glebius2013-03-151-1/+1
* In netpfil/pf:glebius2012-12-281-4/+3
* Warn about reaching various PF limits.pjd2012-12-171-0/+2
* Initialize state id prior to attaching state to key hash. Otherwise aglebius2012-12-131-3/+3
* 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
* 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-221-11/+2
* After r241245 it appeared that in_delayed_cksum(), which still expectsglebius2012-10-081-9/+6
* The pfil(9) layer guarantees us presence of the protocol header,glebius2012-10-061-14/+0
* Simplify and somewhat redesign interaction between pf_purge_thread() andglebius2012-09-281-18/+15
* When connection rate hits and we overload a source to a table,glebius2012-09-221-81/+105
* Reduce copy/paste when freeing an source node.glebius2012-09-201-10/+9
* Utilize Jenkins hash with random seed for source nodes storage.glebius2012-09-201-0/+21
* Make ruleset anchors in pf(4) reentrant. We've got two problems here:glebius2012-09-181-40/+68
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+6271
OpenPOWER on IntegriCloud