Age | Commit message (Expand) | Author |
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 |
2004-03-15 | Kill redundant(IPv4) and bogus(IPv6) tests. found+ok dhartmei@ | Cedric Berger |
2004-03-09 | KNF, ok cedric@ deraadt@ | Ryan Thomas McBride |
2004-02-20 | Make pfsync deal with clearing states bound to a group or interface (eg | Ryan Thomas McBride |
2004-02-17 | Tighten pfi_skip_if() up, and a bit of KNF. ok mcbride@ | Cedric Berger |
2004-02-10 | KNF | Henning Brauer |
2004-02-09 | Repair "set loginterface". Don't flush stats on pfctl -e. pf_status.since | Cedric Berger |
2004-01-07 | PFI_MTYPE leak; ok cedric@ | Markus Friedl |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | delay interfaces attach until "self" has been created; ok cedric@ | Markus Friedl |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-12 | Move PF interface code to new net/pf_if.c | Cedric Berger |