summaryrefslogtreecommitdiff
path: root/nuttx/net/netdev/netdev_findbyaddr.c
Commit message (Expand)AuthorAgeFilesLines
* net/: Lots of build problems introduced into multiple NIC support. Many pla...Gregory Nutt2015-02-091-8/+8
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-191-1/+1
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-161-3/+5
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-161-8/+8
* Networking: Drivers can have both IPv4 and IPv6 addesses, but a socket can on...Gregory Nutt2015-01-161-1/+1
* Networking: More detangling of IPv6 logic. Next steps will be more invasive...Gregory Nutt2015-01-161-14/+185
* 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