summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2006-09-03comment out impossible comparison.christos
2006-09-02- fix initializerschristos
2006-09-01Vastly simplify the code that copies an ICMP6 packet to two datadyoung
2006-09-01Re-use macro IN6_IS_SCOPE_EMBEDDABLE().dyoung
2006-09-01Restore historical kernel behavior: let an application bind(2) andyoung
2006-08-30remove empty code.christos
2006-08-30remove impossible comparisons.christos
2006-08-30fix initializerschristos
2006-08-30Fix initializers.christos
2006-08-30add missing initializerschristos
2006-08-30declare the type of code.christos
2006-08-30comment out comparison always falsechristos
2006-08-30fix incomplete initializerchristos
2006-08-28remove extra memberschristos
2006-08-27gc unused member.christos
2006-08-25One step closer to loadable domains. Store pointers to a domain's softmatt
2006-08-25Don't include <netccitt/x25.> and don't bother checking for SIOCSIFCONF_X25.matt
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-12Add diagnostic checks for hardware-assisted checksum related flags intron
2006-07-11Clear mbuf checksum flags before passing it to ip6_output(). We mighttron
2006-07-08Add a missing piece from RFC 3542. KAME-NetBSD-current branchrpaulo
2006-06-29Fix a minor printf found while reading the codeliamjfoy
2006-06-28fix the dad_count logic: if we send a packet successfully, reset the counterdrochner
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-06-03include <netccitt/x25.h> for the SIOCSIFCONF_X25 case in in6_control.dogcow
2006-06-03Fix typo.christos
2006-06-03add 2 more ioctls that use struct ifaddr *, and remove debugging printfschristos
2006-06-03This is ugly, but it is the simplest fix to avoid calling in the defaultchristos
2006-05-25Make the mbuf writable before calling in6_clearscope(). Based on patch sentbouyer
2006-05-23In ip6_savecontrol(), ignore IPv4 packets.rpaulo
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-05-14integrate kauth.elad
2006-05-14XXX: GCC uninitialized.christos
2006-05-07Use C99 uintXX_t types so that applications don't need to includerpaulo
2006-05-07while (1) -> for (;;)rpaulo
2006-05-05Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).rpaulo
2006-04-15Coverity CID 607: Remove bogus test.christos
2006-04-15Coverity CID 608: #ifdef out dead code.christos
2006-04-15Coverity CID 740: Change constant comparisons to MCLBYTES to KASSERT and removechristos
2006-04-15Coverity CID 856: m cannot be NULL here. Remove bogus test.christos
2006-04-15Coverity CID 857: Prevent NULL deref.christos
2006-03-29Add predicate IN6_IS_SCOPE_EMBEDDABLE(__a), which is true if anddyoung
2006-03-24From KAME via SUZUKI Shinsuke:rpaulo
2006-03-20RFC 4191 changed the meaning of the "Reserved" Router Preferencerpaulo
2006-03-170 > len ==> len < 0rpaulo
2006-03-170 > len ==> len < 0rpaulo
2006-03-06Rename local variables called delay that shadow the delay() decl.rpaulo
2006-03-05NDP-related improvements:rpaulo
2006-03-05bzero -> memsetrpaulo