summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-16/+16
* Delete the nd6 entries associated with an off-link prefixqingli2013-06-241-1/+7
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-6/+6
* Remove __P.delphij2012-10-221-7/+7
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-36/+7
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-71/+117
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-6/+6
* Mark a couple of file local functions static and stop exporting them.bz2012-01-051-3/+6
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-29/+19
* A default route learned from the RAs could be deleted manuallyqingli2011-11-111-2/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-4/+6
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-22/+18
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+7
* The IFA_RTSELF address flag marks a loopback route has been installedqingli2010-01-041-1/+1
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-9/+7
* Prefix on-link verification is being performed on staticallyqingli2009-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
OpenPOWER on IntegriCloud