summaryrefslogtreecommitdiff
path: root/nuttx/net/route/net_router.c
Commit message (Expand)AuthorAgeFilesLines
* Add logic to netdev_findbyaddr() to return the correct network device for the...Gregory Nutt2014-11-231-1/+1
* Network routing: Refuse to perform routing table lookups for the Broadcast I...Gregory Nutt2014-11-231-0/+8
* Make tcp_listener static scope; it is not used outside of tcp_conn.cGregory Nutt2014-11-221-1/+1
* I don't think that the net_route function has ever worked correctly. The sou...Gregory Nutt2014-11-141-2/+2
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-0/+2
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-291-5/+5
* NET: Renaming of IP address typesGregory Nutt2014-06-291-4/+4
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-281-1/+0
* NET: Move routing table functions to net/routeGregory Nutt2014-06-261-0/+164