summaryrefslogtreecommitdiffstats
path: root/nuttx/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Fix bad conditional compilation that breaks THTTPD and dup2()patacongo1-2/+2
2011-04-13Macro clock_systimer replaces direct access to g_system_timer variablepatacongo4-8/+8
2011-04-03Move memory manager into user spacepatacongo1-1/+1
2011-03-25Add netdev_unregister()patacongo4-6/+168
2011-03-25RTL8187 I/O routinespatacongo1-3/+2
2011-03-16SLIP is now basically functionalpatacongo1-3/+1
2011-03-15More SLIP integrationpatacongo25-168/+398
2011-03-15Basic SLIP functionality -- but there are issuespatacongo1-1/+7
2011-03-12More support for SLIP data link protocolpatacongo9-14/+53
2011-01-23Incorporate uIP patchespatacongo4-11/+44
2010-11-28Make size of LPC1766 EMAC RAM configurablepatacongo1-4/+8
2010-11-28Files needed to make LPC17xx EMAC RAM more configurablepatacongo1-4/+13
2010-11-27Fix missing ARP entry problempatacongo1-7/+27
2010-11-27More TCP sequence changespatacongo2-20/+7
2010-11-27Fix TCP sequence number errorpatacongo2-49/+81
2010-11-27Cosmetic renaming of variablespatacongo6-49/+49
2010-11-26Eliminate uip_outstanding()patacongo2-5/+5
2010-11-26Fix un-acked backlog coordinatin bugpatacongo2-42/+32
2010-11-25uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo1-1/+1
2010-11-25Restore uip_arp_ipin()patacongo1-1/+29
2010-07-14Fix compile error when stats enabledpatacongo1-2/+2
2010-07-14More cosmetic clean-uppatacongo7-1315/+1315
2010-07-14Costmetic clean-uppatacongo6-9/+22
2010-07-14Fix preallocation logicpatacongo1-4/+14
2010-07-14Outgoing IGMP is functionalpatacongo6-19/+133
2010-07-13IGMP debug fixespatacongo9-48/+32
2010-07-13IGMP debug fixespatacongo6-39/+85
2010-07-11Add IGMP user interfacepatacongo5-58/+187
2010-07-11Add IGMP send logicpatacongo4-8/+171
2010-07-11Add support for multicast MAC addressespatacongo8-10/+143
2010-07-10More IGMP logicpatacongo2-2/+278
2010-07-10Add IGMP timer logicpatacongo6-9/+233
2010-07-10More IGMP logicpatacongo7-6/+498
2010-07-10More IGMP logicpatacongo8-28/+239
2010-07-08More IGMP logicpatacongo4-1/+302
2010-07-08Add IGMP initialization logicpatacongo7-4/+146
2010-07-08More IGMP changespatacongo3-1/+21
2010-07-06IGMP header filespatacongo1-0/+7
2010-05-09Add LM3S6965 NSH configuration + Prep for 5.5 releasepatacongo1-2/+3
2009-12-19Fix an error in the handling of TCP/IP sequence numberspatacongo7-102/+208
2009-12-18Fixing LM3S httpd example (still broken)patacongo1-3/+2
2009-12-17Need to include assert.hpatacongo1-0/+1
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo25-79/+76
2009-12-15Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo30-193/+202
2009-09-16Sockets were not being closed when a task exitspatacongo3-14/+69
2009-09-16Consulting wrong list to see if socket is listening for a connectionpatacongo2-24/+40
2009-09-16Fix some errno reportingpatacongo1-24/+27
2009-09-16Reference count must be zero before calling uip_tcpfree()patacongo2-0/+2
2009-09-15Fix reference counting errorspatacongo2-0/+3
2009-09-15Use lldbg() instead of dbg() in interrupt level logicpatacongo22-117/+118