Age | Commit message (Expand) | Author |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-12-02 | replace some malloc multiplies with mallocarry. ok deraadt henning | Ted Unangst |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-01-22 | 7x bcopy -> memcpy, impossibility of overlaps verified. ok benno dlg | Henning Brauer |
2014-01-21 | introduce a way to match "any" interface, excluding loopback ones. | Henning Brauer |
2014-01-08 | Name the local variables for struct ifaddr consistently "ifa". | Alexander Bluhm |
2014-01-03 | Make queues disappear correctly on interfaces being destroyed. | pelikan |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-30 | Missing splx on return path. | Christiano F. Haesbaert |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2011-07-28 | fix set skip group matching: don't match partial strings, i. e. 'set skip on | Henning Brauer |
2011-05-20 | Change 'set skip on <...>' to work with interface groups. | Stuart Henderson |
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 |