summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.h
AgeCommit message (Expand)Author
2020-12-20Accept reject and blackhole routes for IPsec PMTU discovery.Alexander Bluhm
2018-11-05In icmp_input_if() m_pullup up the maximum size of required data at the start.Claudio Jeker
2017-04-14Pass down the address family through the pr_input calls. ThisAlexander Bluhm
2017-01-29Change the IPv4 pr_input function to the way IPv6 is implemented,Alexander Bluhm
2017-01-25Since raw_input() and route_input() are gone from pr_input, we canAlexander Bluhm
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc
2014-07-13Stop using old n_time, n_long and n_short types in netinet headers.Martin Pieuchot
2013-08-08Change MTU discovery functions to not abuse the global icmpsrc variableMartin Pieuchot
2010-09-13Change icmp_reflect() so that it does not call icmp_send directly. ThisClaudio Jeker
2010-07-08Add definitions for ICMP extended headers available for some ICMP messagesClaudio Jeker
2009-06-05Initial support for routing domains. This allows to bind interfaces toClaudio Jeker
2005-07-31Change the API for icmp_do_error so that it takes the mtu directly, ratherChristopher Pascoe
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-10"enought to" -> "enough to" comment typoDaniel Hartmeier
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-06-08Break up icmp_error() so we can have the icmp error mbuf returnedjasoni
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-12add rediraccept and redirtimeout sysctl's.Eric Jackson
2001-07-04Update with codes, URL, RFCs, from jason@Ackley.NET, closes PR 1919Angelos D. Keromytis
2001-06-09Inclusion protection.Angelos D. Keromytis
2000-12-12a few more icmp types/codes; itojun@ ok (awhile ago ;)Michael Shalayeff
2000-12-11turn off path mtu when icmp needfrag messages get blocked, okay itojun@Niels Provos
2000-10-10verify payload of the icmp need fragment message at the tcp layer. okay itojun@Niels Provos
1999-01-07add ipv6 transition related ICMP errorsTheo de Raadt
1997-08-26indentTheo de Raadt
1997-02-04changed comment to reflect RFC-1812kstailey
1997-02-04Changed ICMP "unreachable" code #defines to match the ones inkstailey
1997-01-30Added ICMP Destination Unreachable codes from RFC-1812:kstailey
1997-01-30added #define for Communication Administratively Prohibitedkstailey
1996-08-02ICMP Router Discovery definitions; from FreeBSDThorsten Lockert
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt