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