summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ping.c
Commit message (Expand)AuthorAgeFilesLines
* ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-081-3/+3
* ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-081-2/+2
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-04-131-4/+11
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-191-1/+1
* ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa2014-01-211-0/+3
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-191-1/+6
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-4/+3
* ipv4: ping make local stuff staticStephen Hemminger2013-12-281-3/+7
* inet: fix possible seqlock deadlocksEric Dumazet2013-11-291-1/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-231-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-191-25/+24
|\
| * ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2013-11-181-15/+19
| * inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-181-12/+7
* | seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-151-8/+7
|/
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-091-3/+5
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-8/+7
* net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-301-2/+2
* ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco2013-09-281-1/+3
* net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco2013-08-151-1/+1
* net: ping_check_bind_addr() etc. can be staticWu Fengguang2013-06-131-4/+4
* ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang2013-06-041-3/+3
* net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2013-06-041-9/+12
* net: ipv4: make the ping /proc code AF-independentLorenzo Colitti2013-06-041-26/+47
* net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-05-251-160/+397
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-3/+2
* ipv4: fix a bug in ping_err().Li Wei2013-02-211-2/+2
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-211-0/+1
* userns: Use kgids for sysctl_ping_group_rangeEric W. Biederman2012-08-141-12/+6
* userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman2012-08-141-1/+3
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-111-0/+1
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-141-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-3/+8
|\
| * userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-3/+8
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+5
* | ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
|/
* 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