summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-1/+1
* Revert r262196mm2014-02-191-30/+19
* De-virtualize pf_mtag_z [1]mm2014-02-181-19/+30
* Once pf became not covered by a single mutex, many counters in it becameglebius2014-02-141-29/+26
* Remove NULL pointer dereference.glebius2014-01-221-1/+0
* Fix fallout from r258479: in pf_free_src_node() the node must alreadyglebius2013-12-221-1/+0
* To support upcoming changes change internal API for source node handling:glebius2013-11-221-16/+54
* Style: don't compare unsigned <= 0.glebius2013-11-221-3/+3
* Fix fallout from r257223. Since pf_test_state_icmp() can callglebius2013-11-051-0/+4
* Code logic of handling PFTM_PURGE into pf_find_state().glebius2013-11-041-5/+5
* Remove unused PFTM_UNTIL_PACKET const.glebius2013-11-041-2/+0
* - Fix VIMAGE build.glebius2013-10-281-1/+3
* Import pf.c 1.638 from OpenBSDbapt2013-10-271-3/+3
* Improt pf.c 1.636 from OpenBSDbapt2013-10-271-1/+2
* Import pf.c 1.635 and pf_lb.c 1.4 from OpenBSDbapt2013-10-271-83/+326
* Move new pf includes to the pf directory. The pfvar.h remainglebius2013-10-271-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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