summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-162-7/+7
* dup() and dup2() support for socket descriptorspatacongo2009-06-153-3/+6
* Expose more ARP APIspatacongo2009-03-213-144/+264
* cosmeticpatacongo2009-03-192-2/+2
* 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
* Typo introduced in previous check-inpatacongo2009-03-141-3/+3
* cosmeticpatacongo2009-03-081-1/+1
* Add more debug outputpatacongo2009-03-081-0/+7
* Changes to work around bug in ZDS compilerpatacongo2009-03-0812-246/+270
* Seemingly un-necessary changes but works around some bad ZDS behaviorpatacongo2009-03-071-48/+54
* Name changes for ZDS archiverpatacongo2008-12-1231-100/+95
* Eliminate warnings with ZDSpatacongo2008-12-121-2/+2
* 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-204-5/+21
* Add support for TCP/IP connection backlogpatacongo2008-11-208-10/+395
* Corrected a bug in the buffering of TCP datapatacongo2008-11-191-0/+1
* Eliminate warnings in ARM buildpatacongo2008-09-061-0/+1
* ping() integratedpatacongo2008-09-035-11/+50
* Fix ICMP and UDP IP checksumspatacongo2008-09-032-9/+9
* Add NSH ping commandpatacongo2008-09-023-3/+24
* sendto.cpatacongo2008-09-029-64/+745
* Verify UDP supportpatacongo2008-09-011-1/+1
* Add uIP support more multi-threaded socket accesspatacongo2008-09-019-66/+347
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-113-26/+29
* eliminate some warningspatacongo2007-12-112-0/+2
* Workaround for ARM optimization bug: Use memcmp/memcpy when working with arrayspatacongo2007-12-103-39/+10
* Improved read-ahead buffer managementpatacongo2007-12-061-24/+76
* Basic DHPC client functionalitypatacongo2007-11-301-2/+2
* correct handling of UDP broadcastpatacongo2007-11-301-12/+27
* Fix error in BROADCAST=y compilationpatacongo2007-11-301-1/+1
* Add examples/dhcpdpatacongo2007-11-303-0/+3
* Remove commented out logicpatacongo2007-11-281-28/+0
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-5/+10
* Debug can now be selectively enabled by subystempatacongo2007-11-2312-61/+61
* Removed unused uIP filespatacongo2007-11-235-897/+0
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-13/+31
* Debug UDP send logicpatacongo2007-11-232-10/+15
* TCP and ICMP protocols may now be disabledpatacongo2007-11-2215-38/+65
* Add TX data notificationpatacongo2007-11-226-29/+31
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-15/+58
* Fix TCP list managment bugpatacongo2007-11-201-1/+1
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-2/+2
* Need to free any readahead bufferspatacongo2007-11-191-0/+12
* Add TCP readahead logicpatacongo2007-11-1919-201/+495
* Fix DM90x0 driver problem that caused TX overrunspatacongo2007-11-171-3/+3