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
/
netinet6
/
in6.c
Age
Commit message (
Expand
)
Author
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
itojun
2003-12-04
netbsd.org -> NetBSD.org
keihan
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-15
backout previous (ENETREST special handlng)
itojun
2003-10-15
ignore ENETRESET on ADDMULTI.
itojun
2003-09-05
u_short -> u_int16_t. sync w/ kame.
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-24
typo
itojun
2003-06-24
use time.tv_sec directly
itojun
2003-05-14
constant usually has two n.
wiz
2003-02-27
Add in6_localaddr(). From KAME via FreeBSD.
thorpej
2003-02-24
automatic aggregates are evil. make it static const.
matt
2003-02-01
Add extensible malloc types, adapted from FreeBSD. This turns
thorpej
2002-10-17
do not differentiate manually configured address from autoconfigured ones
itojun
2002-09-23
better fix to PR 18163 ("deprecated" flag manipulation). sync w/kame
itojun
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-11
KNF - return is not a function. sync w/kame.
itojun
2002-06-11
silence some of log(), as the codepath will be visited for IPv6-non-capable
itojun
2002-06-09
whitespace cleanup
itojun
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
itojun
2002-06-08
in6_len2mask is a duplicate of in6_prefixlen2mask. unify. sync w/kame
itojun
2002-06-08
on SIOCAIFADDR_IN6 check if sin6_len is sane. sync w/kame
itojun
2002-06-07
typo
itojun
2002-06-07
'fall through' is not a valid LINT keyword.
itojun
2002-06-07
remove support for deprecated ioctls (EINVAL). sync w/kame
itojun
2002-05-29
attach nd_ifinfo structure into if_afdata.
itojun
2002-05-29
move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame
itojun
2002-05-25
we have no IFT_DUMMY. kame merge mistake
itojun
2002-05-23
remove wrong "break" statement
itojun
2002-05-23
simplify conditions to do DAD. sync w/kame
itojun
2002-05-23
should perform DAD for IFT_GIF.
itojun
2002-03-23
fix arg to bcmp() - need to compare 15 bytes, not 3 bytes. sync w/kame
itojun
2001-12-21
whitespace/costmetic sync w/kame
itojun
2001-12-20
centralize multicast group management (in6_join/leavegroup).
itojun
2001-12-18
reduce white space/cosmetic diffs w/kame.
itojun
2001-11-13
add RCSIDs
lukem
2001-10-18
reduce diffs with kame (mostly cosmetic).
itojun
2001-07-25
ifidex2ifnet could contain NULL after if_detach(). sync with kame
itojun
2001-07-18
do not malloc() during interrupt context for IPv6 multicast kludge table.
itojun
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-02-16
wording in comment.
itojun
2001-02-11
pull latest kame pcbnotify code. synchronizes ICMPv6 path mtu discovery
itojun
2001-02-11
add missing IFAFREE() in error recovery case.
itojun
2001-02-10
to sync with kame better, (1) remove register declaration for variables,
itojun
2001-02-07
during ip6/icmp6 inbound packet processing, do not call log() nor printf() in
itojun
2001-01-18
workaround to avoid EMSGSIZE when ND6 table for the outgoing interface
itojun
2000-12-04
make sure we don't touch uninitialized pointer. from: fvdl
itojun
2000-11-05
First Prototype implementation of network interface part for IEEE1394 (if_fw).
onoe
2000-10-28
do not panic on "ifconfig inet6 fe80::1 -alias". from Todd Fries.
itojun
2000-10-06
remove obsolete handling code for SIOCSIFPHY*. they are now in ifioctl().
itojun
[next]