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_ifattach.c
Age
Commit message (
Expand
)
Author
2002-09-12
configure "next" pointer correctly. from j@pureftpd.org
Jun-ichiro itojun Hagino
2002-09-11
fix pointer signedness mixup. sync w/kame
Jun-ichiro itojun Hagino
2002-09-11
KNF - return is not a function. sync w/kame
Jun-ichiro itojun Hagino
2002-06-11
silence some of log(), as the codepath will be visited for IPv6-non-capable
Jun-ichiro itojun Hagino
2002-06-11
whitespace
Jun-ichiro itojun Hagino
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
Jun-ichiro itojun Hagino
2002-06-07
whitespace sync w/kame
Jun-ichiro itojun Hagino
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2002-05-29
move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame
Jun-ichiro itojun Hagino
2002-05-23
simplify condition to perform DAD. sync w/kame
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-08-23
suppress printf() on non-multicast interface.
Jun-ichiro itojun Hagino
2001-08-23
don't try to enable IPv6 on IFT_PFLOG.
Jun-ichiro itojun Hagino
2001-07-18
avoid using malloc() during interupt context for multicast kludge entry.
Jun-ichiro itojun Hagino
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-02-16
cosmetic 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
do not remove default route by mistake, on interface removal.
Jun-ichiro itojun Hagino
2000-10-25
silence the "no multicast" warning for IFT_ENC, too
Jason Wright
2000-10-18
don't try to configure IPv6 on bridge*. comment from deraadt
Jun-ichiro itojun Hagino
2000-10-02
fix missing \n. from doug@freebsd (sync with kame)
Jun-ichiro itojun Hagino
2000-05-05
cope with interface detach (like pcmcia card removal). remove any
Jun-ichiro itojun Hagino
2000-04-27
correct in6_ifdetach(). free oia, not ia.
Jun-ichiro itojun Hagino
2000-04-17
revisit in6_ifattach(). (1) make it more persistent about initializaing an
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-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-02-02
- improve in6_ifdetach to remove (1) multicast kludge list (2) route to
Jun-ichiro itojun Hagino
1999-12-10
use proper type for in6_first_ifid (char -> u_int8_t)
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