summaryrefslogtreecommitdiff
path: root/net/dns.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-12net: move random_port() to dnsBaruch Siach1-0/+10
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger1-28/+25
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-3/+4
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-9/+9
2014-09-16net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig1-0/+3
2012-05-24net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-1/+1
2012-05-24net: Refactor to protect access to the NetState variableJoe Hershberger1-4/+4
2012-05-24net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1
2011-10-24net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl1-12/+8
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli1-1/+1
2009-07-24Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-23Add DNS supportRobin Getz1-0/+211