summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK bu...Gregory Nutt2015-01-2448-59/+148
* Update ChangeLogGregory Nutt2015-01-231-0/+4
* Math library: Adds support for the expm1 functions: http://pubs.opengroup.org...Gregory Nutt2015-01-231-1/+4
* Update READMEGregory Nutt2015-01-231-0/+41
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to acco...Gregory Nutt2015-01-232-7/+15
* Update ChangeLogGregory Nutt2015-01-231-2/+5
* Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bout...Gregory Nutt2015-01-234-0/+201
* Networking: Final fixes. IPv6 pings now work in both directionsGregory Nutt2015-01-232-11/+9
* Networking: Various bugfixes related to IPv6 pingGregory Nutt2015-01-233-11/+12
* Update ChangeLogGregory Nutt2015-01-231-0/+2
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-235-118/+233
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH l...Gregory Nutt2015-01-231-6/+17
* Update ChangeLogsGregory Nutt2015-01-231-2/+3
* configs/dk-tm4c129x/ipv6: Add an IPv6-enabled NSH configruationGregory Nutt2015-01-234-0/+1348
* IPv6 is not longer EXPERIMENTALGregory Nutt2015-01-231-1/+0
* Networking: Eliminate a warning with UDP checksums are suppressedGregory Nutt2015-01-231-0/+2
* Networking: Fix issues with UDP packet length and checksum calculations when...Gregory Nutt2015-01-235-44/+103
* Networking: UDP checksums must always be used with IPv6Gregory Nutt2015-01-231-2/+4
* Networking: Need to set the IPv6 EtherType on outgoing IPv6 packetsGregory Nutt2015-01-232-0/+7
* Cosmetic changes to comments; refresh configurationGregory Nutt2015-01-223-3/+11
* Update ChangeLogGregory Nutt2015-01-221-0/+4
* Correct the MSS calculationGregory Nutt2015-01-221-2/+2
* Correct calculation of initial MSSGregory Nutt2015-01-221-0/+18
* Networking: Back out a previous change. It is incorrectGregory Nutt2015-01-222-5/+11
* Forgot to remove some debug instrumentation in the last commitGregory Nutt2015-01-223-8/+0
* Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-226-61/+216
* Networking: New domain field in socket structure is created by socket(), but...Gregory Nutt2015-01-223-3/+5
* Update ChangeLogsGregory Nutt2015-01-221-0/+3
* Networking: Correct the value returned by accept() in the case where net_loc...Gregory Nutt2015-01-223-9/+39
* 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