aboutsummaryrefslogtreecommitdiff
path: root/networking/ping.c
AgeCommit message (Expand)Author
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
2010-11-29ping: set not only IP_TTL, but also IP_MULTICAST_TTLDenys Vlasenko
2010-11-28ping: add -t TTL optionJoachim Nilsson
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-03ping: do not leak data from stack; shrinkDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-23ping: use ICMP_MINLENBernhard Reutner-Fischer
2009-11-26ping: fix unaligned access. closes bug 745.Denys Vlasenko
2009-11-21ping: use |=, not =, when combine option bit maskDenys Vlasenko
2009-11-20ping6: do not play dirty tricks with argvDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-12-10*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there.Denis Vlasenko
2008-10-27ping: trivial code shrinkDenis Vlasenko
2008-08-24ping: SO_RCVBUF must be bigger than packet size,Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-04-29ping: dont leak uninitialized data in ping packetsDenis Vlasenko
2008-04-07ping: add -w, -W support (James Simmons <jsimmons AT infradead.org>)Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-01Fix compilation error when FEATURE_FANCY_PING enabled. AlsoPaul Fox
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2007-10-20ping: fix breakage from -I fixDenis Vlasenko
2007-10-19paing: make -I ethN work too (-I addr already worked)Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-18introduce and use xdup2(int, int)Denis Vlasenko
2007-07-02ping: fix non-fancy ping6Denis Vlasenko
2007-06-19ping: fix incorrect handling of -I (Iouri Kharon <bc-info@styx.cabel.net>)Denis Vlasenko
2007-06-18ping: fix write-after-allocated-mem bugDenis Vlasenko
2007-06-16pscan: new applet (portscanner). ~1350 bytes. By Tito <farmatito@tiscali.it>Denis Vlasenko
2007-06-04ping: stop using data/bssDenis Vlasenko