summaryrefslogtreecommitdiff
path: root/nuttx/net
Commit message (Expand)AuthorAgeFilesLines
* Add netdev_unregister()patacongo2011-03-254-6/+168
* RTL8187 I/O routinespatacongo2011-03-251-3/+2
* SLIP is now basically functionalpatacongo2011-03-161-3/+1
* More SLIP integrationpatacongo2011-03-1525-168/+398
* Basic SLIP functionality -- but there are issuespatacongo2011-03-151-1/+7
* More support for SLIP data link protocolpatacongo2011-03-129-14/+53
* Incorporate uIP patchespatacongo2011-01-234-11/+44
* Make size of LPC1766 EMAC RAM configurablepatacongo2010-11-281-4/+8
* Files needed to make LPC17xx EMAC RAM more configurablepatacongo2010-11-281-4/+13
* Fix missing ARP entry problempatacongo2010-11-271-7/+27
* More TCP sequence changespatacongo2010-11-272-20/+7
* Fix TCP sequence number errorpatacongo2010-11-272-49/+81
* Cosmetic renaming of variablespatacongo2010-11-276-49/+49
* Eliminate uip_outstanding()patacongo2010-11-262-5/+5
* Fix un-acked backlog coordinatin bugpatacongo2010-11-262-42/+32
* uip_arp_ipin needs a struct uip_driver_s as an inputpatacongo2010-11-251-1/+1
* Restore uip_arp_ipin()patacongo2010-11-251-1/+29
* Fix compile error when stats enabledpatacongo2010-07-141-2/+2
* More cosmetic clean-uppatacongo2010-07-147-1315/+1315
* Costmetic clean-uppatacongo2010-07-146-9/+22
* Fix preallocation logicpatacongo2010-07-141-4/+14
* Outgoing IGMP is functionalpatacongo2010-07-146-19/+133
* IGMP debug fixespatacongo2010-07-139-48/+32
* IGMP debug fixespatacongo2010-07-136-39/+85
* Add IGMP user interfacepatacongo2010-07-115-58/+187
* Add IGMP send logicpatacongo2010-07-114-8/+171
* Add support for multicast MAC addressespatacongo2010-07-118-10/+143
* More IGMP logicpatacongo2010-07-102-2/+278
* Add IGMP timer logicpatacongo2010-07-106-9/+233
* More IGMP logicpatacongo2010-07-107-6/+498
* More IGMP logicpatacongo2010-07-108-28/+239
* More IGMP logicpatacongo2010-07-084-1/+302
* Add IGMP initialization logicpatacongo2010-07-087-4/+146
* More IGMP changespatacongo2010-07-083-1/+21
* IGMP header filespatacongo2010-07-061-0/+7
* Add LM3S6965 NSH configuration + Prep for 5.5 releasenuttx-5.5patacongo2010-05-091-2/+3
* Fix an error in the handling of TCP/IP sequence numberspatacongo2009-12-197-102/+208
* Fixing LM3S httpd example (still broken)patacongo2009-12-181-3/+2
* Need to include assert.hpatacongo2009-12-171-0/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1525-79/+76
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1530-193/+202
* Sockets were not being closed when a task exitspatacongo2009-09-163-14/+69
* Consulting wrong list to see if socket is listening for a connectionpatacongo2009-09-162-24/+40
* Fix some errno reportingpatacongo2009-09-161-24/+27
* Reference count must be zero before calling uip_tcpfree()patacongo2009-09-162-0/+2
* Fix reference counting errorspatacongo2009-09-152-0/+3
* Use lldbg() instead of dbg() in interrupt level logicpatacongo2009-09-1522-117/+118
* Remove check for outstanding un-ACKed data in TX pollpatacongo2009-09-111-5/+2
* Fix race condition that can cause close of socket to hangpatacongo2009-09-112-15/+21
* Clean up THTTPD watch handlingpatacongo2009-09-117-9/+9