summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev/netdev_findbyaddr.c
Commit message (Expand)AuthorAgeFilesLines
* Update comments and READMEGregory Nutt2014-11-241-2/+1
* Update comments and read meGregory Nutt2014-11-231-1/+1
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-231-28/+58
* Add a commentGregory Nutt2014-11-221-0/+4
* Network: Add logic to get a default network device (for the case where are m...Gregory Nutt2014-11-211-1/+1
* Update TODO; Cosmetic changes to commentsGregory Nutt2014-11-171-1/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+1
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-1/+1
* NET: Renaming of IP address typesGregory Nutt2014-06-291-3/+3
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-1/+0
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-4/+4
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+215