summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Ping/DNS fixes (part 2 of 2)patacongo2012-10-201-0/+2
* Fix problem with ping that prevent ping from going outside local network (Dar...patacongo2012-09-291-75/+82
* STM32 fixes for DM9161 PHY; Enhancements for ADS7843e touchscreen controllerpatacongo2012-09-271-0/+6
* Fix another ENC28J60 chip select bugpatacongo2012-09-181-2/+2
* Resync new repository with old repo r5166patacongo2012-09-172-1/+2
* Fixes for z80 compilation with SDCC toolchain. There are still a few header ...patacongo2012-09-131-1/+2
* Fix for recvfrom() hang when the new CONFIG_NET_TCP_RECVDELAY is set to zero ...patacongo2012-09-131-0/+18
* Remove executable property from source and make filespatacongo2012-09-1311-0/+0
* Email address change in nuttx/patacongo2012-09-1341-41/+41
* Email address change in apps/patacongo2012-09-131-1/+1
* Reconfigured Shenzhou to use JTAG. Misc Kconfig changespatacongo2012-09-091-1/+4
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-2/+2
* Remove several unused configuration valuespatacongo2012-09-081-7/+7
* Add basic directory structure for the Shenzhou STM32107 board (not much there...patacongo2012-09-071-1/+3
* Removed delay after receiving in recvfrom(). This was killing network perfor...patacongo2012-09-072-21/+73
* defconfig changes for LPC17xx Kconfigpatacongo2012-09-051-1/+1
* Add Kconfig settings for the LPC17xxpatacongo2012-09-051-0/+19
* NFS updatepatacongo2012-06-081-2/+3
* NFS updatepatacongo2012-06-081-1/+1
* More IPv6 ramblingpatacongo2012-06-082-14/+34
* First round of compile fixes for IPv6patacongo2012-06-076-7/+7
* Fix a UDP build issuepatacongo2012-04-251-1/+1
* NFS updatespatacongo2012-04-231-0/+1
* Kconfig updatespatacongo2012-04-141-12/+6
* Kconfig updatepatacongo2012-04-121-3/+3
* Add tools/cmpconfig.c to compare to configuration filespatacongo2012-04-111-0/+273
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Fix a deadlock when using the NSH ifconfig command over Telnetpatacongo2012-03-136-35/+191
* PIC32 Ethernet driver now appears stablepatacongo2012-03-131-2/+2
* Add psock_connect()patacongo2012-03-131-9/+88
* Update PIC32 Ethernet driverpatacongo2012-03-094-8/+10
* Update PIC32 Ethernet driver from debugging (still does not workpatacongo2012-03-081-0/+2
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-0361-670/+670
* Add more low-level, thread-independent socket interfacespatacongo2012-03-025-82/+290
* Add logic to support the FSMC SRAM in the NuttX heappatacongo2012-02-271-1/+1
* Add support for the Atollic Pro toolchain; Change extension .ihx to .hex to b...patacongo2012-02-271-4/+9
* Add support for SRAM on board the STM3240G-EVAL boardpatacongo2012-02-271-3/+5
* Fix an error the TCP/IP received sequence number countingpatacongo2012-02-233-25/+55
* (1) Fix a critical memory leak in the TCP read-ahead buffering logic; Add an ...patacongo2012-02-233-63/+213
* Incoporate (more) new ARMv7-M exception handling logic contributed by Mike Smithpatacongo2012-02-221-1/+1
* Fix accept() logic. it was not monitoring for losses in connections.patacongo2012-02-225-103/+226
* Correct a buffer size error in the STM32 ethernet driverpatacongo2012-02-183-18/+21
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-185-58/+89
* Numerous cosmetic changes while debugging a telnet driver issuepatacongo2012-01-311-2/+2
* Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo2012-01-303-11/+10
* Add new psock layer; telnet session is now wrapped in a character devicepatacongo2012-01-308-44/+258
* Fix compile problen with CONFIG_NET_ARP_IPINpatacongo2011-12-152-16/+16
* Misc compilation warning cleanuppatacongo2011-12-101-2/+0
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-2/+2