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