summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Changes for clean build on ZDSpatacongo2009-03-211-1/+1
* Expose more ARP APIspatacongo2009-03-214-144/+271
* cosmeticpatacongo2009-03-193-5/+5
* If port=0, UDP should select a port numberpatacongo2009-03-191-32/+73
* Back out part of last changepatacongo2009-03-161-1/+1
* Better fixpatacongo2009-03-161-0/+17
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-163-13/+15
* Fix some debug statements that print long as intpatacongo2009-03-151-2/+2
* Typo introduced in previous check-inpatacongo2009-03-141-3/+3
* cosmeticpatacongo2009-03-082-3/+3
* Add more debug outputpatacongo2009-03-081-0/+7
* Changes to work around bug in ZDS compilerpatacongo2009-03-0812-246/+270
* cosmeticpatacongo2009-03-071-1/+1
* Seemingly un-necessary changes but works around some bad ZDS behaviorpatacongo2009-03-071-48/+54
* More fixes for picky ZDS archiverpatacongo2008-12-126-6/+6
* Name changes for ZDS archiverpatacongo2008-12-1231-100/+95
* Filename changes needed by ZDS archiverpatacongo2008-12-1227-65/+63
* Fix compile error only noted with ZDSpatacongo2008-12-121-2/+2
* Eliminate warnings with ZDSpatacongo2008-12-121-2/+2
* cosmeticpatacongo2008-12-121-5/+13
* Add multicast supportpatacongo2008-11-261-14/+60
* Change from doubly- to singly-linked listspatacongo2008-11-211-11/+30
* Completed integration of TCP connection backlog and poll()/select() for conne...patacongo2008-11-205-21/+47
* Add support for TCP/IP connection backlogpatacongo2008-11-2011-67/+479
* Corrected a bug in the buffering of TCP datapatacongo2008-11-191-0/+1
* Move poll save area back into struct pollfd (as it waspatacongo2008-11-191-12/+13
* Move poll storage slot from pollfd struct to socket structpatacongo2008-11-191-21/+13
* Basic setup of network selectpatacongo2008-11-181-18/+18
* Implement poll/select for socketspatacongo2008-11-182-11/+287
* cosmeticpatacongo2008-11-182-3/+5
* Poll API may be disabledpatacongo2008-11-161-2/+2
* Add infrastructure to support poll()patacongo2008-11-162-1/+81
* Fix recvfrom port bugpatacongo2008-09-061-1/+1
* TFTP Get integrationpatacongo2008-09-061-4/+8
* Eliminate warnings in ARM buildpatacongo2008-09-062-2/+4
* ping() integratedpatacongo2008-09-038-15/+54
* Fix ICMP and UDP IP checksumspatacongo2008-09-032-9/+9
* Add NSH ping commandpatacongo2008-09-023-3/+24
* sendto.cpatacongo2008-09-0210-68/+753
* Fix timeout setuppatacongo2008-09-021-4/+18
* Verify UDP supportpatacongo2008-09-014-37/+69
* Add uIP support more multi-threaded socket accesspatacongo2008-09-0114-269/+618
* Fixes for clean Neuros OSD NSH buildpatacongo2008-08-291-1/+1
* typospatacongo2008-08-021-1/+1
* Using tool-specific cleanpatacongo2008-01-101-3/+3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-6/+4
* Reduce make outputpatacongo2008-01-081-3/+3
* Add support for tools that can't make dependenciespatacongo2008-01-081-3/+1
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-115-30/+36
* eliminate some warningspatacongo2007-12-113-2/+4