summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* First step at porting to MoteinoMEGA. LED shows assert failure at boot. App...jeditekunum2015-01-2422-1/+3099
* STM32 Ethernet: Port IPv6 address filtering from the Tiva TM4C driverGregory Nutt2015-01-211-3/+68
* Networking: Change some debug outputto vebose debug outputGregory Nutt2015-01-215-40/+40
* Networking IPv6: Fix and error when adding a neighbor to the table. Compari...Gregory Nutt2015-01-212-6/+30
* Networking: IPv6 receipt logic errors. Don't save neighbor address in table...Gregory Nutt2015-01-211-24/+55
* Networking: Fix another error in an IPv6 macro. Again ampersand where there ...Gregory Nutt2015-01-211-1/+1
* Fix some errors in memcpy arguments. No ampersands on array arguments.Gregory Nutt2015-01-213-3/+3
* All Ethernet drivers (again): Missed one place where arp_out() is called and...Gregory Nutt2015-01-2121-22/+485
* More typos in debug statementsGregory Nutt2015-01-211-2/+2
* Fix a typo introduced in the last commitGregory Nutt2015-01-211-1/+1
* IPv6 -- various fixed from problems found in testingGregory Nutt2015-01-215-22/+62
* ICMPv6 Neighbor Advertisement: Need to set O flag or response is not used. ...Gregory Nutt2015-01-211-11/+12
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-201-1/+1
|\
| * SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_seri...Gregory Nutt2015-01-201-1/+1
* | Update ChangeLogGregory Nutt2015-01-201-1/+2
* | Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, no...Gregory Nutt2015-01-207-25/+25
|/
* Update ChangeLogGregory Nutt2015-01-201-0/+3
* Networking: When sending ICMPv6 advertisements and solicitations, set the NO...Gregory Nutt2015-01-206-10/+23
* Update ChangeLogGregory Nutt2015-01-201-2/+5
* Networking: Modify all Ethernet drivers: Do neighbor look-up on all outgoin...Gregory Nutt2015-01-2021-25/+276
* Update ChangeLogGregory Nutt2015-01-201-0/+3
* Networking: Add missing raw/packet socket support to all Ethernet driversGregory Nutt2015-01-2020-21/+226
* Update ChangeLogGregory Nutt2015-01-201-1/+6
* Networking: Add logic to search the Neighbor Table and update the destinatio...Gregory Nutt2015-01-208-15/+552
* Fix typo in function nameGregory Nutt2015-01-202-2/+2
* Networking: Clean up IPv6 Neighbor Table logicGregory Nutt2015-01-2013-213/+731
* Networking: Update ICMPv6 logic to RFCsGregory Nutt2015-01-2011-78/+181
* Ethernet drivers: Use IFF_IS_IPv4 macro. Cannot rely on the EtherType being ...Gregory Nutt2015-01-2014-28/+28
* Cosmetic standardization of some naming in commentsGregory Nutt2015-01-1929-37/+37
* Networking: Hook in ICMPv6 polling operations into periodic network logicGregory Nutt2015-01-192-10/+47
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-194-8/+15
|\
| * Update ChangeLogGregory Nutt2015-01-191-2/+4
| * Fixes some issues found by the PX4 team using Coverity. From Pavel KrienkoGregory Nutt2015-01-193-6/+11
* | Networking: Fix to ICMPv6 logic: Needs to set source and destination address...Gregory Nutt2015-01-192-27/+54
* | TM4C Ethernet: Fix the ICMPv6 multicast addressGregory Nutt2015-01-191-1/+5
* | Networking: Costmetic changesGregory Nutt2015-01-191-17/+17
* | Networking: Update ICMPv6 message numbersGregory Nutt2015-01-192-38/+36
* | Networking: Fix an IPv6 bug: Wrong network byte order in comparisonGregory Nutt2015-01-191-11/+12
* | Tiva Ethernet: Add support for receiving IPv6 multicast framesGregory Nutt2015-01-191-6/+67
|/
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-192-4/+8
|\
| * Update ChangeLogGregory Nutt2015-01-191-0/+4
| * nuttx/arch/arm/src/stm32/stm32_serial.c: fix declaration and definition of up...Gregory Nutt2015-01-191-4/+4
* | Networking: net/neighbor/Make.defs was not being included by MakefileGregory Nutt2015-01-191-0/+1
* | NSH library: Disable put and get commends of TFTP client is not enabled; dis...Gregory Nutt2015-01-191-1/+1
* | Networking: Fix some problems with debug is enabled; fix a warningGregory Nutt2015-01-192-4/+6
|/
* Update ChangeLogGregory Nutt2015-01-181-0/+4
* Tiva Ethernet: When calling into the stack from the worker thread, it is nec...Gregory Nutt2015-01-182-0/+24
* Tiva Ethernet: Don't try to print IPv4 address if IPv4 is not enabledGregory Nutt2015-01-181-0/+4
* Refresh configuration/update some misnamed conditional compilationGregory Nutt2015-01-181-6/+11
* Fix a few more dangling IPv6 issues found by code inspectionGregory Nutt2015-01-186-58/+81