summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2016-06-30Make sure that ifaddr is published after its initialization finishedozaki-r
2016-06-28Introduce if_is_deactivatedozaki-r
2016-06-28Add missing NULL checks for m_get_rcvif_psrefozaki-r
2016-06-27CID 1362905: Initialize ifp early, so that we don't if_put garbage in thechristos
2016-06-22Remove unnecessary NULL checks of ifa->ifa_addrozaki-r
2016-06-21Make sure returning ifp from in6_select* functions psref-edozaki-r
2016-06-21Protect if_byindex with pserializeozaki-r
2016-06-21Replace ifp of ip_moptions and ip6_moptions with if_indexozaki-r
2016-06-21Fix nd6_output (if_output_lock conversion mistake)ozaki-r
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-16Use if_get_byindex instead of if_byindex for MP-safeozaki-r
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-06-15Protect if_byindex by pserializeozaki-r
2016-06-13eliminate unnecessary splnetknakahara
2016-06-13MP-ify fastforward to support GATEWAY kernel option.knakahara
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-19Get rcvif once and reuse itozaki-r
2016-05-19Replace DIAGNOSTIC & panic with KASSERTozaki-r
2016-05-18Get rid of unnecessary assignmentozaki-r
2016-05-18Get rid of unnecessary NULL checkozaki-r
2016-05-18Don't try to get outif unnecessarily from in6_selectsrcozaki-r
2016-05-17Get rcvif once and reuse itozaki-r
2016-05-17Make sure icmp6_redirect_input frees mbuf before returnozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2016-04-29Let non-neighbor NS/NA debug error message include useful information.is
2016-04-27Get rid of unused argument from get_rand_ifidozaki-r
2016-04-26Stop using rt_gwroute on packet sending pathsozaki-r
2016-04-26Sweep unnecessary route.h inclusionsozaki-r
2016-04-25Fix build when IPSEC enabled.rjs
2016-04-25Check error of rt_setgate and rt_settagozaki-r
2016-04-21Fix RTF_{REJECT,BLACKHOLE} behavior for IPv6 routesozaki-r
2016-04-11Sweep unncessary radix.h inclusionsozaki-r
2016-04-11Don't call pfxlist_onlink_check with holding llentry lockozaki-r
2016-04-10Don't call pfxlist_onlink_check with holding llentry lockozaki-r
2016-04-04all1_sa is no longer used.roy
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-04-01Remove unnecessary casts and do s/0/NULL/ for rtrequestozaki-r
2016-04-01Refine nd6logozaki-r
2016-04-01Use __func__ in log messagesozaki-r
2016-04-01Tidy up nd6_timer initializationozaki-r
2016-02-29remove unnecessary declarations and fix KNFknakahara
2016-02-26To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_c...knakahara
2016-02-15Reduce code duplication.rtr
2016-02-09Introduce softint-based if_inputozaki-r
2016-02-04Declare in6_tmpaddrtimer_ch in in6_var.h.riastradh
2016-01-26implement encapsw instead of protosw and uniform prototype.knakahara
2016-01-23Those were local changes not meant to be part of the revert. SORRY!riastradh
2016-01-23make this compile againchristos
2016-01-22Back out previous change to introduce struct encapsw.riastradh