summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/scope6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r270348:markj2014-09-061-2/+29
* Simplify in6_setscope() function to get better performance.ae2013-01-101-46/+17
* Remove unneeded variable.ae2013-01-091-6/+1
* The in6_setscope() function determines the scope zone id of an addressae2013-01-091-14/+15
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-0/+9
* Check if an extracted zoneid is equal to the non-zero sin6_scope_id only whenhrs2012-11-181-6/+8
* if_afdata lock was converted from mutex to rwlock a long ago, so we canae2012-11-141-14/+15
* SCOPE6_LOCK protects V_sid_default, no need to acquire it withoutae2012-11-141-9/+0
* zoneid has unsigned type.ae2012-11-141-1/+1
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+13
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-7/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-12/+5
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* First pass at separating per-vnet initializer functionszec2009-04-061-1/+5
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-1/+3
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+9
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+9
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-10/+11
* Clean up VCS Ids.obrien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-30/+19
* MFp4: 92972, 98913 + one more changebz2006-12-121-1/+2
* oops, make it compilable. i need sleep. X-(ume2005-07-251-2/+2
* restore locks which disappeared wrongly by my previous commit.ume2005-07-251-1/+10
* scope cleanup. with this changeume2005-07-251-81/+173
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>gnn2004-11-291-17/+34
* protect sid_default and sid.ume2003-10-221-1/+36
* - change scope to zone.ume2003-10-211-22/+56
* - add dom_if{attach,detach} framework.ume2003-10-171-74/+79
* - typo in commentume2003-10-091-6/+6
* return(code) -> return (code)ume2003-10-061-15/+15
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>ume2002-03-251-1/+1
* Sync with recent KAME.ume2001-06-111-1/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-0/+302
OpenPOWER on IntegriCloud