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
Age
Commit message (
Expand
)
Author
2000-06-25
Fix typo; ds@ds.primasoft.bg
Aaron Campbell
2000-06-21
fix KAME PR 261.
Jun-ichiro itojun Hagino
2000-06-21
correct in6_recoverscope() for multicast loopback case.
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
more mbuf sanity check
Jun-ichiro itojun Hagino
2000-06-18
KNF
Jun-ichiro itojun Hagino
2000-06-18
remove remains from NRL ipsec code
Jun-ichiro itojun Hagino
2000-06-18
split long "if" case (cosmetic; preparation for KNF)
Jun-ichiro itojun Hagino
2000-06-18
sync with more recent kame.
Jun-ichiro itojun Hagino
2000-06-18
KNF (sorry craig)
Jun-ichiro itojun Hagino
2000-06-18
remove now-unnecessary statement due to "for" logic clarfication.
Jun-ichiro itojun Hagino
2000-06-18
correct logic mistake in in6_pcbnotify, due to indentation.
Jun-ichiro itojun Hagino
2000-06-18
sync with KAME udp6_output(). udp output logic is very different between
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
use in6_recoverscope
Jun-ichiro itojun Hagino
2000-06-18
lookup routing table for multicast too, to allow scoped IPv6 multicast
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
don't panic even if in6p == NULL.
Jun-ichiro itojun Hagino
2000-06-18
less mbuf alignment change in extension header processing.
Jun-ichiro itojun Hagino
2000-06-18
correct indentation for IPV6_PORTRANGE
Jun-ichiro itojun Hagino
2000-06-16
take MIN/MAX from param.h, okay theo@
Niels Provos
2000-06-13
the last commit was not enough. s/(int)/(signed char)/.
Jun-ichiro itojun Hagino
2000-06-13
workaround for arch with char == unsigned char (suppress warning).
Jun-ichiro itojun Hagino
2000-06-13
do not use cached route if it goes !RTF_UP.
Jun-ichiro itojun Hagino
2000-06-13
comment out flowinfo manipulation on inbound. the spec is not very clear.
Jun-ichiro itojun Hagino
2000-06-13
allow link-local IPv6 addres in in6_pcbbind.
Jun-ichiro itojun Hagino
2000-06-13
make sure to attach new in6_ifaddr into ifp->if_addrlist.
Jun-ichiro itojun Hagino
2000-06-12
update icmp6 name lookup code to conform to 05 draft. previous code
Jun-ichiro itojun Hagino
2000-06-12
sync with latest KAME doc. talk more about IPv4 mapped address issue.
Jun-ichiro itojun Hagino
2000-06-07
fix anycast address determination.
Jun-ichiro itojun Hagino
2000-06-07
s/PIMCTL/PIM6CTL/ for less confusion.
Jun-ichiro itojun Hagino
2000-06-04
nuke non-standard include files (has been #error only for a long time
Jun-ichiro itojun Hagino
2000-06-03
sync with latest kame doc. pcb issues and net interface issues are updated
Jun-ichiro itojun Hagino
2000-06-03
deep-copy ip6 header on ip6_mloopback, to avoid overwriting cluster mbuf.
Jun-ichiro itojun Hagino
2000-06-03
do not bark even if forwarding to loopback, since it is common
Jun-ichiro itojun Hagino
2000-06-03
correctly handle ctlinput messages for IPv6.
Jun-ichiro itojun Hagino
2000-05-28
do not treat bind(2) with IPv4 mapped address in a special way.
Jun-ichiro itojun Hagino
2000-05-25
net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.
Jun-ichiro itojun Hagino
2000-05-22
disallow negative number for rate limit period.
Jun-ichiro itojun Hagino
2000-05-22
use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current.
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
update multicast routing message (struct mrt6msg) to the latest kame.
Jun-ichiro itojun Hagino
2000-05-19
NULL != 0. from netbsd-current.
Jun-ichiro itojun Hagino
2000-05-15
perform NUD on p2p link, only if the destination/gateway is real neighbor.
Jun-ichiro itojun Hagino
2000-05-15
remove whitespace at EOL
Jun-ichiro itojun Hagino
2000-05-15
use IFAFREE, not ifa_refcnt--.
Jun-ichiro itojun Hagino
[next]