aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAgeFilesLines
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2021-03-131-1/+2
* BACKPORT: net: sock: make sock_tx_timestamp voidDaniel Borkmann2021-03-131-3/+2
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-08-051-0/+3
* Merge tag 'v3.4.100' into HEADBruno Martins2017-11-091-2/+2
|\
| * net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-06-071-4/+11
* | Revert "net: core: Support UID-based routing."Lorenzo Colitti2017-10-071-2/+1
* | ping: implement proper lockingEric Dumazet2017-08-121-2/+3
* | net: ping: Fix stack buffer overflow in ping_common_sendmsg()Siqi Lin2017-08-051-1/+1
* | Merge tag 'v3.4.80' into HEADBruno Martins2017-08-021-16/+12
|\|
| * inet: fix possible seqlock deadlocksEric Dumazet2013-12-081-1/+1
| * inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-12-081-1/+1
| * inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-12-081-5/+4
* | Merge tag 'v3.4.40' into HEADBruno Martins2017-08-011-2/+2
|\|
| * ipv4: fix a bug in ping_err().Li Wei2013-02-281-2/+2
* | net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-10-201-1/+12
* | net/ping: handle protocol mismatching scenarioJane Zhou2015-10-201-0/+2
* | ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-081-0/+1
* | net: core: Support UID-based routing.Lorenzo Colitti2014-09-151-1/+2
* | seq_file: remove "%n" usage from seq_file usersTetsuo Handa2014-07-101-8/+7
* | net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-07-081-4/+11
* | ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2014-05-201-15/+19
* | ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2014-03-111-3/+3
* | net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2014-01-291-158/+402
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* net: Convert printks to pr_<level>Joe Perches2012-03-111-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-0/+1
|\
| * ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller2012-02-211-0/+1
* | ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-081-1/+2
|/
* net: fix some sparse errorsEric Dumazet2012-01-171-13/+14
* 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