aboutsummaryrefslogtreecommitdiff
path: root/include/net/icmp.h
AgeCommit message (Expand)AuthorFilesLines
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesGravatar Andreas Roeseler 1-0/+1
2021-02-23net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingGravatar Jason A. Donenfeld 1-1/+5
2020-02-13icmp: introduce helper for nat'd source address in network device contextGravatar Jason A. Donenfeld 1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-02-25net: Add __icmp_send helper.Gravatar Nazarov Sergey 1-1/+8
2018-11-08net: Convert protocol error handlers from void to intGravatar Stefano Brivio 1-1/+1
2016-04-27net: snmp: kill STATS_BH macrosGravatar Eric Dumazet 1-1/+1
2016-04-27net: icmp: rename ICMPMSGIN_INC_STATS_BH()Gravatar Eric Dumazet 1-1/+1
2016-04-27net: rename ICMP_INC_STATS_BH()Gravatar Eric Dumazet 1-1/+1
2013-09-20icmp.h: Remove extern from function prototypesGravatar Joe Perches 1-5/+5
2013-02-22ipv4: fix error handling in icmp_protocol.Gravatar Li Wei 1-0/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-04-02net: remove unused icmp_ioctl() definition.Gravatar Rami Rosen 1-1/+0
2011-11-09ipv4: reduce percpu needs for icmpmsg mibsGravatar Eric Dumazet 1-2/+2
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.Gravatar David S. Miller 1-3/+0
2010-04-13ipv4: raw: move struct raw_sock and raw_sk() to include/net/raw.hGravatar Patrick McHardy 1-11/+0
2010-01-23icmp: move icmp_err_convert[] to .rodataGravatar Alexey Dobriyan 1-1/+1
2008-07-18mib: put icmpmsg statistics on struct netGravatar Pavel Emelyanov 1-3/+2
2008-07-18mib: put icmp statistics on struct netGravatar Pavel Emelyanov 1-3/+2
2008-07-14mib: add struct net to ICMPMSGIN_INC_STATS_BHGravatar Pavel Emelyanov 1-1/+1
2008-07-14mib: add struct net to ICMPMSGOUT_INC_STATSGravatar Pavel Emelyanov 1-1/+1
2008-07-14mib: add struct net to ICMP_INC_STATS_BHGravatar Pavel Emelyanov 1-1/+1
2008-07-14mib: add struct net to ICMP_INC_STATSGravatar Pavel Emelyanov 1-1/+1
2008-07-14icmp: drop unused MIB accounting wrappersGravatar Pavel Emelyanov 1-5/+0
2008-07-14icmp: add struct net argument to icmp_out_countGravatar Pavel Emelyanov 1-1/+2
2008-03-26[NETNS][ICMP]: Move ICMP sysctls on struct net.Gravatar Pavel Emelyanov 1-7/+0
2008-02-29[ICMP]: Add return code to icmp_init.Gravatar Denis V. Lunev 1-1/+1
2008-02-29[INET]: Remove struct net_proto_family* from _init calls.Gravatar Denis V. Lunev 1-1/+1
2007-10-10[IPV4]: Add ICMPMsgStats MIB (RFC 4293)Gravatar David L Stevens 1-0/+8
2006-09-28[IPV4]: icmp_send() annotationGravatar Al Viro 1-1/+1
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hGravatar Arnaldo Carvalho de Melo 1-4/+5
2005-08-29[NET]: Fix sparse warningsGravatar Arnaldo Carvalho de Melo 1-0/+7
2005-05-05[PATCH] update Ross Biro bouncing email addressGravatar Jesper Juhl 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+60