summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* Replace Bcopy/Bzero with 'the real thing' as in the rest of the file.luigi2004-04-181-6/+6
* replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREFsam2003-11-081-3/+3
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-3/+0
* correct linkmtu handling.ume2003-10-201-21/+16
* nuke duplicate function and unused function.ume2003-10-171-1/+1
* - add dom_if{attach,detach} framework.ume2003-10-171-1/+1
* - typo in commentume2003-10-091-110/+87
* return(code) -> return (code)ume2003-10-061-29/+29
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-7/+8
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-051-0/+7
* made sure to keep the current stored lifetime when it was not updatedume2003-03-261-3/+9
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy ofru2002-12-251-15/+3
* SMP locking for radix nodes.hsu2002-12-241-0/+2
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
OpenPOWER on IntegriCloud