summaryrefslogtreecommitdiff
path: root/nuttx/net/route
Commit message (Expand)AuthorAgeFilesLines
* 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