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