| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r264689: | mm | 2014-04-27 | 1 | -12/+22 |
* | MFC r264220: | mm | 2014-04-14 | 1 | -6/+12 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 1 | -1/+1 |
* | Bulk sync of pf changes from head, in attempt to fixup broken build I | glebius | 2014-03-12 | 1 | -1/+0 |
* | Merge r261882, r261898, r261937, r262760, r262799: | glebius | 2014-03-11 | 1 | -29/+26 |
* | Merge r261029: remove NULL pointer dereference. | glebius | 2014-03-11 | 1 | -1/+0 |
* | Merge r258478, r258479, r258480, r259719: fixes related to mass source | glebius | 2014-01-22 | 1 | -16/+53 |
* | Merge several fixlets from head: | glebius | 2014-01-22 | 1 | -10/+8 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -2/+2 |
* | Improve locking strategy between keys hash and ID hash. | glebius | 2013-06-13 | 1 | -21/+64 |
* | Return meaningful error code from pf_state_key_attach() and | glebius | 2013-05-11 | 1 | -4/+5 |
* | Better debug message. | glebius | 2013-05-11 | 1 | -1/+1 |
* | Simplify printf(). | glebius | 2013-05-06 | 1 | -2/+1 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -1/+1 |
* | In netpfil/pf: | glebius | 2012-12-28 | 1 | -4/+3 |
* | Warn about reaching various PF limits. | pjd | 2012-12-17 | 1 | -0/+2 |
* | Initialize state id prior to attaching state to key hash. Otherwise a | glebius | 2012-12-13 | 1 | -3/+3 |
* | Rule memory garbage collecting in new pf scans only states that are on | glebius | 2012-12-06 | 1 | -5/+7 |
* | Close possible races between state deletion and sent being sent out | glebius | 2012-12-06 | 1 | -3/+4 |
* | o Remove last argument to ip_fragment(), and obtain all needed information | glebius | 2012-10-26 | 1 | -9/+9 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -11/+2 |
* | After r241245 it appeared that in_delayed_cksum(), which still expects | glebius | 2012-10-08 | 1 | -9/+6 |
* | The pfil(9) layer guarantees us presence of the protocol header, | glebius | 2012-10-06 | 1 | -14/+0 |
* | Simplify and somewhat redesign interaction between pf_purge_thread() and | glebius | 2012-09-28 | 1 | -18/+15 |
* | When connection rate hits and we overload a source to a table, | glebius | 2012-09-22 | 1 | -81/+105 |
* | Reduce copy/paste when freeing an source node. | glebius | 2012-09-20 | 1 | -10/+9 |
* | Utilize Jenkins hash with random seed for source nodes storage. | glebius | 2012-09-20 | 1 | -0/+21 |
* | Make ruleset anchors in pf(4) reentrant. We've got two problems here: | glebius | 2012-09-18 | 1 | -40/+68 |
* | o Create directory sys/netpfil, where all packet filters should | glebius | 2012-09-14 | 1 | -0/+6271 |