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
/
net
/
route.c
Age
Commit message (
Expand
)
Author
2023-06-05
route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE
ozaki-r
2022-12-22
route(4): Work around deadlock in rt_free wait path.
riastradh
2022-11-25
Support explicit unnumbered interface.
knakahara
2022-09-20
Remove routes on an address removal if the routes referencing to the address....
knakahara
2022-08-29
Fix build failure when no options INET6.
knakahara
2022-08-29
Add sysctl entry to control to send routing message for RTM_DYNAMIC.
knakahara
2022-08-26
Refactor: rtrequest_newmsg() is no longer used after nd6_rtr.c:r1.149
knakahara
2021-12-05
s/gurantee/guarantee/ in comment.
msaitoh
2020-04-08
Fix typo in comment
knakahara
2020-04-01
Fix typo in comment.
knakahara
2020-02-01
Switch sys/net to percpu_create.
riastradh
2019-11-13
Get rid of unnecessary NULL checks for rt_ifa and ifa_ifp
ozaki-r
2019-10-03
Revert route.c:r1.224 to fix net/arp/t_arp and net/ndp/t_ndp failure.
knakahara
2019-09-30
Fix a ifa_release() leak for a specific struct rt_addrinfo.
knakahara
2019-09-25
Make panic messages more informative
ozaki-r
2019-09-23
Stop passing a large const structure by value, in order to avoid
rin
2019-09-19
Add missing #include <sys/kmem.h>
ozaki-r
2019-09-19
Avoid having a rtcache directly in a percpu storage
ozaki-r
2019-05-17
Implement an aggressive psref leak detector
ozaki-r
2019-04-29
rtsock: Route address message simplification
roy
2019-03-11
Add missing ifa_release on error paths
ozaki-r
2018-10-30
Use rt_update framework on updating a rtentry
ozaki-r
2018-10-30
Avoid double rt_replace_ifa on rtrequest1(RTM_ADD)
ozaki-r
2018-10-30
Avoid a dangling pointer during rt_replace_ifa
ozaki-r
2018-09-05
route: avoid overwriting rt_free_global.enqueued unexpectedly
ozaki-r
2018-09-05
route: don't take an extra reference of a rtentry for the delayed free mechanism
ozaki-r
2018-07-12
Don't use aprint_* functions for logging unrelated to autoconf(9)
ozaki-r
2018-06-01
Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers
ozaki-r
2018-04-12
Resolve tangled lock dependencies in route.c
ozaki-r
2018-04-05
Kill remaining rt->rt_refcnt++
ozaki-r
2018-03-23
Don't take RT_LOCK in DDB
ozaki-r
2018-01-30
Prevent rt_free_global.wk from being enqueued to workqueue doubly
ozaki-r
2018-01-23
Fix a return value of rt_update_prepare
ozaki-r
2018-01-19
Suppress noisy debugging outputs
ozaki-r
2018-01-09
Use a queue of deferred entries to delete routes instead of a fixed stack
christos
2018-01-05
Don't stomp past the end of the array! need __arraycount not sizeof()
christos
2017-09-25
Synchronize on rtcache_generation with rtlock
ozaki-r
2017-09-22
Remove the global lock for rtcache
ozaki-r
2017-09-21
Invalidate rtcache based on a global generation counter
ozaki-r
2017-09-21
Remove unnecessary NULL check of rt_ifp
ozaki-r
2017-06-28
Drop RTF_LLINFO flag (now it's RTF_LLDATA) from local routes
ozaki-r
2017-06-22
Purge all related L2 caches on removing a route
ozaki-r
2017-06-22
Fix locking in rtalloc1 (affected only if NET_MPSAFE)
ozaki-r
2017-03-24
Forbit installing a route which its gateway is unreachable
ozaki-r
2017-03-22
Tweak and KNF some functions
ozaki-r
2017-02-20
Make updating a rtentry in rtinit MP-safe
ozaki-r
2017-02-17
Make NOMPSAFE comments informative
ozaki-r
2017-02-10
Ensure that nobody references a rtentry that is passed to rt_setgate
ozaki-r
2017-02-10
Fix locking against myself in ifa_ifwithroute_psref
ozaki-r
2017-01-19
Disable rt_update mechanism by default
ozaki-r
[next]