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
/
ip6_mroute.c
Age
Commit message (
Expand
)
Author
2007-12-14
add sysctl entry points into various network layers, in particular to
Theo de Raadt
2007-06-01
apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.
Henning Brauer
2006-11-21
introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers).
Jun-ichiro itojun Hagino
2006-11-17
change semantics of ff01::/16 to interface local multicast
Jun-ichiro itojun Hagino
2005-10-14
avoid silly static variables that even caused nesting issues,
Brad Smith
2004-11-10
Fix 'netstat -sp pim6'
Ryan Thomas McBride
2004-06-21
First step towards more sane time handling in the kernel -- this changes
Thorsten Lockert
2003-12-10
validate set/getsockopt arg more strictly. local privileged user could cause
Jun-ichiro itojun Hagino
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
Jun-ichiro itojun Hagino
2003-07-08
on interface removal, clear multicast forwarding stuff. from kame
Jun-ichiro itojun Hagino
2003-06-24
use time.tv_sec directly, rather than having time_second (freebsd NIH).
Jun-ichiro itojun Hagino
2003-06-06
don't try to forward multicast packet to mif that went away; kame
Jun-ichiro itojun Hagino
2003-06-03
remove unneeded break after return. sync w/kame
Jun-ichiro itojun Hagino
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-15
check pim version before checksum. version check is cheaper.
Jun-ichiro itojun Hagino
2003-05-14
KNF; sync w/kame
Jun-ichiro itojun Hagino
2003-05-14
make PULLDOWN_TEST codepath the default (has been default for a long time).
Jun-ichiro itojun Hagino
2003-05-07
use strlcpy; itojun ok
Theo de Raadt
2002-11-27
recover original stanford copyright. sync w/kame
Jun-ichiro itojun Hagino
2002-11-09
need icmp6.h for MULTICAST_PMTUD case. sync w/kame
Jun-ichiro itojun Hagino
2002-09-11
KNF - return is not a function. sync w/kame
Jun-ichiro itojun Hagino
2002-07-25
correct MTU check. sync w/kame
Jun-ichiro itojun Hagino
2002-06-29
We know noone called Bill Fenenr
Theo de Raadt
2002-06-09
whitespace cleanup
Jun-ichiro itojun Hagino
2002-06-08
splnet -> splsoftnet where appropriate
Jun-ichiro itojun Hagino
2002-06-07
typo
Jun-ichiro itojun Hagino
2002-06-07
'fall through' is not a valid LINT keyword.
Jun-ichiro itojun Hagino
2002-05-30
use M_READONLY where possible. minor cleanup/sync with kame.
Jun-ichiro itojun Hagino
2002-05-29
attach nd_ifinfo structure to if_afdata.
Jun-ichiro itojun Hagino
2002-03-24
double m_free() - niklas@openbsd
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-10
spelling
Theo de Raadt
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-03-25
missing splx. sync with kame.
Jun-ichiro itojun Hagino
2001-03-08
more missing splx. sync with kame
Jun-ichiro itojun Hagino
2001-03-07
missing splx. from aaron. sync with kame
Jun-ichiro itojun Hagino
2001-02-16
cosmetic/comment sync with kame
Jun-ichiro itojun Hagino
2001-02-16
sync whitespace/comment with kame. to help merge tasks
Jun-ichiro itojun Hagino
2001-02-16
fix multicast API for sizeof(long) != 4. (IF_SET and family will not
Jun-ichiro itojun Hagino
2001-02-08
use timeout_xx() throughout sys/netinet6. sync with kame.
Jun-ichiro itojun Hagino
2000-11-10
seperate -> separate, okay aaron@
Niels Provos
2000-10-19
kame 1.31 -> 1.32
Jun-ichiro itojun Hagino
2000-08-29
do not forward packets with unspecified source (::).
Jun-ichiro itojun Hagino
2000-07-13
on openbsd, static symbols are not visible from the userland.
Jun-ichiro itojun Hagino
2000-05-19
update multicast routing message (struct mrt6msg) to the latest kame.
Jun-ichiro itojun Hagino
2000-02-07
fix include file path related to ip6.
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