summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2001-05-28Remove unused code.Angelos D. Keromytis
2001-05-28Deprecated IPV6_ENCAPSULATEDAngelos D. Keromytis
2001-05-28Don't check for IPV6_ENCAPSULATED, no longer needed since we have the tags.Angelos D. Keromytis
2001-05-28Missed a DPRINTF().Angelos D. Keromytis
2001-05-28Use packet tags to detect loops, same as ip_output()Angelos D. Keromytis
2001-05-26Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather thanAngelos D. Keromytis
2001-05-25recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.Jun-ichiro itojun Hagino
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
2001-05-17fix memory leak on ipv6 reass failure. sync with kameJun-ichiro itojun Hagino
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-11Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ okAaron Campbell
2001-04-14Minor changes, preparing for real socket-attached TDBs; also, moreAngelos D. Keromytis
2001-04-11disallow userland programs from specifying addresses with IPV6_PKTINFOJun-ichiro itojun Hagino
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-04-04suppress RS/RA log messages (can be re-enabled by net.inet6.icmp6.nd6_debug),Jun-ichiro itojun Hagino
2001-04-04make sure rcvif is not bogus, on call to icmp6_reflect.Jun-ichiro itojun Hagino
2001-03-30enable FAKE_LOOPBACK_IF case by default.Jun-ichiro itojun Hagino
2001-03-30fix constness of IN6_{IS,ARE}_xx macros to conform to RFC2553.Jun-ichiro itojun Hagino
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
2001-03-25re-initialize mopt in ip6_insert_jumboopt(). sync with kameJun-ichiro itojun Hagino
2001-03-25missing splx. sync with kame.Jun-ichiro itojun Hagino
2001-03-25sync $KAME$.Jun-ichiro itojun Hagino
2001-03-25Missing splx. Thanks to dawson and team for finding this oneConstantine Sapuntzakis
2001-03-21in nd6_cache_lladdr(), set nd6_gctimer to ln_expire just after the stateJun-ichiro itojun Hagino
2001-03-21set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout.Jun-ichiro itojun Hagino
2001-03-20change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap.Jun-ichiro itojun Hagino
2001-03-16drop packets with link-local addresses,Jun-ichiro itojun Hagino
2001-03-13add/clearify spl for ipsec6. sync with kame. reviewed by angelos.Jun-ichiro itojun Hagino
2001-03-08make nd6_storelladdr()'s behavior consistent about mbuf freeing on errors.Jun-ichiro itojun Hagino
2001-03-08more missing splx. sync with kameJun-ichiro itojun Hagino
2001-03-08remove bogus rtfree. inspired by fix to PR 1706. sync with kameJun-ichiro itojun Hagino
2001-03-07missing splx. from aaron. sync with kameJun-ichiro itojun Hagino
2001-03-04avoid possible align issue. sync with kameJun-ichiro itojun Hagino
2001-03-02remove date string from KAME version identification, it is getting meaninglessJun-ichiro itojun Hagino
2001-02-23garbage-collect stale ND entries (default: 1 day).Jun-ichiro itojun Hagino
2001-02-23remove unnecessary state, ND6_LLINFO_WAITDELETE, from neighbor cacheJun-ichiro itojun Hagino
2001-02-22correct behavior when ip6 reass queue reaches the upper limit.Jun-ichiro itojun Hagino
2001-02-22be more more picky about ip6 destopt parsing. sync with kameJun-ichiro itojun Hagino
2001-02-21make validation code more strict for ND6/dest6 variable length headers.Jun-ichiro itojun Hagino
2001-02-16get rid of #ifdef IPV6FIREWALL (never used, will never be used)Jun-ichiro itojun Hagino
2001-02-16protect router list management by splsoftnet properly. sync with kameJun-ichiro itojun Hagino
2001-02-16oops, remove #ifdef __fooBSD__.Jun-ichiro itojun Hagino
2001-02-16pull in new pcb notification code from kame. better handling of scope address.Jun-ichiro itojun Hagino
2001-02-16cosmetic sync with kameJun-ichiro itojun Hagino
2001-02-16cosmetic. add missing IFAFREE on failure caseJun-ichiro itojun Hagino
2001-02-16cosmetic/whitespace sync with kameJun-ichiro itojun Hagino
2001-02-16cosmetic/comment sync with kameJun-ichiro itojun Hagino
2001-02-16amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).Jun-ichiro itojun Hagino
2001-02-16set frag6_doing_reass while doing reass, to help frag6_drain.Jun-ichiro itojun Hagino
2001-02-16sync whitespace/comment with kame. to help merge tasksJun-ichiro itojun Hagino