summaryrefslogtreecommitdiff
path: root/net/dns.c
Commit message (Expand)AuthorAgeLines
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-18-1/+1
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-18-28/+25
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-18-3/+4
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18-2/+2
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-18-9/+9
* net: dns: fix for DNS queries sent to the wrong MAC addressGerhard Sittig2014-09-16-0/+3
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-23-1/+1
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-23-4/+4
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-23-1/+1
* net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl2011-10-23-12/+8
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-12-1/+1
* Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-23-1/+0
* Add DNS supportRobin Getz2009-07-22-0/+211