| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix set skip group matching: don't match partial strings, i. e. 'set skip on |  henning | 2011-07-28 | 1 | -2/+2 |
| * | Change 'set skip on <...>' to work with interface groups. |  sthen | 2011-05-20 | 1 | -6/+9 |
| * | Clean up iterface stats handling: |  mcbride | 2010-06-28 | 1 | -2/+11 |
| * | Convert pf debug logging to using log()/addlog(), a single standardised |  mcbride | 2010-01-18 | 1 | -9/+16 |
| * | First pass at removing the 'pf_pool' mechanism for translation and routing |  mcbride | 2010-01-12 | 1 | -2/+12 |
| * | Clearly copy the whole, and nothing but the whole, old buffer into |  krw | 2009-08-25 | 1 | -2/+2 |
| * | Fix order of memcpy() arguments so data is copied from src to dest, |  krw | 2009-08-25 | 1 | -2/+2 |
| * | Make the DIOCSETIFFLAG, DIOCSETLIMIT, and DIOCSETTIMEOUT ioctls |  mcbride | 2009-03-09 | 1 | -3/+15 |
| * | Fix splasserts seen in pr 5987 by propagating a flag that discribes |  mikeb | 2008-11-24 | 1 | -2/+2 |
| * | Also do the PR_ZERO dance here. This was held back on Henning's request |  mk | 2008-06-14 | 1 | -3/+3 |
| * | pool_get()s not in interrupt context should not be PR_NOWAIT, but |  henning | 2008-06-14 | 1 | -2/+2 |
| * | KNF |  mcbride | 2008-05-18 | 1 | -2/+2 |
| * | Check for pfi_kif's that are neither groups nor have a real interface. |  mpf | 2007-11-07 | 1 | -1/+3 |
| * | Add loginterface support for groups. |  mpf | 2007-09-27 | 1 | -30/+36 |
| * | malloc sweep: |  henning | 2007-09-15 | 1 | -3/+2 |
| * | since the |  henning | 2007-09-01 | 1 | -1/+2 |
| * | remove obsolete pfi_statehead and pfik_w_states; ok henning@ |  markus | 2007-07-13 | 1 | -7/+3 |
| * | use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses |  itojun | 2006-12-13 | 1 | -2/+2 |
| * | fix updating of tables associated with interface groups used in |  henning | 2006-01-30 | 1 | -22/+24 |
| * | Improve the safety of pf IOCTLs, taking into account that some paths can sleep. |  pascoe | 2005-09-28 | 1 | -3/+8 |
| * | Rearrange pf_state and pfi_kif so that the parts of the structure needed |  pascoe | 2005-08-18 | 1 | -6/+8 |
| * | Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar change |  pascoe | 2005-08-07 | 1 | -2/+2 |
| * | Instead of copying a table structure so we can mask off a bit before |  pascoe | 2005-08-02 | 1 | -6/+3 |
| * | need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it can |  henning | 2005-07-20 | 1 | -3/+2 |
| * | use a define instead of hardcoding "all" in 3 places |  henning | 2005-06-06 | 1 | -3/+3 |
| * | const'ify the char * parameter to pfi_kif_get and pfi_group_change |  henning | 2005-06-05 | 1 | -3/+3 |
| * | tsc, ryan left debug crap behind |  henning | 2005-06-02 | 1 | -5/+2 |
| * | Remove duplicate pfi_ifs. |  mcbride | 2005-05-28 | 1 | -3/+5 |
| * | -in our current model, a kif has either a pointer to an interface (ifnet) or |  henning | 2005-05-27 | 1 | -10/+1 |
| * | turd polishing |  henning | 2005-05-26 | 1 | -11/+7 |
| * | repair (self) notation - just attach "self" to the "all" group |  henning | 2005-05-26 | 1 | -2/+5 |
| * | when an interface joins or leaves a group call back into pf so it can |  henning | 2005-05-25 | 1 | -3/+21 |
| * | add support for brace notation for interface groups, i. e. (testgroup) matches |  henning | 2005-05-24 | 1 | -3/+15 |
| * | further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff to |  henning | 2005-05-23 | 1 | -30/+22 |
| * | repair updates for the tables used for (interface) notation |  henning | 2005-05-23 | 1 | -2/+6 |
| * | no need to search for the kif before callig pf_get_kif, it does that for us |  henning | 2005-05-22 | 1 | -6/+4 |
| * | allow pf to match on interface groups |  henning | 2005-05-22 | 1 | -5/+42 |
| * | KNF |  henning | 2005-05-21 | 1 | -2/+2 |
| * | clean up and rework the interface absraction code big time, rip out multiple |  henning | 2005-05-21 | 1 | -375/+224 |
| * | Catch failed hook_establish call immediately, rather than misbehaving and |  pascoe | 2005-04-21 | 1 | -1/+4 |
| * | Introduce 'set skip on <ifspec>' to support a list of interfaces where no |  dhartmei | 2004-12-22 | 1 | -1/+39 |
| * | move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return. |  dhartmei | 2004-12-13 | 1 | -2/+2 |
| * | Check a NULL dereference before it could happen. |  mpf | 2004-12-06 | 1 | -4/+7 |
| * | undo last commit, skipping over ifaddrs without IFA_ROUTE has unwanted |  henning | 2004-08-15 | 1 | -4/+1 |
| * | skip over interface addresses without IFA_ROUTE, fixes some issue with pppd |  henning | 2004-08-11 | 1 | -1/+4 |
| * | when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectly |  dlg | 2004-08-10 | 1 | -3/+3 |
| * | Create the group when adding a dynamic interface that's not yet plugged in. |  mcbride | 2004-07-11 | 1 | -1/+6 |
| * | remove the half-baked and bogus pfi_dynamic_drivers() which tries to guess |  henning | 2004-07-04 | 1 | -44/+1 |
| * | Minor fixes suggested by nordin@ and henning@ |  tholo | 2004-06-25 | 1 | -2/+2 |
| * | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 1 | -3/+3 |