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
2006-11-15
unifdef -USCOPEDROUTING
Jun-ichiro itojun Hagino
2006-08-31
Automatically add a IPv6 link-local address to carp interfaces when the
Ryan Thomas McBride
2006-06-16
adjust functions dealing with the routing table to take a table ID as
Henning Brauer
2006-05-27
Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding
Claudio Jeker
2006-03-05
Use more queue macros rather than doing it by hand; ok otto@ krw@
Miod Vallat
2005-05-23
carp needs a multicast kludge storage.
Marco Pfatschbacher
2005-04-21
remove (now obsolete) handling of IFT_PROPVIRTUAL/bridge*. tested by camield@
Jun-ichiro itojun Hagino
2004-12-07
Convert carp(4) to behave more like a regular interface, much in the same
Ryan Thomas McBride
2004-05-07
Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.
Todd C. Miller
2003-07-08
on interface removal, clear multicast forwarding stuff. from kame
Jun-ichiro itojun Hagino
2003-06-28
i don't think pfsync needs a link-local addr.
Jun-ichiro itojun Hagino
2003-05-14
it is unlikely that we introduce 6to4 interface (IFT_STF) to openbsd.
Jun-ichiro itojun Hagino
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