summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207369:bz2010-05-061-3/+8
* Merge r196481 from head to stable/8:rwatson2009-08-281-3/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-18/+11
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-0/+2
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-20/+5
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-3/+10
* Clean up common ifaddr management:rwatson2009-06-211-2/+2
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-3/+3
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-2/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-4/+5
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-18/+21
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-2/+23
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-3/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-5/+30
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-4/+4
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-201-6/+26
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-9/+4
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedrwatson2009-03-151-2/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsbz2009-01-311-1/+1
* remove too noisy DIAGNOSTIC codesam2009-01-181-4/+0
* RTF_RNH_LOCKED needs to be passed in the flags arg not report,kmacy2008-12-121-1/+1
* Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids athompsa2008-12-121-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Unhide declarations of network stack virtualization structs fromzec2008-11-281-1/+0
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-2/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-8/+4
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+12
* Fix some of the formatting fixes.. It's amazing how some thing stand outjulian2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-3/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-17/+18
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-1/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-3/+3
* un-__P()obrien2008-01-081-6/+6
* Clean up VCS Ids.obrien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-38/+30
* Garbage collect unused variables.mjacob2007-06-151-1/+0
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-10/+22
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-021-2/+10
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-1/+1
* Turn off automatic link local address if ipv6_enable is not set to YESgnn2006-10-021-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbrwatson2006-04-231-4/+2
* sync with KAME regarding NDPsuz2005-10-211-21/+7
* sync with KAME regarding the following clarification in RFC3542:suz2005-10-191-6/+5
* sync with KAME in the following points:suz2005-10-191-10/+10
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-061-4/+1
* scope cleanup. with this changeume2005-07-251-5/+8
OpenPOWER on IntegriCloud