summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/pf/pf.c
Commit message (Expand)AuthorAgeFilesLines
* 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