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
Age
Commit message (
Expand
)
Author
2000-07-23
wrap kernel function prototype by #ifdef _KERNEL.
itojun
2000-07-23
pre-compute and cache intermediate crypto key. suggestion from sommerfeld,
itojun
2000-07-18
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
itojun
2000-07-16
s/IPSEC_IPV6FWD/IPSEC/. this should correct strange behavior on ipv6
itojun
2000-07-16
do not pull sys/queue.h from netinet6/in6.h. PR10597.
itojun
2000-07-13
fatal bug fix from kame (rtentry refcnt goes negative if we play with IPv6
itojun
2000-07-13
remove m_pulldown statistics code. it is highly experimental and belong
itojun
2000-07-09
add ppsratelimit(9), which does event-per-sec rate limitation.
itojun
2000-07-07
sync with kame.
itojun
2000-07-06
elide lint cast type conversion warnings.
christos
2000-07-06
remove unnecessary #include <netkey/key_debug.h>. from kame.
itojun
2000-07-06
- do not use bitfield for router renumbering header.
itojun
2000-07-02
drop packet to tentative/duplicated interface address earlier. sync w/kame
itojun
2000-07-02
repair kernel faithd(8) support. there were two mistakes:
itojun
2000-06-30
suppress too noisy warning on forward-over-loopback case. from kame
itojun
2000-06-28
<vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
XNS5.2: define sa_family_t and use it where specified by the standard.
kleink
2000-06-20
avoid possible mbuf leaks on ipsec policy violation.(sync with kame)
itojun
2000-06-15
remove obsolete sysctl MIB net.inet.ipsec.inbound_call_ike.
itojun
2000-06-14
Import IPsec ESP from netbsd-cryptosrc-intl.
thorpej
2000-06-14
add algorithm name into algorithm table. (commit to crypto-intl will follow)
itojun
2000-06-13
signedness issue with char, take 2. confirmed with i386 cc -funsigned-char.
itojun
2000-06-13
workaround to suppress warning on char == unsigned char arch.
itojun
2000-06-13
do not use cached route if the route becomes !RTF_UP.
itojun
2000-06-13
add sanity check on in6_ifaddr.
itojun
2000-06-13
make sure to link new in6_ifaddr to if_addrlist.
itojun
2000-06-12
better conformance to draft-ietf-ipngwg-icmp-name-lookups-05.
itojun
2000-06-12
sync with latest kame tree (tiny update in IPv4 mapped issue)
itojun
2000-06-12
sync with almost-latest KAME IPsec. full changelog would be too big
itojun
2000-06-10
sync with latest kame document.
itojun
2000-06-08
Use _POSIX_SOURCE-safe type names
danw
2000-06-08
make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT to
itojun
2000-06-07
fix anycast address determination.
itojun
2000-06-07
s/PIMCTL/PIM6CTL/ to avoid future confusion.
itojun
2000-06-05
backout change to in6_pcbnotify(). the change seems premature
itojun
2000-06-05
pass struct proc * down to udp6_output and in6_pcbbind.
itojun
2000-06-04
remove include files in nonstandard path
itojun
2000-06-03
sync with recent kame.
itojun
2000-06-03
sync with kame.
itojun
2000-06-02
sync with more recent kame. cope with malloc failure more gracefully
itojun
2000-05-29
disallow bind(2) with IPv4 mapped address for now. port number check is
itojun
2000-05-28
sync with reality in netbsd-current.
itojun
2000-05-24
enforce parameter type check for IN6_ARE_ADDR_EQUAL(). (sync with kame)
itojun
2000-05-22
make net.inet6.udp6.* sysctl name meet with IPv4 counterpart.
itojun
2000-05-22
disallow negative numbers for ratelimit interval (tcp, icmp, icmp6).
itojun
2000-05-19
correct manipulation of link-local scoped address on loopback.
itojun
2000-05-19
correct MLD API. (binary backward compatibility is kept)
itojun
2000-05-19
NULL != 0
thorpej
2000-05-19
do not mistakingly forward link-local scoped packet (the bug was added
itojun
2000-05-09
do not try NUD unless the gateway is a real neighbor.
itojun
[next]