summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/raw_ipv6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* witch raw ip6 socket code from NRL to kame.itojun2001-02-081-910/+0
* raw6/udp6 sockets are okay with :: in src.itojun2000-07-271-17/+2
* be proactive about unspecified IPv6 source address. pcb layer usesitojun2000-07-271-2/+18
* enable setsockopt related to IPv6 multicast routing.itojun2000-07-131-3/+28
* fix KAME PR 261.itojun2000-06-211-3/+6
* more mbuf sanity checkitojun2000-06-181-8/+11
* KNFitojun2000-06-181-578/+584
* remove remains from NRL ipsec codeitojun2000-06-181-13/+2
* split long "if" case (cosmetic; preparation for KNF)itojun2000-06-181-6/+7
* sync with more recent kame.itojun2000-06-181-124/+103
* comment out flowinfo manipulation on inbound. the spec is not very clear.itojun2000-06-131-2/+5
* plug an mbuf leakderaadt2000-05-131-5/+10
* allow compilation without -Ox. we may want to simplify #ifdefs more,itojun2000-04-301-3/+3
* - check raw socket icmp6 filter only if the packet is icmp6.itojun2000-02-281-3/+71
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-2/+3
* fix include file path related to ip6.itojun2000-02-071-4/+4
* clarify rip6_ctloutput().itojun2000-01-051-60/+10
* be paranoid about malicious use of v4 mapped addr on v6 packet.itojun1999-12-211-2/+9
* disallow AF mismatch on inbound.itojun1999-12-191-2/+4
* do not overwrite traffic class portion when filling in IPv6 version field.itojun1999-12-151-3/+4
* Change cast (and argument declaration) from int to u_long so itangelos1999-12-141-4/+4
* Remove remaining unnecessary ifdefs (itojun will hate me for this :-)angelos1999-12-101-7/+5
* Add RCS tags, remove unused header files and code, remove a fewangelos1999-12-101-301/+16
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-179/+266
* zap the newhashinit hack.art1999-04-281-3/+3
* Demangled the INET6 stuff so as not to require any extra options and not tocmetz1999-03-091-7/+13
* Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz1999-02-241-7/+8
* first few files of NRL ipv6. This NRL release was officially exportedderaadt1999-01-061-0/+1059