summaryrefslogtreecommitdiff
path: root/sys/netinet6/icmp6.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-02-20Bail out in case m_pulldown failed.joerg
2013-11-23convert from CIRCLEQ to TAILQ.christos
2013-06-05IPSEC has not come in two speeds for a long time now (IPSEC == kame,christos
2012-06-234 new sysctls to avoid ipv6 DoS attacks from OpenBSDchristos
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2011-12-31- fix offsetof usage, and redundant defineschristos
2011-12-19rename the IPSEC in-kernel CPP variable and config(8) option todrochner
2011-08-31NULL does not need a castplunky
2010-09-12avoid NULL dereference in error casedrochner
2009-10-18fix the sun2 case for real.christos
2009-10-12unbreak sun2.christos
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2008-10-03Fix for CVE-2008-3530 from matt@adrianp
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-05-07Sync with ipv4 icmp_input(): make sure the mbuf is writable andbouyer
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-23Use <net/net_stats.h> / netstat_sysctl().thorpej
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
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-02-27Convert to ansi definitions from old-style definitons.matt
2007-12-04Use IFNET_FOREACH() and IFADDR_FOREACH().dyoung
2007-11-01De-__P().dyoung
2007-10-29The IPv6 stack labels incoming packets with an m_tag whose payloaddyoung
2007-10-24Replace rote sockaddr_in6 initializations (memset(), set sa6_family,dyoung
2007-09-191) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), thatdyoung
2007-08-10Constify. bcopy -> memcpy.dyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-06-13Persuasive programming: check M_UNWRITABLE(m, len) instead ofdyoung
2007-05-23Ansify + add a few comments, from Karl Sjödahlchristos
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-02-10Commit my SoC workdegroote
2007-01-29bzero -> memsetdyoung
2007-01-15Cosmetic: indent using ASCII horizontal tab, insert space followingdyoung
2007-01-15Fix an infinite loop ( and local dos ) in the case where the ip6_hdr anddegroote
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-09Here are various changes designed to protect against bad IPv4dyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-05Simplify and repair icmp6_input() to stop the kernel from panickingdyoung
2006-09-01Vastly simplify the code that copies an ICMP6 packet to two datadyoung
2006-08-30declare the type of code.christos
2006-07-11Clear mbuf checksum flags before passing it to ip6_output(). We mighttron
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-04-15Coverity CID 740: Change constant comparisons to MCLBYTES to KASSERT and removechristos