| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r273184, r273185 from stable/10: | glebius | 2014-10-16 | 1 | -2/+2 |
* | Merge r270928: explicitly free packet on PF_DROP, otherwise a "quick" | glebius | 2014-09-09 | 1 | -0/+8 |
* | Fix ABI broken in r270576. This is direct commit to stable/10. | glebius | 2014-09-01 | 2 | -4/+2 |
* | Merge r270023 from head: | glebius | 2014-08-25 | 2 | -13/+19 |
* | Merge r270022 from head: | glebius | 2014-08-25 | 2 | -29/+16 |
* | Merge 270010 from head: | glebius | 2014-08-25 | 1 | -0/+3 |
* | Merge r269998 from head: | glebius | 2014-08-25 | 3 | -23/+120 |
* | Merge r268492: | glebius | 2014-08-22 | 1 | -15/+26 |
* | MFC r264689: | mm | 2014-04-27 | 2 | -12/+26 |
* | 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 | 6 | -3/+313 |
* | Merge r261882, r261898, r261937, r262760, r262799: | glebius | 2014-03-11 | 3 | -46/+65 |
* | Merge r261029: remove NULL pointer dereference. | glebius | 2014-03-11 | 1 | -1/+0 |
* | Merge r261028: fix resource leak and simplify code for DIOCCHANGEADDR. | glebius | 2014-03-11 | 1 | -24/+18 |
* | Merge r260377: fix panic on pf_get_translation() failure. | glebius | 2014-01-22 | 1 | -0/+1 |
* | Merge r258478, r258479, r258480, r259719: fixes related to mass source | glebius | 2014-01-22 | 2 | -54/+109 |
* | Merge several fixlets from head: | glebius | 2014-01-22 | 2 | -15/+12 |
* | Merge 1.12 of pf_lb.c from OpenBSD, with some changes. Original commit: | glebius | 2013-09-02 | 1 | -26/+29 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -2/+2 |
* | Fix a possible NULL-pointer dereference on the pfsync(4) reconfiguration. | ae | 2013-07-29 | 1 | -1/+4 |
* | 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 |
* | Fix DIOCADDSTATE operation. | glebius | 2013-05-11 | 1 | -1/+1 |
* | Invalid creatorid is always EINVAL, not only when we are in verbose mode. | glebius | 2013-05-11 | 1 | -3/+4 |
* | Improve KASSERT() message. | glebius | 2013-05-06 | 1 | -2/+2 |
* | Simplify printf(). | glebius | 2013-05-06 | 1 | -2/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 2 | -6/+6 |
* | Use m_get/m_gethdr instead of compat macros. | glebius | 2013-03-15 | 1 | -1/+1 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -1/+1 |
* | Finish the r244185. This fixes ever growing counter of pfsync bad | glebius | 2013-02-15 | 1 | -2/+1 |
* | In netpfil/pf: | glebius | 2012-12-28 | 10 | -34/+31 |
* | Warn about reaching various PF limits. | pjd | 2012-12-17 | 2 | -0/+3 |
* | In pfioctl, if the permission checks failed we returned with vnet context | trociny | 2012-12-15 | 1 | -2/+2 |
* | Fix error in r235991. No-sleep version of IFNET_RLOCK() should | glebius | 2012-12-14 | 1 | -2/+2 |
* | Fix VIMAGE build broken in r244185. | glebius | 2012-12-14 | 1 | -1/+1 |
* | Merge rev. 1.119 from OpenBSD: | glebius | 2012-12-13 | 1 | -6/+11 |
* | Initialize state id prior to attaching state to key hash. Otherwise a | glebius | 2012-12-13 | 1 | -3/+3 |
* | Merge 1.127 from OpenBSD, that closes a regression from 1.125 (merged | glebius | 2012-12-11 | 1 | -3/+6 |
* | 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 |
* | Remove extra PFSYNC_LOCK() in pfsync_bulk_update() which lead to lock | glebius | 2012-12-06 | 1 | -2/+0 |
* | Revert erroneous r242693. A state may have PFTM_UNLINKED being on the | glebius | 2012-12-06 | 1 | -10/+0 |
* | Merge rev. 1.125 from OpenBSD: | glebius | 2012-11-07 | 1 | -68/+57 |
* | It may happen that pfsync holds the last reference on a state. In this | glebius | 2012-11-07 | 1 | -0/+10 |
* | 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 | 2 | -13/+4 |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 2 | -21/+19 |
* | Revert previous commit... | kevlo | 2012-10-10 | 3 | -3/+3 |