summaryrefslogtreecommitdiffstats
path: root/net/ping.c
Commit message (Expand)AuthorAgeFilesLines
* net: ping: return an error exit code when connection failsMirko Damiani2015-04-031-3/+3
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-1/+2
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* net: ping: do not retry endlesslyWolfram Sang2012-04-051-0/+7
* net: ping: remove unneeded initializationWolfram Sang2012-04-051-1/+1
* net: ping: send PING packets with 1-second intervalWolfram Sang2012-04-051-1/+2
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* net: add a context to the packet handlerSascha Hauer2011-04-121-2/+2
* ping: make locally used functions staticSascha Hauer2010-10-211-2/+2
* ping: resolv hostnamesSascha Hauer2010-06-171-1/+7
* implement ping using new network stackSascha Hauer2010-06-171-73/+74
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-171-1/+0
* replace ET_DEBUG with pr_debugSascha Hauer2010-02-011-3/+1
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-2/+2
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* commands: return COMMAND_ERROR_USAGESascha Hauer2009-10-191-4/+2
* ping: shorten usage infoSascha Hauer2009-10-191-1/+1
* ping: do not return -1 in commandSascha Hauer2009-10-191-5/+2
* only the ping code is interested in the ping ipSascha Hauer2009-10-131-0/+2
* ping.c: refactorSascha Hauer2009-10-131-9/+3
* net: remove switch/case in NetLoop()Sascha Hauer2009-10-131-1/+3
* net: split NetLoop in NetLoop and NetLoopInitSascha Hauer2009-10-131-0/+3
* net: remove NetStartAgain()Sascha Hauer2009-10-131-1/+0
* Fix string_to_ipSascha Hauer2008-08-201-2/+1
* ping.c: remove volatile from variablesSascha Hauer2008-03-311-4/+4
* remove unneeded colatile from variableSascha Hauer2007-10-111-1/+1
* remove u-boot command paramter flagSascha Hauer2007-09-241-1/+1
* svn_rev_556Sascha Hauer2007-07-051-1/+1
* svn_rev_462Sascha Hauer2007-07-051-1/+1
* svn_rev_420Sascha Hauer2007-07-051-5/+5
* svn_rev_101Sascha Hauer2007-07-051-0/+116