summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_rtr.c
AgeCommit message (Expand)Author
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2020-04-13Fix default route selectionkim
2019-12-27s/referece/reference/ in comment.msaitoh
2019-09-25Make panic messages more informativeozaki-r
2019-04-29rtsock: Route address message simplificationroy
2018-08-14Don't call find_pfxlist_reachable_router, which may sleep, in a pserialize re...ozaki-r
2018-05-19Style.maxv
2018-05-18Add missing m_put_rcvif_psref.maxv
2018-05-01Remove now unused net_osdep.h includes, the other BSDs did the same.maxv
2018-04-24Remove nullcheck, m is not allowed to be null.maxv
2018-04-24Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, bothmaxv
2018-01-26Get rid of unnecessary splsoftnet (redo)ozaki-r
2018-01-26Revert "Get rid of unnecessary splsoftnet" (v1.133)ozaki-r
2017-12-15Ensure to call if_mcast_op with holding IFNET_LOCKozaki-r
2017-03-14Remove unnecessary NULL checkozaki-r
2017-03-03Add missing opt_net_mpsafe.h.msaitoh
2017-02-22Get rid of unnecessary splsoftnetozaki-r
2017-02-22Fix prefix invalidation via nd6_timerozaki-r
2017-01-16ip6_sprintf -> IN6_PRINT so that we pass the size.christos
2017-01-16Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...ryo
2017-01-04- kill NULL argument from in6_update_ifachristos
2016-12-19Protect IPv6 default router and prefix lists with coarse-grained rwlockozaki-r
2016-12-14Reduce return pointsozaki-r
2016-12-14Use macro to iterate on the nd_prefix listozaki-r
2016-12-12Introduce macros for the prefix listozaki-r
2016-12-12Introduce macros for the default router listozaki-r
2016-12-11Add nd6_ prefix to exported functionsozaki-r
2016-12-11Move default interface things from nd6_rtr.c to nd6.cozaki-r
2016-12-11Make some functions staticozaki-r
2016-11-15Don't use rt_walktree to delete routesozaki-r
2016-08-16Separate ioctl address prefix management from RA prefix managementroy
2016-08-01Apply pserialize and psref to struct ifaddr and its variantsozaki-r
2016-07-20Apply pserialize to some iterations of IP address listsozaki-r
2016-07-15Use sin6tosa and sin6tocsa macrosozaki-r
2016-07-07Switch the address list of intefaces to pslist(9)ozaki-r
2016-07-05Use ia6 or ia instead of ifa as a variable name of struct in6_ifaddrozaki-r
2016-07-04Use pslist(9) for the global in6_ifaddr listozaki-r
2016-06-15Protect if_byindex by pserializeozaki-r
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-04-26Sweep unnecessary route.h inclusionsozaki-r
2016-04-11Sweep unncessary radix.h inclusionsozaki-r
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-04-01Refine nd6logozaki-r
2016-04-01Use __func__ in log messagesozaki-r
2015-11-25Use lltable/llentry for NDPozaki-r
2015-10-05Use satosin6 instead of its own macroozaki-r
2015-08-24Change 0 to NULL for rtrequest's last argument (struct rtentry **ret_nrt)ozaki-r
2015-08-07Use time_uptime instead of time_second to avoid time leapsozaki-r
2015-07-17Reform use of rt_refcntozaki-r
2015-06-30Fix nd6_numroutes countingozaki-r