summaryrefslogtreecommitdiffstats
path: root/nuttx/include/net
AgeCommit message (Expand)AuthorFilesLines
2009-03-28wget now takes only a URL as a argument; not host + file namepatacongo1-7/+5
2009-03-28Make HTTP URL parsing commonpatacongo1-6/+15
2009-03-28Fix examples/wget buildpatacongo1-9/+9
2009-03-26wget bugfixes (still lots of problems)patacongo1-8/+9
2009-03-26Add host based test for wget()patacongo1-1/+3
2009-03-261st cut as BSD-izing uIP web client logicpatacongo1-0/+147
2009-03-21Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2-2/+2
2009-03-21Expose more ARP APIspatacongo1-44/+179
2009-03-16Fix calculation of checksum on outgoing ping responsespatacongo2-2/+2
2009-03-01cosmeticpatacongo2-2/+2
2008-12-12fix typo in commentspatacongo1-1/+1
2008-11-21Change from doubly- to singly-linked listspatacongo1-3/+3
2008-11-20Add support for TCP/IP connection backlogpatacongo2-24/+87
2008-11-18Implement poll/select for socketspatacongo1-4/+5
2008-09-12Standardizing ioctlspatacongo3-29/+30
2008-09-05Added basic TFTP client supportpatacongo2-4/+81
2008-09-03ping() integratedpatacongo1-1/+7
2008-09-02Add NSH ping commandpatacongo3-1/+17
2008-09-02Add uIP access to ICMP protocolpatacongo4-8/+93
2008-09-01Verify UDP supportpatacongo1-9/+9
2008-09-01Add uIP support more multi-threaded socket accesspatacongo4-47/+123
2008-08-02typospatacongo1-1/+1
2007-12-12ifconfig shows uIP statspatacongo1-1/+1
2007-12-11DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo1-1/+1
2007-12-11Moved MAC and ethernet definitions to include/net/ethernet.hpatacongo4-9/+75
2007-11-30Add examples/dhcpdpatacongo5-37/+178
2007-11-27Fixed missing logic in readahead buffer logicpatacongo2-89/+9
2007-11-25Integrated uIP's TELNETDpatacongo1-0/+70
2007-11-23Removed unused uIP filespatacongo1-29/+19
2007-11-22TCP and ICMP protocols may now be disabledpatacongo4-448/+752
2007-11-22Add TX data notificationpatacongo3-54/+36
2007-11-21Fix confusion in listening socket vs accepted socketspatacongo1-16/+4
2007-11-20Prep for 0.3.1 releasepatacongo1-1/+1
2007-11-19Add TCP readahead logicpatacongo4-107/+71
2007-11-19uIP webserver now uses listen/acceptpatacongo2-4/+49
2007-11-16Basic server functionality: listen(), accept()patacongo1-74/+75
2007-11-15Fix probably where packets dropped because there was no recv() in place were ...patacongo1-8/+15
2007-11-08Fix handling of callback resultpatacongo1-1/+4
2007-11-08Eliminate most uIP globalspatacongo1-69/+32
2007-11-07Remove uIP loggingpatacongo1-8/+0
2007-11-07Handle varialble length polling intervals; fix bug of last checkinpatacongo4-50/+29
2007-11-07Finished partitioning uip.c (now system is broken)patacongo2-134/+114
2007-11-06Breaking uip.c into smaller functions/filespatacongo3-16/+2
2007-11-06Verified basic client-side network functionalitypatacongo1-12/+22
2007-11-06Reduce debug output; calibrate DM320 timerpatacongo1-2/+2
2007-11-05Basic TCP send functionalpatacongo2-85/+63
2007-11-04Integrating with DM320patacongo2-42/+50
2007-11-02Add DM90x0 driverpatacongo1-0/+9
2007-10-31in progress updatepatacongo3-80/+12
2007-10-31dhcpc debugpatacongo1-24/+43