summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for inverse hyperbolic functions. From Brennan AshtonGregory Nutt2015-01-2611-3/+507
* Prep for NuttX-7.7 releaseGregory Nutt2015-01-264-40/+494
* Get USART 2 & 3 working on lpc4357-evb. These changes are required to get USA...Gregory Nutt2015-01-262-36/+36
* Add ioctls for Unix domain socketsGregory Nutt2015-01-242-0/+16
* Add sys/un.h header fileGregory Nutt2015-01-241-0/+81
* NSH: A few minor improvements/corrections to the network status presentationGregory Nutt2015-01-241-4/+4
* Fix another error in conditional compilation; plus some additional cosmetic c...Gregory Nutt2015-01-243-8/+10
* Correct a typo in conditional compilationGregory Nutt2015-01-241-1/+1
* Update ChangeLogsGregory Nutt2015-01-242-1/+2
* Networking: Clean up network status collection and presentation for IPv6Gregory Nutt2015-01-2414-84/+194
* Some minor clean-up of IPv4/6 flagsGregory Nutt2015-01-247-18/+56
* Oops missed one reference to DEBUG_STACKGregory Nutt2015-01-241-6/+6
* Update ChangeLogGregory Nutt2015-01-241-1/+2
* Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configu...Gregory Nutt2015-01-2457-253/+59
* Update ChangeLogGregory Nutt2015-01-241-0/+4
* 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-233-8/+21
* Update README fileGregory Nutt2015-01-231-1/+10
* 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-234-12/+13
* Update ChangeLogGregory Nutt2015-01-231-0/+2
* Networking: First cut at ICMPv6 ping logicGregory Nutt2015-01-235-118/+233
* Update ChangeLogGregory Nutt2015-01-231-0/+2
* apps/nshlib: Add the ping6 command to support checking IPv6 networks. NSH l...Gregory Nutt2015-01-235-90/+282
* 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
* Add to .depend dependencies to eliminate an error at dependency generation timeGregory Nutt2015-01-232-2/+2
* Add config.h to .gitignoreGregory Nutt2015-01-231-0/+1
* Update ChangeLogGregory Nutt2015-01-221-0/+2
* apps/examples/udp: The UDP test example has been extend to support IPv6 doma...Gregory Nutt2015-01-229-44/+577
* 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
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-220-0/+0
|\
| * Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible with...Gregory Nutt2015-01-221-4/+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