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_input.c
Age
Commit message (
Expand
)
Author
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-05-11
Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ ok
Aaron Campbell
2001-03-30
enable FAKE_LOOPBACK_IF case by default.
Jun-ichiro itojun Hagino
2001-03-16
drop packets with link-local addresses,
Jun-ichiro itojun Hagino
2001-02-16
get rid of #ifdef IPV6FIREWALL (never used, will never be used)
Jun-ichiro itojun Hagino
2001-02-16
pull in new pcb notification code from kame. better handling of scope address.
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
kill register declarations. to sync with kame better.
Jun-ichiro itojun Hagino
2001-02-08
use timeout_xx() throughout sys/netinet6. 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-02-06
allow changing number of loopbacks in ukc.
Michael Shalayeff
2000-08-31
add missing \n to log(). sync with kame.
Jun-ichiro itojun Hagino
2000-07-06
- more icmp6/ip6 stats.
Jun-ichiro itojun Hagino
2000-07-02
drop packet to tentative/duplicated interface address earlier. sync w/kame
Jun-ichiro itojun Hagino
2000-06-18
try to avoid useless m_pullup2
Jun-ichiro itojun Hagino
2000-06-18
move m_pullup2() equivalent for KAME requirement into ip6_input().
Jun-ichiro itojun Hagino
2000-06-18
less mbuf alignment change in extension header processing.
Jun-ichiro itojun Hagino
2000-06-13
do not use cached route if it goes !RTF_UP.
Jun-ichiro itojun Hagino
2000-05-25
net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.
Jun-ichiro itojun Hagino
2000-05-19
correct "telnet fe80::1%lo0".
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
aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly.
Jun-ichiro itojun Hagino
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
2000-01-08
use arc4random() instead of random for two reasons.
Theo de Raadt
2000-01-06
add missing net.inet6.ip6.rr_prune case.
Jun-ichiro itojun Hagino
1999-12-30
initialize lo0 automatically. kame ipv6 code assumes that there's ::1,
Jun-ichiro itojun Hagino
1999-12-09
do not perform IPv6 initialization for loopback interface.
Jun-ichiro itojun Hagino
1999-12-09
Bogus include file crept in.
Angelos D. Keromytis
1999-12-09
Shrink...
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino