summaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
AgeCommit message (Expand)Author
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-09-11KNF - return is not a function. sync w/kameJun-ichiro itojun Hagino
2002-07-30remove unneeded NULL pointer checks.Jun-ichiro itojun Hagino
2002-07-10do not use p++ in tolower(). NetBSD PR 17540. sync w/kameJun-ichiro itojun Hagino
2002-06-09whitespace cleanupJun-ichiro itojun Hagino
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.Jun-ichiro itojun Hagino
2002-05-31do not mistakenly lock PMTUD route entry with RTV_MTU.Jun-ichiro itojun Hagino
2002-05-29force fragment to minimum link MTU (1280) when needed (when PMTUD doesJun-ichiro itojun Hagino
2002-05-29attach nd_ifinfo structure to if_afdata.Jun-ichiro itojun Hagino
2002-05-29set rmx_mtu to 0 on PMTUD route entry timeout.Jun-ichiro itojun Hagino
2002-05-24make a strict check before sending FQDN node information reply. sync w/kameJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-05on redirect output, always try to attach target link layer address option.Jun-ichiro itojun Hagino
2001-12-07give up local, instead of remote, on ping6 -w during memory starvedJun-ichiro itojun Hagino
2001-12-07correct icmp6 MIB counter mistakeJun-ichiro itojun Hagino
2001-12-07whitespace/comment sync with kameJun-ichiro itojun Hagino
2001-12-06remove kame IPSEC code within #ifdef.Jun-ichiro itojun Hagino
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-06-27Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, dependingAngelos D. Keromytis
2001-06-26modify m_pkthdr.len computation to work with both 4.4BSD M_COPY_PKTHDRJun-ichiro itojun Hagino
2001-06-25Don't double-clear M_PKTHDR/tags.Angelos D. Keromytis
2001-06-22cleanup COMPAT_RFC1885 case, for icmp6 echoback packet size considerationJun-ichiro itojun Hagino
2001-06-09No need for net/net_osdep.hAngelos D. Keromytis
2001-06-01use default hoplimit when incoming interface is not known to icmp6_error.Jun-ichiro itojun Hagino
2001-05-26Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather thanAngelos D. Keromytis
2001-05-20Convert from tdbi to packet tags.Angelos D. Keromytis
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-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
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-08remove bogus rtfree. inspired by fix to PR 1706. sync with kameJun-ichiro itojun Hagino
2001-02-16pull in new pcb notification code from kame. better handling of scope address.Jun-ichiro itojun Hagino
2001-02-08witch raw ip6 socket code from NRL to kame.Jun-ichiro itojun Hagino
2001-02-08implement upper limit to icmp6 redirects (experimental, turned off)Jun-ichiro itojun Hagino
2001-02-07by default, don't bark on inbound ND messages, as outsider may be able toJun-ichiro itojun Hagino
2001-01-16s/ND6DEBUG/ND6_DEBUG/ to synchronize with other placesJun-ichiro itojun Hagino
2001-01-08wrap "icmp6 checksum error" message into #ifdef ND6DEBUG. NetBSD PR 11911.Jun-ichiro itojun Hagino
2000-12-11no need to rtalloc1() twice in pmtud. from kameJun-ichiro itojun Hagino
2000-12-11nuke #ifdef TCP6 (no longer supported).Jun-ichiro itojun Hagino
2000-11-11improve spec conformance of node information query (07).Jun-ichiro itojun Hagino
2000-10-10little bit of sync with kame ($KAME, s/u_char/u_int8_t/)Jun-ichiro itojun Hagino
2000-10-10bring in icmp rate limitation code.Jun-ichiro itojun Hagino
2000-09-16kame 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-03typo in #define. ICMP6_NI_SUCESS -> SUCCESS.Jun-ichiro itojun Hagino
2000-07-06- more icmp6/ip6 stats.Jun-ichiro itojun Hagino
2000-06-13the last commit was not enough. s/(int)/(signed char)/.Jun-ichiro itojun Hagino
2000-06-13workaround for arch with char == unsigned char (suppress warning).Jun-ichiro itojun Hagino
2000-06-12update icmp6 name lookup code to conform to 05 draft. previous codeJun-ichiro itojun Hagino