summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Collapse)AuthorAgeFilesLines
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1516-93/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2054 42af7a65-404d-4744-a932-0658087f49c3
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-111-5/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2038 42af7a65-404d-4744-a932-0658087f49c3
* Fix race condition that can cause close of socket to hangpatacongo2009-09-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2037 42af7a65-404d-4744-a932-0658087f49c3
* Clean up THTTPD watch handlingpatacongo2009-09-114-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2036 42af7a65-404d-4744-a932-0658087f49c3
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2032 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic, synchronize source filespatacongo2009-09-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2030 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-252-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-162-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3
* dup() and dup2() support for socket descriptorspatacongo2009-06-153-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3
* Expose more ARP APIspatacongo2009-03-213-144/+264
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1633 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-192-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1626 42af7a65-404d-4744-a932-0658087f49c3
* If port=0, UDP should select a port numberpatacongo2009-03-191-32/+73
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1625 42af7a65-404d-4744-a932-0658087f49c3
* Back out part of last changepatacongo2009-03-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1619 42af7a65-404d-4744-a932-0658087f49c3
* Better fixpatacongo2009-03-161-0/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1618 42af7a65-404d-4744-a932-0658087f49c3
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-163-13/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1617 42af7a65-404d-4744-a932-0658087f49c3
* Typo introduced in previous check-inpatacongo2009-03-141-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1604 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1577 42af7a65-404d-4744-a932-0658087f49c3
* Add more debug outputpatacongo2009-03-081-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1576 42af7a65-404d-4744-a932-0658087f49c3
* Changes to work around bug in ZDS compilerpatacongo2009-03-0812-246/+270
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1575 42af7a65-404d-4744-a932-0658087f49c3
* Seemingly un-necessary changes but works around some bad ZDS behaviorpatacongo2009-03-071-48/+54
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1570 42af7a65-404d-4744-a932-0658087f49c3
* Name changes for ZDS archiverpatacongo2008-12-1231-100/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1453 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warnings with ZDSpatacongo2008-12-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1448 42af7a65-404d-4744-a932-0658087f49c3
* Add multicast supportpatacongo2008-11-261-14/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1307 42af7a65-404d-4744-a932-0658087f49c3
* Change from doubly- to singly-linked listspatacongo2008-11-211-11/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1297 42af7a65-404d-4744-a932-0658087f49c3
* Completed integration of TCP connection backlog and poll()/select() for ↵patacongo2008-11-204-5/+21
| | | | | | connections git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1295 42af7a65-404d-4744-a932-0658087f49c3
* Add support for TCP/IP connection backlogpatacongo2008-11-208-10/+395
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1294 42af7a65-404d-4744-a932-0658087f49c3
* Corrected a bug in the buffering of TCP datapatacongo2008-11-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1289 42af7a65-404d-4744-a932-0658087f49c3
* Eliminate warnings in ARM buildpatacongo2008-09-061-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@883 42af7a65-404d-4744-a932-0658087f49c3
* ping() integratedpatacongo2008-09-035-11/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@872 42af7a65-404d-4744-a932-0658087f49c3
* Fix ICMP and UDP IP checksumspatacongo2008-09-032-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@871 42af7a65-404d-4744-a932-0658087f49c3
* Add NSH ping commandpatacongo2008-09-023-3/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@870 42af7a65-404d-4744-a932-0658087f49c3
* sendto.cpatacongo2008-09-029-64/+745
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@868 42af7a65-404d-4744-a932-0658087f49c3
* Verify UDP supportpatacongo2008-09-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@859 42af7a65-404d-4744-a932-0658087f49c3
* Add uIP support more multi-threaded socket accesspatacongo2008-09-019-66/+347
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@858 42af7a65-404d-4744-a932-0658087f49c3
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-113-26/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@443 42af7a65-404d-4744-a932-0658087f49c3
* eliminate some warningspatacongo2007-12-112-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@442 42af7a65-404d-4744-a932-0658087f49c3
* Workaround for ARM optimization bug: Use memcmp/memcpy when working with arrayspatacongo2007-12-103-39/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@435 42af7a65-404d-4744-a932-0658087f49c3
* Improved read-ahead buffer managementpatacongo2007-12-061-24/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@430 42af7a65-404d-4744-a932-0658087f49c3
* Basic DHPC client functionalitypatacongo2007-11-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@419 42af7a65-404d-4744-a932-0658087f49c3
* correct handling of UDP broadcastpatacongo2007-11-301-12/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@418 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in BROADCAST=y compilationpatacongo2007-11-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@416 42af7a65-404d-4744-a932-0658087f49c3
* Add examples/dhcpdpatacongo2007-11-303-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@413 42af7a65-404d-4744-a932-0658087f49c3
* Remove commented out logicpatacongo2007-11-281-28/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@411 42af7a65-404d-4744-a932-0658087f49c3
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-5/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@409 42af7a65-404d-4744-a932-0658087f49c3
* Debug can now be selectively enabled by subystempatacongo2007-11-2312-61/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
* Removed unused uIP filespatacongo2007-11-235-897/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@403 42af7a65-404d-4744-a932-0658087f49c3
* Verified recvfrom()nuttx-3.2patacongo2007-11-231-13/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@402 42af7a65-404d-4744-a932-0658087f49c3
* Debug UDP send logicpatacongo2007-11-232-10/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@401 42af7a65-404d-4744-a932-0658087f49c3
* TCP and ICMP protocols may now be disabledpatacongo2007-11-2215-38/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@398 42af7a65-404d-4744-a932-0658087f49c3
* Add TX data notificationpatacongo2007-11-226-29/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@397 42af7a65-404d-4744-a932-0658087f49c3