index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
nd6_rtr.c
Age
Commit message (
Expand
)
Author
2020-06-12
Remove in-kernel handling of Router Advertisements
roy
2020-04-13
Fix default route selection
kim
2019-12-27
s/referece/reference/ in comment.
msaitoh
2019-09-25
Make panic messages more informative
ozaki-r
2019-04-29
rtsock: Route address message simplification
roy
2018-08-14
Don't call find_pfxlist_reachable_router, which may sleep, in a pserialize re...
ozaki-r
2018-05-19
Style.
maxv
2018-05-18
Add missing m_put_rcvif_psref.
maxv
2018-05-01
Remove now unused net_osdep.h includes, the other BSDs did the same.
maxv
2018-04-24
Remove nullcheck, m is not allowed to be null.
maxv
2018-04-24
Remove the M_AUTHIPDGM flag. It is equivalent to M_AUTHIPHDR, both
maxv
2018-01-26
Get rid of unnecessary splsoftnet (redo)
ozaki-r
2018-01-26
Revert "Get rid of unnecessary splsoftnet" (v1.133)
ozaki-r
2017-12-15
Ensure to call if_mcast_op with holding IFNET_LOCK
ozaki-r
2017-03-14
Remove unnecessary NULL check
ozaki-r
2017-03-03
Add missing opt_net_mpsafe.h.
msaitoh
2017-02-22
Get rid of unnecessary splsoftnet
ozaki-r
2017-02-22
Fix prefix invalidation via nd6_timer
ozaki-r
2017-01-16
ip6_sprintf -> IN6_PRINT so that we pass the size.
christos
2017-01-16
Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mp...
ryo
2017-01-04
- kill NULL argument from in6_update_ifa
christos
2016-12-19
Protect IPv6 default router and prefix lists with coarse-grained rwlock
ozaki-r
2016-12-14
Reduce return points
ozaki-r
2016-12-14
Use macro to iterate on the nd_prefix list
ozaki-r
2016-12-12
Introduce macros for the prefix list
ozaki-r
2016-12-12
Introduce macros for the default router list
ozaki-r
2016-12-11
Add nd6_ prefix to exported functions
ozaki-r
2016-12-11
Move default interface things from nd6_rtr.c to nd6.c
ozaki-r
2016-12-11
Make some functions static
ozaki-r
2016-11-15
Don't use rt_walktree to delete routes
ozaki-r
2016-08-16
Separate ioctl address prefix management from RA prefix management
roy
2016-08-01
Apply pserialize and psref to struct ifaddr and its variants
ozaki-r
2016-07-20
Apply pserialize to some iterations of IP address lists
ozaki-r
2016-07-15
Use sin6tosa and sin6tocsa macros
ozaki-r
2016-07-07
Switch the address list of intefaces to pslist(9)
ozaki-r
2016-07-05
Use ia6 or ia instead of ifa as a variable name of struct in6_ifaddr
ozaki-r
2016-07-04
Use pslist(9) for the global in6_ifaddr list
ozaki-r
2016-06-15
Protect if_byindex by pserialize
ozaki-r
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2016-04-11
Sweep unncessary radix.h inclusions
ozaki-r
2016-04-04
Separate nexthop caches from the routing table
ozaki-r
2016-04-01
Refine nd6log
ozaki-r
2016-04-01
Use __func__ in log messages
ozaki-r
2015-11-25
Use lltable/llentry for NDP
ozaki-r
2015-10-05
Use satosin6 instead of its own macro
ozaki-r
2015-08-24
Change 0 to NULL for rtrequest's last argument (struct rtentry **ret_nrt)
ozaki-r
2015-08-07
Use time_uptime instead of time_second to avoid time leaps
ozaki-r
2015-07-17
Reform use of rt_refcnt
ozaki-r
2015-06-30
Fix nd6_numroutes counting
ozaki-r
[next]