summaryrefslogtreecommitdiff
path: root/sys/netinet6
AgeCommit message (Expand)Author
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-08-04Free the socket only after disposing of the PCB.matt
2008-07-31Generalize previous fix so that both NS and NA packets are checked.matt
2008-07-31If a neighbor solictation isn't from the unspecified address, make surematt
2008-06-27remove undeclared caddr_t. makes i386 ALL kernel build again.cegger
2008-06-27Verify icmp type and code in IPSEC rules.mlelstv
2008-06-24ioctl commands are unsigned long. ABI change to mrt6_ioctl() will affect 64-...gmcgarry
2008-05-22Cosmetic: join lines.dyoung
2008-05-22Don't cast to void * unnecessarily.dyoung
2008-05-22Cosmetic: don't cast NULL unnecessarily.dyoung
2008-05-21protocol "drain" functions can be called in interrupt context, sodrochner
2008-05-15Simplify RT_DPRINTF() calls.dyoung
2008-05-13Change bzero() to memset(), non-overlapping bcopy() to memcpy().dyoung
2008-05-11Compare route with NULL instead of testing truth. Where applicable,dyoung
2008-05-07Sync with ipv4 icmp_input(): make sure the mbuf is writable andbouyer
2008-05-05Back out previous. It broke the build.ad
2008-05-04Move zlib out of net/ and into kern/. It would probably be better to usead
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-28udp6_init: fix a comment.yamt
2008-04-24Merge the socket locking patch:ad
2008-04-23Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> andthorpej
2008-04-23Use <net/net_stats.h> / netstat_sysctl().thorpej
2008-04-15Make pim6 stats per-cpu.thorpej
2008-04-15Explicitly include <sys/percpu.h>.thorpej
2008-04-15Make raw6 stats per-cpu.thorpej
2008-04-15Make udp6 stats per-cpu.thorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-08Change IPv6 stats from a structure to an array of uint64_t's.thorpej
2008-04-08Change ICMP6 stats from a structure to an array of uint64_t's.thorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2008-04-06Make this build again after thorpej's changes to udpstat.xtraeme
2008-03-20Use ip6_clearpktopts() to destroy the IPv6 PCB's in6p_outputopts,dyoung
2008-03-19No code ever sets struct ip6_pktopts member ip6po_m, so get rid ofdyoung
2008-03-10in6_cksum: use IN6_IS_SCOPE_EMBEDDABLE.yamt
2008-03-10in6_cksum: avoid using -> operator and use (char *) arithmetics instead.yamt
2008-03-09in6_cksum: constifyyamt
2008-02-27Convert to ansi definitions from old-style definitons.matt
2008-02-27Convert to ansi definitions from old-style definitons.matt
2008-02-12Explicitly predict panic conditions as false.joerg
2008-02-12Provide a simplified inplace version of in6_cksum.joerg
2008-02-06ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago;bjs
2008-01-25Refactor in_cksum/in4_cksum/in6_cksum implementations:joerg
2008-01-14Use rtcache_validate() instead of rtcache_getrt(). Shorten staircasedyoung
2008-01-14Use rtcache_lookup() instead of rtcache_lookup() + rtcache_getrt().dyoung
2008-01-12Good-bye, rtcache_check(). Call both rtcache_validate() anddyoung
2008-01-10Save some rtcache_getrt() calls.dyoung
2008-01-04Constify.dyoung
2008-01-04Replace rtcache_down() with rtcache_validate() and update rtcache_down()dyoung