summaryrefslogtreecommitdiff
path: root/nuttx/net/utils
Commit message (Expand)AuthorAgeFilesLines
* Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtuGregory Nutt2014-11-161-1/+1
* Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTUGregory Nutt2014-11-161-1/+1
* Network: All logic will now handle varialbe length link layer protocol heade...Gregory Nutt2014-11-151-4/+4
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-9/+0
* NET: Oops. Forgot to add a file before committingGregory Nutt2014-07-051-0/+78
* NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/...Gregory Nutt2014-07-052-3/+20
* NET: Standardize naming of all protocal header lengthsGregory Nutt2014-07-051-5/+5
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. T...Gregory Nutt2014-07-041-3/+4
* Remove all inclusion of uip.hGregory Nutt2014-07-041-1/+0
* NET: in-progress change... don't useGregory Nutt2014-07-043-4/+18
* NET: More renamingGregory Nutt2014-07-041-4/+4
* NET: Rename g_uipsem to g_netlockGregory Nutt2014-07-011-6/+6
* NET: Renaming of IP address typesGregory Nutt2014-06-291-1/+1
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-0/+7
* Rename static functions from uip_* to something more appropriate. Globally s...Gregory Nutt2014-06-281-4/+4
* Move all socket-related files from net/ to net/socket. Move net/net.h to net...Gregory Nutt2014-06-284-3/+103
* NET: Create net/sockets directory and hook into the build/configuration systemGregory Nutt2014-06-281-4/+0
* Clean-up naming associated with network checksumsGregory Nutt2014-06-273-27/+202
* Rename uip_driver_s net_driver_sGregory Nutt2014-06-271-8/+9
* Move net/uip/uip_checksum.c to net/utils/net_chksum.c; fix missing Make.defs ...Gregory Nutt2014-06-273-2/+233
* Move files to net/utils; make appropriate name changes, most for uip_lock to ...Gregory Nutt2014-06-265-0/+448