summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-06-05IPSEC has not come in two speeds for a long time now (IPSEC == kame,christos
2013-03-25PR/47693: Erik E. Fair: Add missing code to icmp handling.christos
2012-03-22remove KAME IPSEC, replaced by FAST_IPSECdrochner
2012-01-09check against NULLliamjfoy
2011-12-31- fix offsetof usage, and redundant defineschristos
2011-12-19rename the IPSEC in-kernel CPP variable and config(8) option todrochner
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-07-02manually adjust m_data and m_len so it can later be prepended with akefren
2010-06-26Add MPLS support, proposed on tech-net@ a couple of days agokefren
2009-12-07PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,christos
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2008-06-18merge yamt-pf42 branch.yamt
2008-05-04Simplify the interface to netstat_sysctl() and allocate space forthorpej
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-23Use <net/net_stats.h> / netstat_sysctl().thorpej
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-06Change ICMP stats from a structure to an array of uint64_t's.thorpej
2007-11-09Use sockaddr_in_init(). KNF. No functional change intended.dyoung
2007-08-27Cosmetic: 0 -> NULL. Remove unnecessary cast.dyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-01-29bzero -> memsetdyoung
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-08-30fix initializerschristos
2006-08-28icmp_input: don't assume relations between PRC_ and ICMP_ values.yamt
2006-07-10Wrap long lines, unwrap a short line.peter
2006-07-10Moves the PF_GENERATED m_tag to the new packet in icmp_error.peter
2006-03-29When reflecting an ICMP Echo, do not scribble over read-only/shareddyoung
2006-03-22An MTU can't be negative so store them in unsigned variables.matt
2005-11-10Remove redundant assignment (from Liam Foy)christos
2005-10-23No need to pass an interface when only the mtu is needed. From OpenBSD viachristos
2005-08-19make ICMPPRINTFS work; from Liam Foy.christos
2005-08-05Add sysctls for IP, ICMP, TCP, and UDP statistics.elad
2005-07-19Implement PMTU checks from:christos
2005-04-29move decl of inetsw to its own header to avoid array of incomplete type.yamt
2005-02-26nuke trailing whitespaceperry
2005-02-03ANSIfy function declarationsperry
2005-02-02de-__P -- will ANSIfy .c files later.perry
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2004-08-03Remove a common (icmpstat).cube
2004-06-25icmp_reflect: check if m_pkthdr.rcvif is non-NULL before touching it.itojun
2004-06-25be careful touching m_pkthdr.rcvif, it could be NULL if the packet wasitojun
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-04-26Remove #else clause of __STDC__matt