summaryrefslogtreecommitdiff
path: root/net/ipv4/ping.c
AgeCommit message (Expand)Author
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14Reset to 3.12.19Scott Wood
2013-12-08inet: fix possible seqlock deadlocksEric Dumazet
2013-12-08inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-12-08ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa
2013-12-08inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang
2013-06-04ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti
2013-05-26net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-02-21ipv4: fix a bug in ping_err().Li Wei
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert
2012-08-15userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman
2012-08-15userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-07-12ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-03userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-12net: Convert printks to pr_<level>Joe Perches
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-21ipv4: ping: Fix recvmsg MSG_OOB error handling.David S. Miller
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover
2012-01-17net: fix some sparse errorsEric Dumazet
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-06-20ipv4, ping: Remove duplicate icmp.h includeJesper Juhl
2011-05-23net: ping: cleanups ping_v4_unhash()Eric Dumazet
2011-05-19net: ping: fix the coding styleChangli Gao
2011-05-19net: ping: make local functions staticChangli Gao
2011-05-17net: ping: fix build failureVasiliy Kulikov
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet
2011-05-15net: ping: small changesEric Dumazet
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov