aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* Add IFT_L2VLAN to the list that is capable of supplying the ingredientsJohn Hay2010-12-221-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-3/+8
* - Do not assign a link-local address when ND6_IFF_IFDISABLED.Hiroki Sato2009-10-121-0/+3
* Enable adding a link-local address even if ND6_IFF_IFDISABLED.Hiroki Sato2009-10-021-1/+0
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-6/+10
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-3/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-18/+11
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingRobert Watson2009-06-251-0/+2
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsRobert Watson2009-06-241-20/+5
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-3/+10
* Clean up common ifaddr management:Robert Watson2009-06-211-2/+2
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-3/+3
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-2/+0
* Convert the two dimensional array to be malloced and introduceBjoern A. Zeeb2009-06-011-4/+5
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-18/+21
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-2/+23
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-3/+4
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-5/+30
* Prefer structure fields (ifa_link) to macro aliases for themRobert Watson2009-04-201-4/+4
* Acquire interface address list lock around access to if_addrhead,Robert Watson2009-04-201-6/+26
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyRobert Watson2009-04-201-9/+4
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-2/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* Like with r185713 make sure to not leak a lock as rtalloc1(9) returnsBjoern A. Zeeb2009-01-311-1/+1
* remove too noisy DIAGNOSTIC codeSam Leffler2009-01-181-4/+0
* RTF_RNH_LOCKED needs to be passed in the flags arg not report,Kip Macy2008-12-121-1/+1
* Pass RTF_RNH_LOCKED to rtalloc1 sunce the node head is locked, this avoids aAndrew Thompson2008-12-121-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* Unhide declarations of network stack virtualization structs fromMarko Zec2008-11-281-1/+0
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-2/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-8/+4
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+12
* Fix some of the formatting fixes.. It's amazing how some thing stand outJulian Elischer2008-08-201-1/+1
* A bunch of formatting fixes brough to light by, or created by the Vimage commitJulian Elischer2008-08-201-3/+2
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-17/+18
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-1/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-3/+3
* un-__P()David E. O'Brien2008-01-081-6/+6
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-38/+30
* Garbage collect unused variables.Matt Jacob2007-06-151-1/+0
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-10/+22
* fixed memory leak for IPv6 multicast membership information associatedJINMEI Tatuya2007-06-021-2/+10
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.Hajimu UMEMOTO2006-10-131-1/+1
* Turn off automatic link local address if ipv6_enable is not set to YESGeorge V. Neville-Neil2006-10-021-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Modify in6_pcbpurgeif0() to accept a pcbinfo structure rather than a pcbRobert Watson2006-04-231-4/+2
* sync with KAME regarding NDPSUZUKI Shinsuke2005-10-211-21/+7