summaryrefslogtreecommitdiffstats
path: root/nuttx/net
AgeCommit message (Expand)AuthorFilesLines
2012-09-05defconfig changes for LPC17xx Kconfigpatacongo1-1/+1
2012-09-05Add Kconfig settings for the LPC17xxpatacongo1-0/+19
2012-06-08NFS updatepatacongo1-2/+3
2012-06-08NFS updatepatacongo1-1/+1
2012-06-08More IPv6 ramblingpatacongo2-14/+34
2012-06-07First round of compile fixes for IPv6patacongo6-7/+7
2012-04-25Fix a UDP build issuepatacongo1-1/+1
2012-04-23NFS updatespatacongo1-0/+1
2012-04-14Kconfig updatespatacongo1-12/+6
2012-04-12Kconfig updatepatacongo1-3/+3
2012-04-11Add tools/cmpconfig.c to compare to configuration filespatacongo1-0/+273
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-13Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo6-35/+191
2012-03-13PIC32 Ethernet driver now appears stablepatacongo1-2/+2
2012-03-13Add psock_connect()patacongo1-9/+88
2012-03-09Update PIC32 Ethernet driverpatacongo4-8/+10
2012-03-08Update PIC32 Ethernet driver from debugging (still does not workpatacongo1-0/+2
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo61-670/+670
2012-03-02Add more low-level, thread-independent socket interfacespatacongo5-82/+290
2012-02-27Add logic to support the FSMC SRAM in the NuttX heappatacongo1-1/+1
2012-02-27Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo1-4/+9
2012-02-27Add support for SRAM on board the STM3240G-EVAL boardpatacongo1-3/+5
2012-02-23Fix an error the TCP/IP received sequence number countingpatacongo3-25/+55
2012-02-23(1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo3-63/+213
2012-02-22Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo1-1/+1
2012-02-22Fix accept() logic. it was not monitoring for losses in connections.patacongo5-103/+226
2012-02-18Correct a buffer size error in the STM32 ethernet driverpatacongo3-18/+21
2012-02-18Correct and error in recv() and recvfrom() return valuepatacongo5-58/+89
2012-01-31Numerous cosmetic changes while debugging a telnet driver issuepatacongo1-2/+2
2012-01-30Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo3-11/+10
2012-01-30Add new psock layer; telnet session is now wrapped in a character devicepatacongo8-44/+258
2011-12-15Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2-16/+16
2011-12-10Misc compilation warning cleanuppatacongo1-2/+0
2011-06-22Changes for clean ez80 ZDS-II compilepatacongo1-2/+2
2011-06-05Minor improvement in recvfrom()patacongo1-30/+32
2011-06-05Fix a bug in recvfrom()patacongo1-18/+51
2011-06-02FTP client debug changespatacongo1-2/+2
2011-06-02Add support so that fdopen() may be used on socket descriptorspatacongo4-15/+113
2011-05-30Add getsockname()patacongo2-2/+218
2011-04-16Fix bad conditional compilation that breaks THTTPD and dup2()patacongo1-2/+2
2011-04-13Macro clock_systimer replaces direct access to g_system_timer variablepatacongo4-8/+8
2011-04-03Move memory manager into user spacepatacongo1-1/+1
2011-03-25Add netdev_unregister()patacongo4-6/+168
2011-03-25RTL8187 I/O routinespatacongo1-3/+2
2011-03-16SLIP is now basically functionalpatacongo1-3/+1
2011-03-15More SLIP integrationpatacongo25-168/+398
2011-03-15Basic SLIP functionality -- but there are issuespatacongo1-1/+7
2011-03-12More support for SLIP data link protocolpatacongo9-14/+53
2011-01-23Incorporate uIP patchespatacongo4-11/+44