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_nbr.c
Age
Commit message (
Expand
)
Author
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-02-23
garbage-collect stale ND entries (default: 1 day).
Jun-ichiro itojun Hagino
2001-02-16
oops, remove #ifdef __fooBSD__.
Jun-ichiro itojun Hagino
2001-02-16
make sure to clear ln_byhint when neighbor state goes to REACHABLE.
Jun-ichiro itojun Hagino
2001-02-08
use timeout_xx() throughout sys/netinet6. 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
2001-01-18
wrap too noisy warnings into #ifdef ND6_DEBUG
Jun-ichiro itojun Hagino
2000-05-19
never forward packet with link-local address.
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
use log(), not printf(), for DAD messages.
Jun-ichiro itojun Hagino
2000-01-08
pull in arc4random() prototype
Theo de Raadt
2000-01-08
use arc4random() instead of random for two reasons.
Theo de Raadt
1999-12-15
do not overwrite traffic class portion when filling in IPv6 version field.
Jun-ichiro itojun Hagino
1999-12-10
Remove remaining unnecessary ifdefs (itojun will hate me for this :-)
Angelos D. Keromytis
1999-12-08
silence more DAD debugging information
Theo de Raadt
1999-12-08
silence non-duplicate DAD completion messages
Theo de Raadt
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino