| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge revision 1.715 from OpenBSD: | glebius | 2012-06-06 | 1 | -2/+2 |
* | Correct table counter functionality to not panic. | eri | 2012-05-31 | 3 | -2/+5 |
* | Revert r234834 per luigi@ request. | melifaro | 2012-05-03 | 1 | -0/+1 |
* | Move several enums and structures required for L2 filtering from ip_fw_privat... | melifaro | 2012-04-30 | 1 | -1/+0 |
* | Fix VIMAGE build. | ae | 2012-04-05 | 1 | -0/+4 |
* | Merge from OpenBSD: | glebius | 2012-04-04 | 1 | -11/+11 |
* | Since pf 4.5 import pf(4) has a mechanism to defer | glebius | 2012-04-03 | 2 | -5/+11 |
* | Merge from OpenBSD: | glebius | 2012-03-08 | 1 | -2/+2 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 5 | -53/+67 |
* | Allocate our mbuf with m_get2(). | glebius | 2012-01-17 | 1 | -24/+10 |
* | Revert to the old behavior of allocating table/table entries using | csjp | 2012-01-14 | 1 | -12/+4 |
* | Redo r226660: | glebius | 2012-01-11 | 1 | -35/+27 |
* | Fix some spacing in code under __FreeBSD__. | glebius | 2012-01-11 | 1 | -10/+10 |
* | Add necessary locking in pfsync_in_ureq(). | glebius | 2012-01-11 | 1 | -6/+7 |
* | Move PF_LOCK_ASSERT() under __FreeBSD__. | glebius | 2012-01-11 | 1 | -1/+1 |
* | Merge from OpenBSD: | glebius | 2012-01-11 | 1 | -4/+1 |
* | When running with INVARIANTS the mutex(9) code does all necessary | glebius | 2012-01-11 | 1 | -9/+2 |
* | Can't pass MSIZE to m_cljget(), an mbuf can't be attached as external storage | glebius | 2012-01-09 | 1 | -2/+1 |
* | Backout of backout: we need SI_SUB_PROTO_DOMAIN for pfsync, since | glebius | 2012-01-09 | 1 | -1/+1 |
* | Revert sub argument of MODULE_DECLARE back to r226532. | glebius | 2012-01-09 | 2 | -2/+2 |
* | In FreeBSD we determine presence of pfsync(4) at run-time, not | glebius | 2012-01-09 | 3 | -36/+4 |
* | Bunch of fixes to pfsync(4) module load/unload: | glebius | 2012-01-09 | 1 | -146/+158 |
* | o Fix panic on module unload, that happened due to mutex being | glebius | 2012-01-09 | 1 | -52/+27 |
* | Merge from OpenBSD: | glebius | 2012-01-07 | 1 | -7/+7 |
* | Fix indentation. | glebius | 2012-01-07 | 1 | -4/+3 |
* | Fix LINT-VIMAGE build after r228814: use virtualized pf_pool_limits. | pluknet | 2011-12-24 | 1 | -1/+1 |
* | Merge from OpenBSD: | glebius | 2011-12-22 | 1 | -3/+6 |
* | Merge from OpenBSD: | glebius | 2011-12-22 | 1 | -6/+7 |
* | Merge couple more fixes from OpenBSD to bulk processing: | glebius | 2011-12-22 | 1 | -6/+14 |
* | We really mean MTU of the real interface here, not of our pseudo. | glebius | 2011-12-22 | 1 | -1/+1 |
* | In FreeBSD we always have bpf(4) API, either real or stub. No need | glebius | 2011-12-22 | 1 | -6/+1 |
* | Restore a feature that was present in 5.x and 6.x, and was cleared in | glebius | 2011-12-20 | 1 | -39/+27 |
* | - Cover pfsync callouts deletion with PF_LOCK(). | glebius | 2011-12-20 | 1 | -1/+9 |
* | Return value should be conditional on return value of pfsync_defer_ptr() | glebius | 2011-11-30 | 1 | -2/+2 |
* | Add missing PF_UNLOCK in pf_test | kevlo | 2011-10-30 | 1 | -1/+5 |
* | Utilize new IF_DEQUEUE_ALL(ifq, m) macro in pfsyncintr() to reduce | glebius | 2011-10-27 | 1 | -5/+6 |
* | Merge several fixes to bulk update processing from OpenBSD. Merged | glebius | 2011-10-23 | 1 | -27/+44 |
* | Fix indentation, no code changed. | glebius | 2011-10-23 | 1 | -2/+2 |
* | - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Instead | glebius | 2011-10-23 | 1 | -3/+3 |
* | Fix from r226623 is not sufficient to close all races in pfsync(4). | glebius | 2011-10-23 | 1 | -40/+59 |
* | Absense of M_WAITOK in malloc flags for UMA doesn't | glebius | 2011-10-23 | 1 | -1/+1 |
* | Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old and | glebius | 2011-10-23 | 1 | -1/+1 |
* | Fix a race: we should update sc_len before dropping the pf lock, otherwise a | glebius | 2011-10-21 | 1 | -3/+1 |
* | In FreeBSD ip_output() expects ip_len and ip_off in host byte order | glebius | 2011-10-21 | 1 | -0/+8 |
* | Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()s | bz | 2011-10-19 | 1 | -20/+22 |
* | De-virtualize the pf_task_mtx lock. At the current state of pf locking | bz | 2011-10-19 | 2 | -20/+14 |
* | Adjust the PF_ASSERT() macro to what we usually use in the network stack: | bz | 2011-10-19 | 4 | -16/+18 |
* | In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything. | bz | 2011-10-19 | 1 | -13/+4 |
* | Pseudo interfaces should go at SI_SUB_PSEUDO. However at least | bz | 2011-10-19 | 3 | -4/+4 |
* | Fix an obvious locking bug where we would lock again rather than unlock. | bz | 2011-10-19 | 1 | -1/+1 |