summaryrefslogtreecommitdiff
path: root/nuttx/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* ifconfig shows uIP statspatacongo2007-12-121-1/+1
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-111-1/+1
* Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo2007-12-114-9/+75
* Add examples/dhcpdpatacongo2007-11-305-37/+178
* Fixed missing logic in readahead buffer logicpatacongo2007-11-272-89/+9
* Integrated uIP's TELNETDpatacongo2007-11-251-0/+70
* Removed unused uIP filespatacongo2007-11-231-29/+19
* TCP and ICMP protocols may now be disabledpatacongo2007-11-224-448/+752
* Add TX data notificationpatacongo2007-11-223-54/+36
* Fix confusion in listening socket vs accepted socketspatacongo2007-11-211-16/+4
* Prep for 0.3.1 releasenuttx-3.1patacongo2007-11-201-1/+1
* Add TCP readahead logicpatacongo2007-11-194-107/+71
* uIP webserver now uses listen/acceptpatacongo2007-11-192-4/+49
* Basic server functionality: listen(), accept()patacongo2007-11-161-74/+75
* Fix probably where packets dropped because there was no recv() in place were ...patacongo2007-11-151-8/+15
* Fix handling of callback resultpatacongo2007-11-081-1/+4
* Eliminate most uIP globalspatacongo2007-11-081-69/+32
* Remove uIP loggingpatacongo2007-11-071-8/+0
* Handle varialble length polling intervals; fix bug of last checkinpatacongo2007-11-074-50/+29
* Finished partitioning uip.c (now system is broken)patacongo2007-11-072-134/+114
* Breaking uip.c into smaller functions/filespatacongo2007-11-063-16/+2
* Verified basic client-side network functionalitynuttx-3.0patacongo2007-11-061-12/+22
* Reduce debug output; calibrate DM320 timerpatacongo2007-11-061-2/+2
* Basic TCP send functionalpatacongo2007-11-052-85/+63
* Integrating with DM320patacongo2007-11-042-42/+50