aboutsummaryrefslogtreecommitdiff
path: root/networking/ping.c
AgeCommit message (Expand)Author
2021-01-04Fix ping build on the FreeBSDAlex Samorukov
2020-12-20ping6: add -w/-W NUM to --helpDenys Vlasenko
2020-12-20ping: fix -wN to not think that one packet is always lostDenys Vlasenko
2020-12-18help text tweaks, mainly expanding one for routeDenys Vlasenko
2020-12-13traceroute: even with -v, don't show other ping processes reply'sDenys Vlasenko
2020-10-01gcc-9.x warning fixesDenys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-08-25ping: use setitimer() instead of ualarm()Denys Vlasenko
2018-08-03ping: implement -i SECDenys Vlasenko
2018-02-13ping: don't call monotonic_us twice per sending the pingDenys Vlasenko
2018-02-13ping: implement -A "adaptive ping"Denys Vlasenko
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21ping: fix help text to show what parameter -p takesDenys Vlasenko
2017-07-21ping: better config help text for FEATURE_FANCY_PINGDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-20libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMADenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-21make --help texts smallerDenys Vlasenko
2016-11-23Make ping6 and traceroute6 selectable independently from ping/tracerouteDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-06-23ping: populate icmp_id field for "simple" ping tooJonas Danielsson
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-13libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-24Merge setsockopt error messagesDenys Vlasenko
2014-08-27ping: add -p to specify data patternFlorian Fainelli
2014-01-09ping: revert "try SOCK_DGRAM if no root privileges"Denys Vlasenko
2013-11-28ping: try SOCK_DGRAM if no root privilegesDaniel Borca
2013-10-16Fix some compiler warnings emitted by gcc-4.8.0Denys Vlasenko
2013-06-28ping: code shrinkDenys Vlasenko
2013-06-28Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko
2013-03-15ping[6]: accept and ignore -n. Code shrinkDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2011-09-11ping: display real IPv6 response address. Hopefully closes 3745.Denys Vlasenko
2011-09-07networking: consolidate the IP checksum code. -129 bytes.Baruch Siach
2011-07-08more tweak for bionicDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-06ping: trivial simplification. -2 bytesDenys Vlasenko
2011-02-05ping: fix IPv6 pinging. Closes bug 3187Denys Vlasenko
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko
2011-01-03explain every non-SUID_DROP applet. No code changesDenys Vlasenko