| Commit message (Expand) | Author | Age | Files | Lines |
* | The current API for adding rules with pool addresses is the following: | glebius | 2014-04-25 | 1 | -1/+3 |
* | Backport from projects/pf r263908: | mm | 2014-04-20 | 2 | -12/+26 |
* | Backout r257223,r257224,r257225,r257246,r257710. The changes caused | glebius | 2014-04-16 | 2 | -355/+84 |
* | Merge from projects/pf r264198: | mm | 2014-04-07 | 1 | -6/+12 |
* | Merge from projects/pf r251993 (glebius@): | mm | 2014-03-25 | 3 | -45/+43 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -1/+1 |
* | Instead of playing games with casts simply add 3 more members to the | glebius | 2014-03-05 | 1 | -10/+3 |
* | Revert r262196 | mm | 2014-02-19 | 1 | -30/+19 |
* | De-virtualize pf_mtag_z [1] | mm | 2014-02-18 | 1 | -19/+30 |
* | Once pf became not covered by a single mutex, many counters in it became | glebius | 2014-02-14 | 3 | -46/+72 |
* | Remove NULL pointer dereference. | glebius | 2014-01-22 | 1 | -1/+0 |
* | Fix resource leak and simplify code for DIOCCHANGEADDR. | glebius | 2014-01-22 | 1 | -24/+18 |
* | When pf_get_translation() fails, it should leave *sn pointer pristine, | glebius | 2014-01-06 | 1 | -0/+1 |
* | Fix incorrect header guard define in sys/netpfil/pf/pf.h, which snuck in | dim | 2013-12-22 | 1 | -1/+1 |
* | Fix fallout from r258479: in pf_free_src_node() the node must already | glebius | 2013-12-22 | 1 | -1/+0 |
* | The DIOCKILLSRCNODES operation was implemented with O(m*n) complexity, | glebius | 2013-11-22 | 1 | -38/+56 |
* | To support upcoming changes change internal API for source node handling: | glebius | 2013-11-22 | 1 | -16/+54 |
* | Fix off by ones when scanning source nodes hash. | glebius | 2013-11-22 | 1 | -3/+3 |
* | Style: don't compare unsigned <= 0. | glebius | 2013-11-22 | 1 | -3/+3 |
* | Some fixups to pf_get_sport after r257223: | glebius | 2013-11-14 | 1 | -7/+4 |
* | Fix fallout from r257223. Since pf_test_state_icmp() can call | glebius | 2013-11-05 | 1 | -0/+4 |
* | Code logic of handling PFTM_PURGE into pf_find_state(). | glebius | 2013-11-04 | 1 | -5/+5 |
* | Remove unused PFTM_UNTIL_PACKET const. | glebius | 2013-11-04 | 3 | -6/+2 |
* | - Fix VIMAGE build. | glebius | 2013-10-28 | 1 | -1/+3 |
* | Import pf.c 1.638 from OpenBSD | bapt | 2013-10-27 | 1 | -3/+3 |
* | Improt pf.c 1.636 from OpenBSD | bapt | 2013-10-27 | 1 | -1/+2 |
* | Import pf.c 1.635 and pf_lb.c 1.4 from OpenBSD | bapt | 2013-10-27 | 2 | -84/+350 |
* | Move new pf includes to the pf directory. The pfvar.h remain | glebius | 2013-10-27 | 6 | -3/+313 |
* | Provide includes that are needed in these files, and before were read | glebius | 2013-10-26 | 2 | -0/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 7 | -1/+22 |
* | 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 |