index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
nd6_rtr.c
Age
Commit message (
Expand
)
Author
2004-11-17
wrong paren. Patrick Latifi
Jun-ichiro itojun Hagino
2004-10-28
remove onlink assumption behavior (consider destination on-link if default
Jun-ichiro itojun Hagino
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
Jun-ichiro itojun Hagino
2003-09-26
Typos: defintion -> definition, proccess -> process
Miod Vallat
2003-06-24
remove unneeded checks of accept_rtadv. from kame
Jun-ichiro itojun Hagino
2003-06-24
use time.tv_sec directly, rather than having time_second (freebsd NIH).
Jun-ichiro itojun Hagino
2003-05-15
rt->rt_ifp may not always be available. masanori kanaoka via kame
Jun-ichiro itojun Hagino
2003-05-14
make PULLDOWN_TEST codepath the default (has been default for a long time).
Jun-ichiro itojun Hagino
2003-05-13
corrected the pointer value for ifp nd6_rtmsg
Jun-ichiro itojun Hagino
2002-09-11
KNF - return is not a function. sync w/kame
Jun-ichiro itojun Hagino
2002-07-30
remove unneeded NULL pointer checks.
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-09
change M_AUTHxx to openbsd definition (M_AUTH_AH)
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
2002-06-08
remove #ifdef __NetBSD__
Jun-ichiro itojun Hagino
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
Jun-ichiro itojun Hagino
2002-06-08
in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame
Jun-ichiro itojun Hagino
2002-06-07
cope with ndi->maxmtu == 0 case. sync w/kame
Jun-ichiro itojun Hagino
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-07
whitespace/comment sync with kame
Jun-ichiro itojun Hagino
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-04-04
suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug),
Jun-ichiro itojun Hagino
2001-02-16
protect router list management by splsoftnet properly. sync with kame
Jun-ichiro itojun Hagino
2001-02-07
by default, don't bark on inbound ND messages, as outsider may be able to
Jun-ichiro itojun Hagino
2000-06-13
make sure to attach new in6_ifaddr into ifp->if_addrlist.
Jun-ichiro itojun Hagino
2000-03-02
do not add ifa_dstaddr for non-pointopoint interface. IPv6 has no
Jun-ichiro itojun Hagino
2000-02-28
bring in recent KAME changes (only important and stable ones, as usual).
Jun-ichiro itojun Hagino
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-01-08
Missing rndvar.h
Angelos D. Keromytis
1999-12-10
Remove remaining unnecessary ifdefs (itojun will hate me for this :-)
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino