summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r207369:bz2010-05-061-5/+7
* MFC r201282, r201543qingli2010-01-051-1/+1
* MFC r196649qingli2009-08-301-0/+9
* 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-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-29/+10
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-0/+6
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-4/+4
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-6/+28
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-4/+7
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+1
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-2/+2
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-201-2/+8
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-3/+3
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* When iterating through the list trying to find a router inbz2009-02-041-1/+3
* Remove unused local MACROs.bz2009-01-311-2/+0
* Remove the rt argument from nd6_storelladdr() becauseqingli2008-12-171-2/+0
* A couple of files were not meant to be committed.qingli2008-12-171-10/+0
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-0/+12
* * Compare pointer with NULLkmacy2008-12-161-6/+5
* simplify locking in find_pfxlist_reachable_routerkmacy2008-12-161-8/+9
* need to check that lle is not null before unlock if the break condition is no...kmacy2008-12-161-3/+4
* unlock the llentry after use in find_pfxlist_reachable_routerkmacy2008-12-161-1/+2
* unlock looked up llentrys in defrouter_selectkmacy2008-12-161-0/+4
* This main goals of this project are:qingli2008-12-151-30/+37
* Add missing include to sys/lock.h before sys/rwlock.himp2008-12-081-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-0/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-10/+6
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+19
* 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-1/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-60/+61
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* un-__P()obrien2008-01-081-10/+10
* Clean up VCS Ids.obrien2007-12-101-3/+5
* Space cleanupdelphij2007-07-051-11/+11
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-63/+34
* MFp4: 92972, 98913 + one more changebz2006-12-121-30/+47
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* implements section 2.2 of RFC4191, regarding the reserved preference value (10)suz2006-03-191-12/+2
* sync with KAME regarding NDPsuz2005-10-211-280/+477
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-191-37/+6
* sync with KAME in the following points:suz2005-10-191-4/+4
* - fix typo in comment.ume2005-08-121-4/+0
* scope cleanup. with this changeume2005-07-251-2/+0
OpenPOWER on IntegriCloud