summaryrefslogtreecommitdiff
path: root/nuttx/include/net
Commit message (Expand)AuthorAgeFilesLines
* Outgoing IGMP is functionalpatacongo2010-07-143-10/+9
* Clean-uppatacongo2010-07-131-32/+35
* Typopatacongo2010-07-131-2/+0
* Move options to separate filepatacongo2010-07-132-56/+250
* Fix typospatacongo2010-07-131-3/+3
* Add IP optionspatacongo2010-07-131-0/+56
* IGMP debug fixespatacongo2010-07-131-2/+6
* IGMP debug fixespatacongo2010-07-131-0/+1
* Add IGMP user interfacepatacongo2010-07-114-89/+109
* Add support for multicast MAC addressespatacongo2010-07-112-1/+23
* More IGMP logicpatacongo2010-07-101-6/+13
* More IGMP logicpatacongo2010-07-102-22/+44
* More IGMP logicpatacongo2010-07-082-2/+16
* Add IGMP initialization logicpatacongo2010-07-081-0/+1
* More IGMP changespatacongo2010-07-082-3/+84
* More IGMP header file stuffpatacongo2010-07-062-0/+6
* IGMP header filespatacongo2010-07-062-0/+231
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-191-12/+3
* typopatacongo2009-12-171-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-1416-173/+174
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-142-35/+35
* Fix race condition bug in poll() for backlogged connectionspatacongo2009-09-101-0/+6
* Still fleshing out THTTPD examplepatacongo2009-07-181-1/+0
* libthttpd.c now longer used fork() and execve()patacongo2009-07-121-0/+102
* Reserved word 'private' in C header files is a problem for C++patacongo2009-06-161-4/+4
* dup() and dup2() support for socket descriptorspatacongo2009-06-152-0/+2
* Add examples/sendmailpatacongo2009-03-281-2/+3
* Add wget command to NSHpatacongo2009-03-281-2/+3
* wget now takes only a URL as a argument; not host + file namepatacongo2009-03-281-7/+5
* Make HTTP URL parsing commonpatacongo2009-03-281-6/+15
* Fix examples/wget buildpatacongo2009-03-281-9/+9
* wget bugfixes (still lots of problems)patacongo2009-03-261-8/+9
* Add host based test for wget()patacongo2009-03-261-1/+3
* 1st cut as BSD-izing uIP web client logicpatacongo2009-03-261-0/+147
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-212-2/+2
* Expose more ARP APIspatacongo2009-03-211-44/+179
* Fix calculation of checksum on outgoing ping responsespatacongo2009-03-162-2/+2
* cosmeticpatacongo2009-03-012-2/+2
* fix typo in commentspatacongo2008-12-121-1/+1
* Change from doubly- to singly-linked listspatacongo2008-11-211-3/+3
* Add support for TCP/IP connection backlogpatacongo2008-11-202-24/+87
* Implement poll/select for socketspatacongo2008-11-181-4/+5
* Standardizing ioctlspatacongo2008-09-123-29/+30
* Added basic TFTP client supportpatacongo2008-09-052-4/+81
* ping() integratedpatacongo2008-09-031-1/+7
* Add NSH ping commandpatacongo2008-09-023-1/+17
* Add uIP access to ICMP protocolpatacongo2008-09-024-8/+93
* Verify UDP supportpatacongo2008-09-011-9/+9
* Add uIP support more multi-threaded socket accesspatacongo2008-09-014-47/+123
* typospatacongo2008-08-021-1/+1