summaryrefslogtreecommitdiff
path: root/sys/netinet6/raw_ipv6.c
AgeCommit message (Expand)Author
2001-02-08witch raw ip6 socket code from NRL to kame.Jun-ichiro itojun Hagino
2000-07-27raw6/udp6 sockets are okay with :: in src.Jun-ichiro itojun Hagino
2000-07-27be proactive about unspecified IPv6 source address. pcb layer usesJun-ichiro itojun Hagino
2000-07-13enable setsockopt related to IPv6 multicast routing.Jun-ichiro itojun Hagino
2000-06-21fix KAME PR 261.Jun-ichiro itojun Hagino
2000-06-18more mbuf sanity checkJun-ichiro itojun Hagino
2000-06-18KNFJun-ichiro itojun Hagino
2000-06-18remove remains from NRL ipsec codeJun-ichiro itojun Hagino
2000-06-18split long "if" case (cosmetic; preparation for KNF)Jun-ichiro itojun Hagino
2000-06-18sync with more recent kame.Jun-ichiro itojun Hagino
2000-06-13comment out flowinfo manipulation on inbound. the spec is not very clear.Jun-ichiro itojun Hagino
2000-05-13plug an mbuf leakTheo de Raadt
2000-04-30allow 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-28bring in recent KAME changes (only important and stable ones, as usual).Jun-ichiro itojun Hagino
2000-02-07fix include file path related to ip6.Jun-ichiro itojun Hagino
2000-01-05clarify rip6_ctloutput().Jun-ichiro itojun Hagino
1999-12-21be paranoid about malicious use of v4 mapped addr on v6 packet.Jun-ichiro itojun Hagino
1999-12-19disallow AF mismatch on inbound.Jun-ichiro itojun Hagino
1999-12-15do not overwrite traffic class portion when filling in IPv6 version field.Jun-ichiro itojun Hagino
1999-12-14Change cast (and argument declaration) from int to u_long so itAngelos D. Keromytis
1999-12-10Remove remaining unnecessary ifdefs (itojun will hate me for this :-)Angelos D. Keromytis
1999-12-10Add RCS tags, remove unused header files and code, remove a fewAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-03-09Demangled the INET6 stuff so as not to require any extra options and not tocmetz
1999-02-24Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz
1999-01-06first few files of NRL ipv6. This NRL release was officially exportedTheo de Raadt