summaryrefslogtreecommitdiff
path: root/nuttx/net/route
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more dangling IPv6 issues found by code inspectionGregory Nutt2015-01-181-1/+1
* Networking: Replace all references to the macros net_ipaddr_copy, net_ipaddr...Gregory Nutt2015-01-164-15/+15
* Networking: Replace all references to net_ipaddr_t with either in_addr_t on ...Gregory Nutt2015-01-165-98/+329
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-1/+0
* 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
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+1
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-045-0/+9
* Remove all inclusion of uip.hGregory Nutt2014-07-041-2/+0
* NET: in-progress change... don't useGregory Nutt2014-07-043-0/+5
* NET: Rename uip_ipaddr* to net_ipaddr*Gregory Nutt2014-06-294-20/+20
* NET: Renaming of IP address typesGregory Nutt2014-06-295-27/+27
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-286-6/+0
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-2/+0
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-272-7/+7
* NET: Move net/netdev*.c to net/netdev/netdev*.cGregory Nutt2014-06-271-0/+1
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-263-12/+12
* NET: Move routing table functions to net/routeGregory Nutt2014-06-269-0/+1220