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
/
in6.c
Age
Commit message (
Expand
)
Author
2001-02-16
cosmetic. add missing IFAFREE on failure case
Jun-ichiro itojun Hagino
2001-02-16
kill register declarations. to sync with kame better.
Jun-ichiro itojun Hagino
2001-02-07
turn off duplicated address detection when interface address gets deleted.
Jun-ichiro itojun Hagino
2001-01-18
workaround; be sure to initialize nd6 interface information when IPv6
Jun-ichiro itojun Hagino
2000-11-11
do not panic on "ifconfig lo0 inet6 fe80::1 -alias". KAME PR 295.
Jun-ichiro itojun Hagino
2000-10-06
remove now-obsolete SIOCSIFPHY* handling in in{6,}_control.
Jun-ichiro itojun Hagino
2000-07-12
correct rtentry reference count in in6_ifloop_request().
Jun-ichiro itojun Hagino
2000-04-27
use of free(ia) in #if 0.
Jun-ichiro itojun Hagino
2000-04-17
revisit in6_ifattach(). (1) make it more persistent about initializaing an
Jun-ichiro itojun Hagino
2000-03-22
comment out ifconfig undo code. they are necessary to avoid memory
Jun-ichiro itojun Hagino
2000-03-12
undo interface address addition if in6_ifinit fails.
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 ifa refcnt'ing.
Jun-ichiro itojun Hagino
2000-02-04
more coverage of in6_ifdetach()'s cleanup process.
Jun-ichiro itojun Hagino
2000-02-02
make sure to nuke kludge entries, regardless from refcnt.
Jun-ichiro itojun Hagino
2000-02-02
- improve in6_ifdetach to remove (1) multicast kludge list (2) route to
Jun-ichiro itojun Hagino
2000-02-02
remove never-visited code (#ifdef MAPPED_ADDR_ENABLED)
Jun-ichiro itojun Hagino
1999-12-10
Add RCS tags, remove unused header files and code, remove a few
Angelos D. Keromytis
1999-12-09
do not perform IPv6 initialization for loopback interface.
Jun-ichiro itojun Hagino
1999-12-08
ifdef cleanup...
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-03-24
Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.
cmetz
1999-03-09
Demangled the INET6 stuff so as not to require any extra options and not to
cmetz
1999-02-24
Synchronized changes needed to integrate into OpenBSD with the NRL source
cmetz
1999-01-06
first few files of NRL ipv6. This NRL release was officially exported
Theo de Raadt