aboutsummaryrefslogtreecommitdiff
path: root/net/dns.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger1-1/+1
2012-05-23net: Refactor to protect access to the NetState variableJoe Hershberger1-4/+4
2012-05-23net: cosmetic: Un-typedef IP_tJoe Hershberger1-1/+1
2011-10-23net/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-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-22Add DNS supportRobin Getz1-0/+211