aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/scope6.c
Commit message (Expand)AuthorAgeFilesLines
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-7/+5
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-12/+5
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-1/+5
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-1/+3
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-5/+9
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+9
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-10/+11
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-30/+19
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-1/+2
* oops, make it compilable. i need sleep. X-(Hajimu UMEMOTO2005-07-251-2/+2
* restore locks which disappeared wrongly by my previous commit.Hajimu UMEMOTO2005-07-251-1/+10
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-81/+173
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* Reviewed by: SUZUKI Shinsuke <suz@kame.net>George V. Neville-Neil2004-11-291-17/+34
* protect sid_default and sid.Hajimu UMEMOTO2003-10-221-1/+36
* - change scope to zone.Hajimu UMEMOTO2003-10-211-22/+56
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-74/+79
* - typo in commentHajimu UMEMOTO2003-10-091-6/+6
* return(code) -> return (code)Hajimu UMEMOTO2003-10-061-15/+15
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* 3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>Hajimu UMEMOTO2002-03-251-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-1/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-0/+302