Age | Commit message (Expand) | Author |
2001-06-26 | modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDR | Jun-ichiro itojun Hagino |
2001-06-25 | Don't double-clear M_PKTHDR/tags. | Angelos D. Keromytis |
2001-06-22 | cleanup COMPAT_RFC1885 case, for icmp6 echoback packet size consideration | Jun-ichiro itojun Hagino |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis |
2001-06-01 | use default hoplimit when incoming interface is not known to icmp6_error. | Jun-ichiro itojun Hagino |
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis |
2001-05-20 | Convert from tdbi to packet tags. | Angelos D. Keromytis |
2001-04-04 | make sure rcvif is not bogus, on call to icmp6_reflect. | Jun-ichiro itojun Hagino |
2001-03-30 | enable FAKE_LOOPBACK_IF case by default. | Jun-ichiro itojun Hagino |
2001-03-28 | Allow tdbi's to appear in mbufs throughout the stack; this allows | Angelos D. Keromytis |
2001-03-21 | set rmx_mtu to L2 interface mtu, instead of 0, on mtudisc timeout. | Jun-ichiro itojun Hagino |
2001-03-20 | change interpretation of net.inet6.icmp6.nodeinfo from true/fale to bitmap. | Jun-ichiro itojun Hagino |
2001-03-08 | remove bogus rtfree. inspired by fix to PR 1706. sync with kame | Jun-ichiro itojun Hagino |
2001-02-16 | pull in new pcb notification code from kame. better handling of scope address. | Jun-ichiro itojun Hagino |
2001-02-08 | witch raw ip6 socket code from NRL to kame. | Jun-ichiro itojun Hagino |
2001-02-08 | implement upper limit to icmp6 redirects (experimental, turned off) | Jun-ichiro itojun Hagino |
2001-02-07 | by default, don't bark on inbound ND messages, as outsider may be able to | Jun-ichiro itojun Hagino |
2001-01-16 | s/ND6DEBUG/ND6_DEBUG/ to synchronize with other places | Jun-ichiro itojun Hagino |
2001-01-08 | wrap "icmp6 checksum error" message into #ifdef ND6DEBUG. NetBSD PR 11911. | Jun-ichiro itojun Hagino |
2000-12-11 | no need to rtalloc1() twice in pmtud. from kame | Jun-ichiro itojun Hagino |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino |
2000-11-11 | improve spec conformance of node information query (07). | 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 | bring in icmp rate limitation code. | Jun-ichiro itojun Hagino |
2000-09-16 | kame sys/netinet6/icmp6.c 1.140 -> 1.144. | Jun-ichiro itojun Hagino |
2000-08-19 | - upgrade icmp6 node information query support to 06 draft. | Jun-ichiro itojun Hagino |
2000-08-03 | typo in #define. ICMP6_NI_SUCESS -> SUCCESS. | Jun-ichiro itojun Hagino |
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino |
2000-06-13 | the last commit was not enough. s/(int)/(signed char)/. | Jun-ichiro itojun Hagino |
2000-06-13 | workaround for arch with char == unsigned char (suppress warning). | Jun-ichiro itojun Hagino |
2000-06-12 | update icmp6 name lookup code to conform to 05 draft. previous code | Jun-ichiro itojun Hagino |
2000-05-22 | disallow negative number for rate limit period. | Jun-ichiro itojun Hagino |
2000-05-22 | use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current. | Jun-ichiro itojun Hagino |
2000-05-15 | perform NUD on p2p link, only if the destination/gateway is real neighbor. | Jun-ichiro itojun Hagino |
2000-05-15 | remove whitespace at EOL | Jun-ichiro itojun Hagino |
2000-04-13 | do not return icmp6 error against icmp6 error. | Jun-ichiro itojun Hagino |
2000-03-22 | aintroduce ip6_{next,last}hdr which lets us parse IPv6 header chain correctly. | Jun-ichiro itojun Hagino |
2000-02-28 | fix ICMPv6 redirect input. the bug can result in invalid ND entry. | Jun-ichiro itojun Hagino |
2000-02-28 | upgrade node information query protocol support from 04 draft to | 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-08 | remove never-visited function icmp6_ctloutput(). | Jun-ichiro itojun Hagino |
2000-01-02 | implement net.inet6.icmp6.nodeinfo sysctl, which disables | 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-10 | Remove remaining unnecessary ifdefs (itojun will hate me for this :-) | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |