summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_if.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix set skip group matching: don't match partial strings, i. e. 'set skip onhenning2011-07-281-2/+2
* Change 'set skip on <...>' to work with interface groups.sthen2011-05-201-6/+9
* Clean up iterface stats handling:mcbride2010-06-281-2/+11
* Convert pf debug logging to using log()/addlog(), a single standardisedmcbride2010-01-181-9/+16
* First pass at removing the 'pf_pool' mechanism for translation and routingmcbride2010-01-121-2/+12
* Clearly copy the whole, and nothing but the whole, old buffer intokrw2009-08-251-2/+2
* Fix order of memcpy() arguments so data is copied from src to dest,krw2009-08-251-2/+2
* Make the DIOCSETIFFLAG, DIOCSETLIMIT, and DIOCSETTIMEOUT ioctlsmcbride2009-03-091-3/+15
* Fix splasserts seen in pr 5987 by propagating a flag that discribesmikeb2008-11-241-2/+2
* Also do the PR_ZERO dance here. This was held back on Henning's requestmk2008-06-141-3/+3
* pool_get()s not in interrupt context should not be PR_NOWAIT, buthenning2008-06-141-2/+2
* KNFmcbride2008-05-181-2/+2
* Check for pfi_kif's that are neither groups nor have a real interface.mpf2007-11-071-1/+3
* Add loginterface support for groups.mpf2007-09-271-30/+36
* malloc sweep:henning2007-09-151-3/+2
* since thehenning2007-09-011-1/+2
* remove obsolete pfi_statehead and pfik_w_states; ok henning@markus2007-07-131-7/+3
* use IN6_IS_SCOPE_EMBED to check kernel-internal form addressesitojun2006-12-131-2/+2
* fix updating of tables associated with interface groups used inhenning2006-01-301-22/+24
* Improve the safety of pf IOCTLs, taking into account that some paths can sleep.pascoe2005-09-281-3/+8
* Rearrange pf_state and pfi_kif so that the parts of the structure neededpascoe2005-08-181-6/+8
* Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar changepascoe2005-08-071-2/+2
* Instead of copying a table structure so we can mask off a bit beforepascoe2005-08-021-6/+3
* need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it canhenning2005-07-201-3/+2
* use a define instead of hardcoding "all" in 3 placeshenning2005-06-061-3/+3
* const'ify the char * parameter to pfi_kif_get and pfi_group_changehenning2005-06-051-3/+3
* tsc, ryan left debug crap behindhenning2005-06-021-5/+2
* Remove duplicate pfi_ifs.mcbride2005-05-281-3/+5
* -in our current model, a kif has either a pointer to an interface (ifnet) orhenning2005-05-271-10/+1
* turd polishinghenning2005-05-261-11/+7
* repair (self) notation - just attach "self" to the "all" grouphenning2005-05-261-2/+5
* when an interface joins or leaves a group call back into pf so it canhenning2005-05-251-3/+21
* add support for brace notation for interface groups, i. e. (testgroup) matcheshenning2005-05-241-3/+15
* further cleanup: don't mimic ifnet and add hooks and the dohooks() stuff tohenning2005-05-231-30/+22
* repair updates for the tables used for (interface) notationhenning2005-05-231-2/+6
* no need to search for the kif before callig pf_get_kif, it does that for ushenning2005-05-221-6/+4
* allow pf to match on interface groupshenning2005-05-221-5/+42
* KNFhenning2005-05-211-2/+2
* clean up and rework the interface absraction code big time, rip out multiplehenning2005-05-211-375/+224
* Catch failed hook_establish call immediately, rather than misbehaving andpascoe2005-04-211-1/+4
* Introduce 'set skip on <ifspec>' to support a list of interfaces where nodhartmei2004-12-221-1/+39
* move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return.dhartmei2004-12-131-2/+2
* Check a NULL dereference before it could happen.mpf2004-12-061-4/+7
* undo last commit, skipping over ifaddrs without IFA_ROUTE has unwantedhenning2004-08-151-4/+1
* skip over interface addresses without IFA_ROUTE, fixes some issue with pppdhenning2004-08-111-1/+4
* when inserting a dynamic group entry into the pfi_ifs tree, don't incorrectlydlg2004-08-101-3/+3
* Create the group when adding a dynamic interface that's not yet plugged in.mcbride2004-07-111-1/+6
* remove the half-baked and bogus pfi_dynamic_drivers() which tries to guesshenning2004-07-041-44/+1
* Minor fixes suggested by nordin@ and henning@tholo2004-06-251-2/+2
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3