summaryrefslogtreecommitdiff
path: root/nuttx/net/uip
Commit message (Expand)AuthorAgeFilesLines
* 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-084-1/+136
* More IGMP changespatacongo2010-07-083-1/+21
* IGMP header filespatacongo2010-07-061-0/+7
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-196-51/+201
* Need to include assert.hpatacongo2009-12-171-0/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1530-193/+202
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
* Fix reference counting errorspatacongo2009-09-151-0/+2
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1516-93/+93
* 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-111-0/+1
* Clean up THTTPD watch handlingpatacongo2009-09-114-6/+6
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+19
* Cosmetic, synchronize source filespatacongo2009-09-091-1/+1
* 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