| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify logic added in r285945 as suggested by glebius | garga | 2015-07-28 | 1 | -4/+2 |
* | Respect pf rule log option before log dropped packets with IP options or | garga | 2015-07-28 | 1 | -2/+4 |
* | Fix a typo in r280169. Of course we are interested in deleting nsn only | glebius | 2015-07-28 | 1 | -1/+1 |
* | ALTQ FAIRQ discipline import from DragonFLY | eri | 2015-06-24 | 1 | -0/+18 |
* | Use MTX_SYSINIT() instead of mtx_init() to separate mutex initialization | glebius | 2015-05-19 | 1 | -9/+5 |
* | A miss from r283061: don't dereference NULL is pf_get_mtag() fails. | glebius | 2015-05-18 | 1 | -2/+4 |
* | Don't dereference NULL is pf_get_mtag() fails. | glebius | 2015-05-18 | 1 | -12/+14 |
* | pf: Fix forwarding detection | kp | 2015-04-14 | 1 | -1/+1 |
* | Always lock the hash row of a source node when updating its 'states' counter. | glebius | 2015-03-17 | 1 | -55/+56 |
* | Reset mbuf pointer to NULL in fastroute case to indicate that mbuf was | ae | 2015-03-12 | 1 | -0/+1 |
* | In the forwarding case refragment the reassembled packets with the same | glebius | 2015-02-16 | 1 | -1/+11 |
* | Update the pf fragment handling code to closer match recent OpenBSD. | glebius | 2015-02-16 | 1 | -0/+39 |
* | Back out r276841, r276756, r276747, r276746. The change in r276747 is very | glebius | 2015-01-22 | 1 | -30/+69 |
* | Reapply previous patch to fix build. | rodrigc | 2015-01-06 | 1 | -9/+6 |
* | Instead of creating a purge thread for every vnet, create | rodrigc | 2015-01-06 | 1 | -58/+24 |
* | Merge: r258322 from projects/pf branch | rodrigc | 2015-01-06 | 1 | -2/+0 |
* | Finish r274315: remove union 'u' from struct pf_send_entry. | melifaro | 2014-11-09 | 1 | -16/+11 |
* | Remove unused 'struct route' fields. | melifaro | 2014-11-09 | 1 | -2/+0 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -2/+2 |
* | Add a complete implementation of MurmurHash3. Tweak both implementations | des | 2014-10-18 | 1 | -7/+7 |
* | Change the PF hash from Jenkins to Murmur3. In forwarding tests | gnn | 2014-10-10 | 1 | -7/+7 |
* | Clean up unused CSUM_FRAGMENT. | glebius | 2014-09-03 | 1 | -2/+1 |
* | Explicitly free packet on PF_DROP, otherwise a "quick" rule with | glebius | 2014-09-01 | 1 | -0/+8 |
* | Do not lookup source node twice when pf_map_addr() is used. | glebius | 2014-08-15 | 1 | -2/+0 |
* | pf_map_addr() can fail and in this case we should drop the packet, | glebius | 2014-08-15 | 1 | -28/+13 |
* | Fix synproxy with IPv6. pf_test6() was missing a check for M_SKIP_FIREWALL. | glebius | 2014-08-15 | 1 | -0/+3 |
* | - Count global pf(4) statistics in counter(9). | glebius | 2014-08-14 | 1 | -18/+21 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -2/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+2 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -2/+0 |
* | Fix pf(4) to build with MAXCPU set to 256. MAXCPU is actually a count, | jhb | 2014-05-29 | 1 | -1/+1 |
* | Backport from projects/pf r263908: | mm | 2014-04-20 | 1 | -12/+22 |
* | Backout r257223,r257224,r257225,r257246,r257710. The changes caused | glebius | 2014-04-16 | 1 | -333/+83 |
* | Merge from projects/pf r264198: | mm | 2014-04-07 | 1 | -6/+12 |
* | Merge from projects/pf r251993 (glebius@): | mm | 2014-03-25 | 1 | -33/+31 |
* | - Remove rt_metrics_lite and simply put its members into rtentry. | glebius | 2014-03-05 | 1 | -1/+1 |
* | 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 | 1 | -29/+26 |
* | Remove NULL pointer dereference. | glebius | 2014-01-22 | 1 | -1/+0 |
* | Fix fallout from r258479: in pf_free_src_node() the node must already | glebius | 2013-12-22 | 1 | -1/+0 |
* | To support upcoming changes change internal API for source node handling: | glebius | 2013-11-22 | 1 | -16/+54 |
* | Style: don't compare unsigned <= 0. | glebius | 2013-11-22 | 1 | -3/+3 |
* | 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 | 1 | -2/+0 |
* | - 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 | 1 | -83/+326 |