summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.c
AgeCommit message (Expand)Author
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
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2003-12-04Dynamic sysctl.atatat
2003-11-13Add m_tag_delete_nonpesrsistent(), for deleting all packet tags onjonathan
2003-11-11Change global head-of-local-IP-address list from in_ifaddr tojonathan
2003-08-22remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.itojun
2003-08-22change the additional arg to be passed to ip{,6}_output to struct socket *.itojun
2003-08-15(fast-ipsec): Add hooks to pass IPv4 IPsec traffic into fast-ipsec, ifjonathan
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-26fix commentitojun
2003-04-17Clear hardware checksum flags before reusing a mbuf for an ICMP reply astron
2003-02-26Add MBUFTRACE kernel option.matt
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-08-14avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACEitojun
2002-06-30Changes to allow the IPv4 and IPv6 layers to align headers themseves,thorpej
2002-06-13set IPv4 parameter to modern value.itojun
2002-06-09whitespaceitojun
2001-11-13add RCSIDslukem
2001-11-04Convert netinet to not use the internal <sys/queue.h> field namesmatt
2001-11-04Keep only one mtu_table (the two were identical except formatt
2001-10-30Add in support for timing out IPv4 routes added due to redirects,kml
2001-10-29Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>simonb
2001-10-20Make the two MTU tables const and change their type to u_int (one was intmatt
2001-03-08Remove a bogus rtfree(); OpenBSD PR 1706.itojun
2001-03-01make sure to enforce inbound ipsec policy checking, for any protocols on topitojun
2001-01-24- record IPsec packet history into m_aux structure.itojun
2000-10-18s/mtudisc_callback/icmp_&/ so that we don't feel conflict between IPv4 anditojun
2000-10-18count successful path MTU changes. good for debugging.itojun
2000-10-18Restructure the Path MTU Discovery code somewhat to avoidthorpej
2000-07-28nuke the following sysctl variables. "ppsratelimit" should work better.itojun