summaryrefslogtreecommitdiffstats
path: root/nuttx/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Header file clean-uppatacongo2-7/+7
2012-06-08More IPv6 ramblingpatacongo1-1/+1
2012-06-07First round of compile fixes for IPv6patacongo1-25/+72
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo10-3043/+0
2012-02-23Fix an error the TCP/IP received sequence number countingpatacongo1-2/+2
2012-01-30Get rid of psock.h (bad idea); Add logic to clone the socket structure when w...patacongo1-312/+0
2012-01-30Add new psock layer; telnet session is now wrapped in a character devicepatacongo1-0/+312
2012-01-24Lots of re-organization -- getting ready to support a composite USB devicepatacongo1-3/+4
2011-06-06Fix minimum MTU... must be at lest 576patacongo2-1/+13
2011-05-29Add strndup()patacongo1-2/+2
2011-03-19Move netutils header files from include/net/uip to include/apps/netutilspatacongo11-964/+0
2011-03-16Fix SLIP bugpatacongo1-7/+6
2011-03-15More SLIP integrationpatacongo1-1/+51
2011-03-13SLIP correctionspatacongo1-23/+13
2011-03-12Add SLIP test configurationpatacongo1-2/+8
2011-03-12More support for SLIP data link protocolpatacongo4-35/+139
2010-11-28Files needed to make LPC17xx EMAC RAM more configurablepatacongo1-1/+0
2010-11-27Cosmetic renaming of variablespatacongo1-3/+3
2010-11-26Eliminate uip_outstanding()patacongo1-5/+1
2010-11-25uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo1-2/+2
2010-11-25Restore uip_arp_ipin()patacongo1-3/+7
2010-08-10Lease time is now in host orderpatacongo1-2/+2
2010-07-14Outgoing IGMP is functionalpatacongo3-10/+9
2010-07-13Clean-uppatacongo1-32/+35
2010-07-13Typopatacongo1-2/+0
2010-07-13Move options to separate filepatacongo2-56/+250
2010-07-13Fix typospatacongo1-3/+3
2010-07-13Add IP optionspatacongo1-0/+56
2010-07-13IGMP debug fixespatacongo1-2/+6
2010-07-13IGMP debug fixespatacongo1-0/+1
2010-07-11Add IGMP user interfacepatacongo4-89/+109
2010-07-11Add support for multicast MAC addressespatacongo2-1/+23
2010-07-10More IGMP logicpatacongo1-6/+13
2010-07-10More IGMP logicpatacongo2-22/+44
2010-07-08More IGMP logicpatacongo2-2/+16
2010-07-08Add IGMP initialization logicpatacongo1-0/+1
2010-07-08More IGMP changespatacongo2-3/+84
2010-07-06More IGMP header file stuffpatacongo2-0/+6
2010-07-06IGMP header filespatacongo2-0/+231
2009-12-19Fix an error in the handling of TCP/IP sequence numberspatacongo1-12/+3
2009-12-17typopatacongo1-1/+1
2009-12-14Switching to C99 stdint.h typespatacongo16-173/+174
2009-12-14Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2-35/+35
2009-09-10Fix race condition bug in poll() for backlogged connectionspatacongo1-0/+6
2009-07-18Still fleshing out THTTPD examplepatacongo1-1/+0
2009-07-12libthttpd.c now longer used fork() and execve()patacongo1-0/+102
2009-06-16Reserved word 'private' in C header files is a problem for C++patacongo1-4/+4
2009-06-15dup() and dup2() support for socket descriptorspatacongo2-0/+2
2009-03-28Add examples/sendmailpatacongo1-2/+3
2009-03-28Add wget command to NSHpatacongo1-2/+3