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
/
ip6.h
Age
Commit message (
Expand
)
Author
2021-03-07
netinet/netinet6: Add necessary includes to make these standalone.
christos
2021-02-03
CTASSERT -> __CTASSERT to unbreak userland build.
roy
2021-02-03
Sprinkle CTASSERT to enforce on-wire layout without __packed
roy
2021-02-03
Remove __packed from various network structures
roy
2020-07-27
ip6: Remove __packed attribute from ip6 structures
roy
2018-05-18
IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to do
maxv
2018-05-18
Remove IP6_EXTHDR_GET0, remove pointless XXXs, and style.
maxv
2007-12-25
Convert many of the uses of __attribute__ to equivalent
perry
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-05-05
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
rpaulo
2005-12-10
Multiple inclusion protection, as suggested by christos@ on tech-kern@
elad
2005-05-29
- add const
christos
2004-07-09
typo. Bruno Rohee
itojun
2004-04-26
declare ip6_hdr_pseudo (for kernel only) and use it for TCP MD5 signature
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-06
- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)
itojun
2003-05-14
always use PULLDOWN_TEST codepath.
itojun
2002-11-02
/*CONTCOND*/ while (0)'ed macros
perry
2001-07-05
IP6_EXTHDR_GET0 had no check against m->m_len (noone was using this macro).
itojun
2001-01-23
put attribute(packed) for ip6 option headers. they will appear at
itojun
2000-10-10
sync with kame ($KAME$)
itojun
2000-07-13
remove m_pulldown statistics code. it is highly experimental and belong
itojun
2000-07-02
typo in previous
itojun
2000-07-02
do not touch struct ip6stat on non-INET6 compilation.
itojun
2000-03-03
comment fix, sync with kame.
itojun
2000-02-24
hide declaration of IP6_EXTHDR_{GET,CHECK} from userland.
itojun
2000-02-06
to be more rfc2292 complient, move ip6.h and icmp6.h into netinet.
itojun
1999-07-03
RCS ID police.
thorpej
1999-06-28
KAME/NetBSD 1.4 SNAP kit, dated 19990628.
itojun