summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Collapse)AuthorAgeFilesLines
...
* Add IGMP user interfacepatacongo2010-07-115-58/+187
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2786 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP send logicpatacongo2010-07-114-8/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2785 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multicast MAC addressespatacongo2010-07-118-10/+143
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2784 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-102-2/+278
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2783 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP timer logicpatacongo2010-07-106-9/+233
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2782 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-107-6/+498
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2781 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-108-28/+239
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2780 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP logicpatacongo2010-07-084-1/+302
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2779 42af7a65-404d-4744-a932-0658087f49c3
* Add IGMP initialization logicpatacongo2010-07-087-4/+146
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2778 42af7a65-404d-4744-a932-0658087f49c3
* More IGMP changespatacongo2010-07-083-1/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2777 42af7a65-404d-4744-a932-0658087f49c3
* IGMP header filespatacongo2010-07-061-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2775 42af7a65-404d-4744-a932-0658087f49c3
* Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5patacongo2010-05-091-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2659 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-197-102/+208
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2392 42af7a65-404d-4744-a932-0658087f49c3
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2390 42af7a65-404d-4744-a932-0658087f49c3
* Need to include assert.hpatacongo2009-12-171-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2366 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1525-79/+76
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2346 42af7a65-404d-4744-a932-0658087f49c3
* Changing NuttX fixed size type names to C99 standard names -- things will be ↵patacongo2009-12-1530-193/+202
| | | | | | broken for awhile git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2344 42af7a65-404d-4744-a932-0658087f49c3
* Sockets were not being closed when a task exitspatacongo2009-09-163-14/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2070 42af7a65-404d-4744-a932-0658087f49c3
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2069 42af7a65-404d-4744-a932-0658087f49c3
* Fix some errno reportingpatacongo2009-09-161-24/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2068 42af7a65-404d-4744-a932-0658087f49c3
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2065 42af7a65-404d-4744-a932-0658087f49c3
* Fix reference counting errorspatacongo2009-09-152-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2056 42af7a65-404d-4744-a932-0658087f49c3
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1522-117/+118
| | | | 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-112-15/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2037 42af7a65-404d-4744-a932-0658087f49c3
* Clean up THTTPD watch handlingpatacongo2009-09-117-9/+9
| | | | 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-102-0/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2032 42af7a65-404d-4744-a932-0658087f49c3
* Cosmetic, synchronize source filespatacongo2009-09-092-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2030 42af7a65-404d-4744-a932-0658087f49c3
* Fix errors in return value from non-blocking readpatacongo2009-08-151-3/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2018 42af7a65-404d-4744-a932-0658087f49c3
* accept() now supports non-blocking operationspatacongo2009-08-022-2/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2011 42af7a65-404d-4744-a932-0658087f49c3
* Fix accept() -- it wanted parts of return address initializedpatacongo2009-08-021-5/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2008 42af7a65-404d-4744-a932-0658087f49c3
* THTTPD now gets past initializationpatacongo2009-08-022-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2007 42af7a65-404d-4744-a932-0658087f49c3
* Initialize THTTPD integration changespatacongo2009-08-021-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2006 42af7a65-404d-4744-a932-0658087f49c3
* Fix some ez80 compilation errorspatacongo2009-08-021-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2005 42af7a65-404d-4744-a932-0658087f49c3
* Add non-blocking capability for TCP socketspatacongo2009-07-193-7/+77
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1996 42af7a65-404d-4744-a932-0658087f49c3
* Add fcntl(F_DUPFD)patacongo2009-07-196-14/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1995 42af7a65-404d-4744-a932-0658087f49c3
* Still fleshing out THTTPD examplepatacongo2009-07-182-1/+179
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1994 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-3/+3
| | | | 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-168-50/+50
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1890 42af7a65-404d-4744-a932-0658087f49c3
* Add conditional compilation to eliminate or limit cloning of descriptors ↵patacongo2009-06-151-2/+2
| | | | | | when a new task is created git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1886 42af7a65-404d-4744-a932-0658087f49c3
* Add logic to clone socket descriptors when a new task is started.patacongo2009-06-152-4/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1885 42af7a65-404d-4744-a932-0658087f49c3
* dup() and dup2() support for socket descriptorspatacongo2009-06-1511-35/+503
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean build on ZDSpatacongo2009-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1637 42af7a65-404d-4744-a932-0658087f49c3
* Expose more ARP APIspatacongo2009-03-214-144/+271
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1633 42af7a65-404d-4744-a932-0658087f49c3
* cosmeticpatacongo2009-03-193-5/+5
| | | | 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
* Fix some debug statements that print long as intpatacongo2009-03-151-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1612 42af7a65-404d-4744-a932-0658087f49c3