summaryrefslogtreecommitdiff
path: root/sys/netinet/icmp6.h
AgeCommit message (Expand)Author
2022-08-29Add sysctl entry to control to send routing message for RTM_DYNAMIC.knakahara
2022-08-22Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 refle...knakahara
2020-07-27icmp6: Remove __packed attribute from icmp6 structuresroy
2020-06-15icmp6.h: #define ND_RA_FLAG_PROXYroy
2020-06-15icmp6.h: #define ND_OPT_PI_FLAG_ROUTERroy
2020-06-12Remove in-kernel handling of Router Advertisementsroy
2020-03-09route: RTM_MISS now puts the message source address in RTA_AUTHORroy
2018-08-22- Cleanup for dynamic sysctl:msaitoh
2018-04-24Add code 3 of paramprob, part of RFC7112: "IPv6 First Fragment hasmaxv
2018-03-06nd6: add a nonce to DaD probes in-case they are looped back to usroy
2018-01-23Style, localify, remove XXX when there's no issue, and switch 'extra'maxv
2016-12-11Remove unnecessary forward struct declarationsozaki-r
2013-07-01Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti.christos
2012-07-19<grmbl>whitespace</grmbl>spz
2012-07-19this commit contains two sets of unrelated changes:spz
2011-12-10Add RDNSS and DNSSL support, RFC6106.roy
2011-11-11Move RTF_ANNOUNCE flag so that it no longer conflicts with RTF_PROTO2.gdt
2011-05-24RA flood mitigation via a limit on accepted routes:spz
2011-05-08update (unused) ND option identifiers and corresponding commentsspz
2009-10-31add enough info to let rtadvd compile with route-info.christos
2008-07-11Add IANA allocation and header for RFC 5006 (RA RDNSS) IPv6 Routercyber
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2006-03-07'advertisment' -> 'advertisement', from leonardo chiquitto filhowiz
2006-03-05NDP-related improvements:rpaulo
2006-01-21Better support of IPv6 scoped addresses.rpaulo
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-05-29remove stupid hand-rolled loop and kernel conditional.christos
2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun
2004-04-18De __P()matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-06separate RFC2292 decls for MLD; sync w/ kameitojun
2003-06-06- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-06-09whitespaceitojun
2002-06-08sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun
2002-05-29move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kameitojun
2001-12-21have packed attribute to protocol structs. sync with kameitojun
2001-12-07correct timing to increment icmp6 MIB variables. sync with kameitojun
2001-02-07during ip6/icmp6 inbound packet processing, do not call log() nor printf() initojun
2001-01-22fix RR result bit in little endian systems. sync with kameitojun
2001-01-21sync with latest kame.itojun
2000-12-09update icmp6 too big validation. the change is necessary since pmtud isitojun
2000-10-18verify ICMPv6 too big messages based on TCP pcbs, and/or IPsec SA.itojun
2000-10-10sync with kame ($KAME$)itojun
2000-08-03clearifications in icmp6 node query support.itojun
2000-08-03correct typo in #define. ICMP6_NI_SUCESS -> SUCCESS (notice missing C).itojun
2000-07-28nuke the following sysctl variables. "ppsratelimit" should work better.itojun
2000-07-06- do not use bitfield for router renumbering header.itojun