summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_ifattach.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 287094:hrs2015-09-131-3/+0
* MFC 287608:hrs2015-09-131-3/+0
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-131-0/+1
* Do not try to detach if the interface does not support IPv6.hrs2013-10-101-0/+3
* Fix a panic in tmpaddrtimer.hrs2013-08-051-0/+2
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capablehrs2013-07-311-8/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-9/+6
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-6/+32
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-14/+10
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-16/+16
* Convert an #ifdef DIAGNOSTIC if/panic to a KASSERT.bz2012-01-051-6/+2
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-4/+3
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+0
* Add IFT_L2VLAN to the list that is capable of supplying the ingredientsjhay2010-12-221-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-3/+8
* - Do not assign a link-local address when ND6_IFF_IFDISABLED.hrs2009-10-121-0/+3
* Enable adding a link-local address even if ND6_IFF_IFDISABLED.hrs2009-10-021-1/+0
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-6/+10
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-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
OpenPOWER on IntegriCloud