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
/
raw_ipv6.c
Age
Commit message (
Expand
)
Author
2001-02-08
witch raw ip6 socket code from NRL to kame.
Jun-ichiro itojun Hagino
2000-07-27
raw6/udp6 sockets are okay with :: in src.
Jun-ichiro itojun Hagino
2000-07-27
be proactive about unspecified IPv6 source address. pcb layer uses
Jun-ichiro itojun Hagino
2000-07-13
enable setsockopt related to IPv6 multicast routing.
Jun-ichiro itojun Hagino
2000-06-21
fix KAME PR 261.
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-13
comment out flowinfo manipulation on inbound. the spec is not very clear.
Jun-ichiro itojun Hagino
2000-05-13
plug an mbuf leak
Theo de Raadt
2000-04-30
allow compilation without -Ox. we may want to simplify #ifdefs more,
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-01-05
clarify rip6_ctloutput().
Jun-ichiro itojun Hagino
1999-12-21
be paranoid about malicious use of v4 mapped addr on v6 packet.
Jun-ichiro itojun Hagino
1999-12-19
disallow AF mismatch on inbound.
Jun-ichiro itojun Hagino
1999-12-15
do not overwrite traffic class portion when filling in IPv6 version field.
Jun-ichiro itojun Hagino
1999-12-14
Change cast (and argument declaration) from int to u_long so it
Angelos D. Keromytis
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-04-28
zap the newhashinit hack.
Artur Grabowski
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