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_output.c
Age
Commit message (
Expand
)
Author
2001-02-16
get rid of #ifdef IPV6FIREWALL (never used, will never be used)
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
witch raw ip6 socket code from NRL to kame.
Jun-ichiro itojun Hagino
2001-02-06
bad semicolon after "if" conditional.
Jun-ichiro itojun Hagino
2001-02-06
allow changing number of loopbacks in ukc.
Michael Shalayeff
2001-02-02
avoid panic when packet to nonexistent link-local address is issued.
Jun-ichiro itojun Hagino
2000-10-11
nuke inp_flags bits for controlling IPv4 mapped address.
Jun-ichiro itojun Hagino
2000-09-19
Added files, and IPv6-IPsec update.
Angelos D. Keromytis
2000-09-16
repair IPv6 multicasting. INP_IPV6_MCAST is necessary.
Jun-ichiro itojun Hagino
2000-08-19
- upgrade icmp6 node information query support to 06 draft.
Jun-ichiro itojun Hagino
2000-06-20
confirmed interop of IPv6 AH with KAME (both global and scoped addr).
Jun-ichiro itojun Hagino
2000-06-20
initialize hoplimit field properly on ipsec6 case
Jun-ichiro itojun Hagino
2000-06-19
IPv6 IPsec, outbound direction.
Jun-ichiro itojun Hagino
2000-06-18
allow IPsec-related get/setsockopt on IPv6 socket. due to number conflict
Jun-ichiro itojun Hagino
2000-06-18
correct indentation for IPV6_PORTRANGE
Jun-ichiro itojun Hagino
2000-06-03
deep-copy ip6 header on ip6_mloopback, to avoid overwriting cluster mbuf.
Jun-ichiro itojun Hagino
2000-05-19
correct "telnet fe80::1%lo0".
Jun-ichiro itojun Hagino
2000-05-19
never forward packet with link-local address.
Jun-ichiro itojun Hagino
2000-05-19
NULL != 0. from netbsd-current.
Jun-ichiro itojun Hagino
2000-02-07
fix include file path related to ip6.
Jun-ichiro itojun Hagino
1999-12-20
add missing IPV6_PORTRANGE case.
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