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
/
mld6.c
Age
Commit message (
Expand
)
Author
2011-04-15
Remove dead assignment.
Charles Longeau
2010-03-22
Add some MLDv2 definitions from FreeBSD.
Jonathan Gray
2008-06-11
ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.
Ryan Thomas McBride
2007-06-01
apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.
Henning Brauer
2006-12-09
switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542).
Jun-ichiro itojun Hagino
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
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
2003-06-11
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-14
make PULLDOWN_TEST codepath the default (has been default for a long time).
Jun-ichiro itojun Hagino
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-08
do not log() in per-packet input path. sync w/kame
Jun-ichiro itojun Hagino
2001-12-07
whitespace/comment sync with kame
Jun-ichiro itojun Hagino
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-02-16
pull in new pcb notification code from kame. better handling of scope address.
Jun-ichiro itojun Hagino
2001-02-16
sync whitespace/comment with kame. to help merge tasks
Jun-ichiro itojun Hagino
2001-02-16
kill register declarations. to sync with kame better.
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-01-08
Missing rndvar.h
Angelos D. Keromytis
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
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino