aboutsummaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* (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
* Completes coding of the PWM modulepatacongo2011-12-1978-0/+19016