summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05ping: implement proper lockingEric Dumazet1-2/+3
2017-03-16ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-23net: ping: check minimum size on ICMP header lengthKees Cook1-0/+4
2016-05-01ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet1-1/+3
2015-05-10net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-1/+6
2015-05-10ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-05-10ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2014-06-09net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-01-03inet: fix possible seqlock deadlocksEric Dumazet1-1/+1
2014-01-03inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa1-1/+1
2014-01-03inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-5/+4
2013-03-06ipv4: fix a bug in ping_err().Li Wei1-2/+2
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-06-21ipv4, ping: Remove duplicate icmp.h includeJesper Juhl1-1/+0
2011-05-24net: ping: cleanups ping_v4_unhash()Eric Dumazet1-3/+0
2011-05-20net: ping: fix the coding styleChangli Gao1-3/+7
2011-05-20net: ping: make local functions staticChangli Gao1-4/+4
2011-05-17net: ping: fix build failureVasiliy Kulikov1-0/+13
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet1-19/+0
2011-05-15net: ping: small changesEric Dumazet1-4/+4
2011-05-14net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov1-0/+937