Home | History | Annotate | Download | only in iputils

Lines Matching full:ping

24       ping,ping6: Check outgoing device only if specified.
30 ping,tracepath doc: Fix missing end tags.
39 ping,rdisc: Optimize checksumming.
42 ping,rdisc: Use macro to get odd byte when checksumming.
47 ping,ping6: Allow printing usage without permission errors.
48 ping,ping6: Fix cap_t leakage.
49 arping,ping,ping6: Do not ideologically check return value from cap_free,cap_{set,get}_flag().
65 ping: Exit on SO_BINDTODEVICE failure.
66 ping: Warn if kernel has selected source address from other interface.
67 ping: Clarify difference between -I device and -I addr.
75 ping,ping6: Use MAX_DUP_CHK directly, not using mx_dup_chk variable.
76 ping,ping6: Abstract received bitmap macros/definitions.
77 ping,ping6: Use __u64 or __u32 for bitmap.
84 ping6 doc: Explicitly describe ping6 is IPv6 version if ping.
89 ping: Eliminate dirty hack to cope with ancient egcs bug.
94 arping,ping,ping6,tracepath,traceroute6 Makefile: Support static link of libidn by USE_IDN=static.
118 ping,ping6: Add newline to error message.
119 ping: Don't free an unintialized value.
122 arping,clockdiff,ping,rarpd,rdisc,traceroute6 doc: s/CAP_NET_RAWIO/CAP_NET_RAW/.
123 ping,ping6: Do not assume radix point is denoted by '.' (-i option).
124 arping,ping,ping6,rdisc,traceroute6: Fix version string.
139 ping,ping6: Reorder command-line options in alphabetical order.
141 ping,ping6 doc: Readability for TOS (-Q) option.
159 ping: Wrap SO_BINDTODEVICE with the correct capability.
162 ping: IP_MULTICAST_IF does not need CAP_NET_RAW.
165 ping,ping6: Manual update regarding -F, -Q and -N option.
166 arping,ping,ping6: Defer exitting to allow users to see usage.
167 arping,ping,ping6,ninfod: Change euid to uid (non-root) even if capabiliy is enabled.
180 ping,ping6: Fallback to numeric addresses while exiting
183 ping,ping6: Rework capability support and Make sure -m and -I options work.
184 ping,tracepath: Spelling fixes in manpages.
185 ping,ping6: Fix integer overflow with large interval value (-i option).
187 ping,ping6: Make in_pr_addr volatile.
190 ping: Fix recorded route comparison.
194 ping,ping6: Unmask signals on start-up.
196 arping,ping,ping6,tracepath,tracepath6,traceroute6: Experimental IDN support.
209 ping,ping6: Fix hang with -f option.
210 ping: Make sure to print C if checksum failed with -f option.
216 ping,ping6: Defer the dropping if the "-m" is specified and correct capability is set.
217 ping: Fix typo in echo reply
220 ping: report outstanding packets before sending next packet
223 ping,ping6: Add -D to synopsis.
224 ping: More icmp code descriptions.
225 ping,ping6: Hide ipg/ewma info without packets received.
233 ping,ping6: Check return value of write(2) for stdout.
251 ping,ping6: ifdef guard for inline function for capability support and fix build with USE_CAP=no.
262 ping,ping6: avoid gethostbyaddr during ping flood.
269 ping: Fix resource consumption triggered by specially crafted ICMP Echo Reply (CVE-2010-2529)
278 ping: Make build_echo(), gather_statistics() more generic.
280 ping: simplify usage hint.
281 ping: Rename constant names
294 ping,traceroute6,clockdiff: Enlarge hostname buffer.
296 ping: needless space when printing usage.
308 ping: ping by mark
309 ping: ping by mark doc update
312 ping: set un.echo.id to network byte order
321 ping,ping6: Don't print extra ', ' in finish().
324 ping,ping6: Add -D option to print timestamp.
340 [CLOCKDIFF,PING,RDISC,TRACEROUTE6]: Support uClibc.
342 [PING]: Use inet_pton() instead of sscan().
383 [PING,PING6] Use proper type for printf()
389 [PING,PING6] Avoid using __constant_htons() if it is really needed
391 [ARPING,CLOCKDIFF,PING,PING6,TRACEROUTE6] Check return value from setuid().
392 [PING,PING6] ensure to initialize msg.
405 be without a man page for ping?"
414 * Thomas 'Dent' Mirlacher <dent@cosy.sbg.ac.at> Ping did not exit sometimes!
416 * Mads Martin J?rgensen <mmj@suse.de>: ping should not bind to autoselected
423 > ping (as well as other utilities) may open raw socket with descriptor <=2;
436 * ping used to retry forever when seeing ENOBUFS/ENOMEM without explicitly
478 * Alexandr D. Kanevskiy <kad@blackcatlinux.com>: ping compiled
495 * ping: Erik Quanstrom <quanstro@clark.net>. Serious patch.
496 ping interval timer was not very broken, but very unintelligible.
501 option -l (preload) sets burst size of l packets. So, ping sends
519 BSD manual pages. BSD ping is simply not able to avoid delay technically,
527 to plain ping, only output is different (dotted). Essentially,
528 change of output format is the only effect. "ping -i 0" is flood
534 * ping: Ian Lynagh <igloo@earth.li>, larger and dynamic dup detector.
543 * ping: audible ping by Patrik Schilt <patrik@bnc.ch>
545 * ping: react to device queue overflows using IP_RECVERR. me.
546 * ping: option -S allows to change sndbuf
553 * ping is able to select TOS. By Pekka Savola <pekkas@netcore.fi>
559 * RH bugid#16677: segfault, when ping is used by root and size
567 - ping: buffer overflow in fill()!!! Disgraceful bug.
569 * ping: allow not-priviledged users to use broadcasts. It was paranoia.
571 * ping: but force broadcasts&multicasts not to fragment. BSD does
584 - ping: possible buffer overflow in pr_addr().
591 * ping*, SO_TIMESTAMP support.
592 * ping*, allow zero data length (reported by Damjan Lango <damjan.lango@hermes.si>)
594 * ping.8, fix to ping man page. By Dadid Eisner <cradle@glue.umd.edu>
595 * ping prints addresses in numeric, if destination is numeric.
599 * ping: strncpy bug <typo@inferno.tusculum.edu>
615 * Bug in ping -f, introduced with SO_RCVTIMEO. me.
616 * llsqrt() (ping, ping6) was wrong yet. me.
619 * Print mean deviation of RTT in ping/ping6.
620 * Use SIOCGSTAMP in ping/ping6. Old behaviour calculating
626 Ping has another bug: nameresolver is blocking, so that
627 when it dies not respond, ping shows evenly increasing by 1 sec
630 * Use SO_RCVTIMEO instead of poll() with ping/ping6 -f.
631 * Added -V option to arping/ping/ping6/traceroute6/rdisc
636 * ping/ping6: ping -i N, N>=3 did not work. Jeff Jonson <jbj@redhat.com>
637 * ping/ping6: microsecond rtt measurements. me.
640 * ping/ping6: non-zero exit code even without -w.
643 * Option "-i" to ping/ping6 takes fractional time now, so that
644 "ping -i 0.3 xxx" pings each 300 msec. The idea is by
646 * alpha/glibc-2.1 alignment problems in ping are fixed (struct timeval
650 * ping/ping6 worked only with kernels 2.3.15+ in 990824.
657 * ping: output buffer was too small for full sized ping.
658 * ping: silly restriction on ping size is removed.
664 * ping/ping6: option -w TIMEOUT