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
Age
Commit message (
Expand
)
Author
2016-06-30
Make sure that ifaddr is published after its initialization finished
ozaki-r
2016-06-28
Introduce if_is_deactivated
ozaki-r
2016-06-28
Add missing NULL checks for m_get_rcvif_psref
ozaki-r
2016-06-27
CID 1362905: Initialize ifp early, so that we don't if_put garbage in the
christos
2016-06-22
Remove unnecessary NULL checks of ifa->ifa_addr
ozaki-r
2016-06-21
Make sure returning ifp from in6_select* functions psref-ed
ozaki-r
2016-06-21
Protect if_byindex with pserialize
ozaki-r
2016-06-21
Replace ifp of ip_moptions and ip6_moptions with if_index
ozaki-r
2016-06-21
Fix nd6_output (if_output_lock conversion mistake)
ozaki-r
2016-06-20
apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...
knakahara
2016-06-16
Use if_get_byindex instead of if_byindex for MP-safe
ozaki-r
2016-06-16
Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUND
ozaki-r
2016-06-15
Protect if_byindex by pserialize
ozaki-r
2016-06-13
eliminate unnecessary splnet
knakahara
2016-06-13
MP-ify fastforward to support GATEWAY kernel option.
knakahara
2016-06-10
Avoid storing a pointer of an interface in a mbuf
ozaki-r
2016-06-10
Introduce m_set_rcvif and m_reset_rcvif
ozaki-r
2016-05-19
Get rcvif once and reuse it
ozaki-r
2016-05-19
Replace DIAGNOSTIC & panic with KASSERT
ozaki-r
2016-05-18
Get rid of unnecessary assignment
ozaki-r
2016-05-18
Get rid of unnecessary NULL check
ozaki-r
2016-05-18
Don't try to get outif unnecessarily from in6_selectsrc
ozaki-r
2016-05-17
Get rcvif once and reuse it
ozaki-r
2016-05-17
Make sure icmp6_redirect_input frees mbuf before return
ozaki-r
2016-05-12
Protect ifnet list with psz and psref
ozaki-r
2016-04-29
Let non-neighbor NS/NA debug error message include useful information.
is
2016-04-27
Get rid of unused argument from get_rand_ifid
ozaki-r
2016-04-26
Stop using rt_gwroute on packet sending paths
ozaki-r
2016-04-26
Sweep unnecessary route.h inclusions
ozaki-r
2016-04-25
Fix build when IPSEC enabled.
rjs
2016-04-25
Check error of rt_setgate and rt_settag
ozaki-r
2016-04-21
Fix RTF_{REJECT,BLACKHOLE} behavior for IPv6 routes
ozaki-r
2016-04-11
Sweep unncessary radix.h inclusions
ozaki-r
2016-04-11
Don't call pfxlist_onlink_check with holding llentry lock
ozaki-r
2016-04-10
Don't call pfxlist_onlink_check with holding llentry lock
ozaki-r
2016-04-04
all1_sa is no longer used.
roy
2016-04-04
Separate nexthop caches from the routing table
ozaki-r
2016-04-01
Remove unnecessary casts and do s/0/NULL/ for rtrequest
ozaki-r
2016-04-01
Refine nd6log
ozaki-r
2016-04-01
Use __func__ in log messages
ozaki-r
2016-04-01
Tidy up nd6_timer initialization
ozaki-r
2016-02-29
remove unnecessary declarations and fix KNF
knakahara
2016-02-26
To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_c...
knakahara
2016-02-15
Reduce code duplication.
rtr
2016-02-09
Introduce softint-based if_input
ozaki-r
2016-02-04
Declare in6_tmpaddrtimer_ch in in6_var.h.
riastradh
2016-01-26
implement encapsw instead of protosw and uniform prototype.
knakahara
2016-01-23
Those were local changes not meant to be part of the revert. SORRY!
riastradh
2016-01-23
make this compile again
christos
2016-01-22
Back out previous change to introduce struct encapsw.
riastradh
[next]