summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Fix compile error when stats enabledpatacongo2010-07-141-2/+2
* More cosmetic clean-uppatacongo2010-07-147-1315/+1315
* Costmetic clean-uppatacongo2010-07-146-9/+22
* Fix preallocation logicpatacongo2010-07-141-4/+14
* Outgoing IGMP is functionalpatacongo2010-07-146-19/+133
* IGMP debug fixespatacongo2010-07-139-48/+32
* IGMP debug fixespatacongo2010-07-136-39/+85
* Add IGMP user interfacepatacongo2010-07-115-58/+187
* Add IGMP send logicpatacongo2010-07-114-8/+171
* Add support for multicast MAC addressespatacongo2010-07-118-10/+143
* More IGMP logicpatacongo2010-07-102-2/+278
* Add IGMP timer logicpatacongo2010-07-106-9/+233
* More IGMP logicpatacongo2010-07-107-6/+498
* More IGMP logicpatacongo2010-07-108-28/+239
* More IGMP logicpatacongo2010-07-084-1/+302
* Add IGMP initialization logicpatacongo2010-07-087-4/+146
* More IGMP changespatacongo2010-07-083-1/+21
* IGMP header filespatacongo2010-07-061-0/+7
* Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5patacongo2010-05-091-2/+3
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-197-102/+208
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-3/+2
* Need to include assert.hpatacongo2009-12-171-0/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1525-79/+76
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1530-193/+202
* Sockets were not being closed when a task exitspatacongo2009-09-163-14/+69
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
* Fix some errno reportingpatacongo2009-09-161-24/+27
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
* Fix reference counting errorspatacongo2009-09-152-0/+3
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1522-117/+118
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-111-5/+2
* Fix race condition that can cause close of socket to hangpatacongo2009-09-112-15/+21
* Clean up THTTPD watch handlingpatacongo2009-09-117-9/+9
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-102-0/+25
* Cosmetic, synchronize source filespatacongo2009-09-092-1/+2
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
* accept() now supports non-blocking operationspatacongo2009-08-022-2/+14
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-021-5/+13
* THTTPD now gets past initializationpatacongo2009-08-022-5/+6
* Initialize THTTPD integration changespatacongo2009-08-021-1/+2
* Fix some ez80 compilation errorspatacongo2009-08-021-2/+0
* Add non-blocking capability for TCP socketspatacongo2009-07-193-7/+77
* Add fcntl(F_DUPFD)patacongo2009-07-196-14/+41
* Still fleshing out THTTPD examplepatacongo2009-07-182-1/+179
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-3/+3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-168-50/+50
* Add conditional compilation to eliminate or limit cloning of descriptors when...patacongo2009-06-151-2/+2
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-152-4/+2
* dup() and dup2() support for socket descriptorspatacongo2009-06-1511-35/+503
* Changes for clean build on ZDSpatacongo2009-03-211-1/+1