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
/
in6_proto.c
Age
Commit message (
Expand
)
Author
2002-01-08
correct behavior of IPv4 over IPv6 tunnel (using gif).
Jun-ichiro itojun Hagino
2001-08-08
remove IPCOMP option. deraadt@ ok.
Jean-Jacques Bernard-Gundol
2001-07-05
IPComp support. angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-06-09
No need for net/net_osdep.h
Angelos D. Keromytis
2001-05-25
recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.
Jun-ichiro itojun Hagino
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2000-12-11
nuke #ifdef TCP6 (no longer supported).
Jun-ichiro itojun Hagino
2000-10-10
little bit of sync with kame ($KAME, s/u_char/u_int8_t/)
Jun-ichiro itojun Hagino
2000-10-10
do not call tcp_init twice on dualstack machine
Jun-ichiro itojun Hagino
2000-07-06
- more icmp6/ip6 stats.
Jun-ichiro itojun Hagino
2000-06-18
sync with KAME udp6_output(). udp output logic is very different between
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
use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current.
Jun-ichiro itojun Hagino
2000-02-28
- check raw socket icmp6 filter only if the packet is icmp6.
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-02-02
remove never-visited code (#ifdef MAPPED_ADDR_ENABLED)
Jun-ichiro itojun Hagino
2000-01-23
ip4_input -> ip4_input6, and fix typo in comment
Angelos D. Keromytis
2000-01-21
Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not
Angelos D. Keromytis
2000-01-13
We do need netinet/ip_ip4.h after all...
Angelos D. Keromytis
2000-01-13
Align.
Angelos D. Keromytis
2000-01-13
Introduce ip4_input6() with the correct prototype...
Angelos D. Keromytis
2000-01-13
Add include file fixing non-gif inet6 kernels.
Angelos D. Keromytis
2000-01-12
Use netinet/ip_ip4.c routines.
Angelos D. Keromytis
2000-01-02
Replace references to ipsec6_sysctl (code is not yet compiled in)
Angelos D. Keromytis
2000-01-02
implement net.inet6.icmp6.nodeinfo sysctl, which disables
Jun-ichiro itojun Hagino
1999-12-10
Remove remaining unnecessary ifdefs (itojun will hate me for this :-)
Angelos D. Keromytis
1999-12-10
Add RCS tags, remove unused header files and code, remove a few
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-03-09
Demangled the INET6 stuff so as not to require any extra options and not to
cmetz
1999-02-24
Synchronized changes needed to integrate into OpenBSD with the NRL source
cmetz
1999-01-06
first few files of NRL ipv6. This NRL release was officially exported
Theo de Raadt