summaryrefslogtreecommitdiffstats
path: root/net/dns.c
Commit message (Expand)AuthorAgeFilesLines
* dns: handle incoming packets in the separate dns_recv() functionAntony Pavlov2015-07-011-4/+9
* commands: introduce CMD_HOSTHolger Schurig2014-05-141-1/+2
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-5/+2
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
* dns: fix recursive loopSascha Hauer2012-05-161-2/+9
* dns: use global nameserver/domainnameSascha Hauer2012-04-151-3/+3
* net dns: remove debug codeSascha Hauer2012-04-151-1/+1
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+1
* 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
* net: add dns supportSascha Hauer2010-06-171-0/+264