aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAgeFilesLines
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-05-091-1/+6
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-05-091-1/+4
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-091-0/+1
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-06-091-4/+11
* inet: fix possible seqlock deadlocksEric Dumazet2014-01-031-1/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2014-01-031-1/+1
* inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2014-01-031-5/+4
* ipv4: fix a bug in ping_err().Li Wei2013-03-061-2/+2
* ping: dont increment ICMP_MIB_INERRORSEric Dumazet2011-11-181-2/+0
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* ipv4, ping: Remove duplicate icmp.h includeJesper Juhl2011-06-201-1/+0
* net: ping: cleanups ping_v4_unhash()Eric Dumazet2011-05-231-3/+0
* net: ping: fix the coding styleChangli Gao2011-05-191-3/+7
* net: ping: make local functions staticChangli Gao2011-05-191-4/+4
* net: ping: fix build failureVasiliy Kulikov2011-05-171-0/+13
* net: ping: dont call udp_ioctl()Eric Dumazet2011-05-161-19/+0
* net: ping: small changesEric Dumazet2011-05-151-4/+4
* net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov2011-05-131-0/+937