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.c
Age
Commit message (
Expand
)
Author
2000-06-16
take MIN/MAX from param.h, okay theo@
Niels Provos
2000-05-19
never forward packet with link-local address.
Jun-ichiro itojun Hagino
2000-05-15
perform NUD on p2p link, only if the destination/gateway is real neighbor.
Jun-ichiro itojun Hagino
2000-05-15
use IFAFREE, not ifa_refcnt--.
Jun-ichiro itojun Hagino
2000-04-27
disable NUD for point-to-point devices. KAME PR 245 (temporary workaround)
Jun-ichiro itojun Hagino
2000-04-19
add boundary check for nd_ifinfo[]. (sync with kame)
Jun-ichiro itojun Hagino
2000-04-17
revisit in6_ifattach(). (1) make it more persistent about initializaing an
Jun-ichiro itojun Hagino
2000-04-13
add comment on sanity check
Jun-ichiro itojun Hagino
2000-04-13
bark if sdl_alen == 0. test code for KAME PR 235.
Jun-ichiro itojun Hagino
2000-04-13
even if nd6_nud_hint is called, do not change a neighbor's status
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-02-04
more coverage of in6_ifdetach()'s cleanup process.
Jun-ichiro itojun Hagino
2000-01-08
Missing rndvar.h
Angelos D. Keromytis
1999-12-10
a critical fix from kame: add missing splx().
Jun-ichiro itojun Hagino
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