summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add CONFIG_STACK_COLORATION that does the same thing as CONFIG_DEBUG_STACK ↵Gregory Nutt2015-01-2448-59/+148
| | | | but without enabling debug. From David Sidrane
* Update ChangeLogGregory Nutt2015-01-231-0/+4
|
* Math library: Adds support for the expm1 functions: ↵Gregory Nutt2015-01-231-1/+4
| | | | http://pubs.opengroup.org/onlinepubs/009695399/functions/expm1.html. From Brennan Ashton
* Update READMEGregory Nutt2015-01-231-0/+41
|
* Networking: IPv4 and IPv6 work together. This fixes a bug necessary to ↵Gregory Nutt2015-01-233-8/+21
| | | | accomplish that as well as cleaning up a couple of other issues
* 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 ↵Gregory Nutt2015-01-234-0/+201
| | | | Bouteville
* 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 ↵Gregory Nutt2015-01-235-90/+282
| | | | logic is complete but still missing some network level support
* 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 ↵Gregory Nutt2015-01-235-44/+103
| | | | when IPv6 is selected
* 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 ↵Gregory Nutt2015-01-229-44/+577
| | | | domain sockets
* 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 ↵Gregory Nutt2015-01-221-4/+0
| | | | | | | | with standard NuttX stack montitoring logic
* | Armv7-M: Remove Px4-only setting of stack to 0xff. This is incompatible ↵Gregory Nutt2015-01-226-61/+216
|/ | | | with standard NuttX stack montitoring logic
* Networking: New domain field in socket structure is created by socket(), ↵Gregory Nutt2015-01-223-3/+5
| | | | but missed cases where a socket is created via accept() or dup()
* Update ChangeLogsGregory Nutt2015-01-222-0/+8
|
* Networking: Correct the value returned by accept() in the case where ↵Gregory Nutt2015-01-224-10/+40
| | | | net_lockingwait() is called. It was returning -1 and losing the errno value. Noted by Rony Xln
* apps/netutils/telnetd: Add protection when CONFIG_SCHED_HAVE_PARENT is ↵Gregory Nutt2015-01-221-11/+61
| | | | enabled: Call sigaction with SA_NOCLDWAIT so that exit status is not retained (no zombies) and block receipt of SIGCHLD so that accept is not awakened by a signal. Iff accept() is awakened by a signal, do not do anything crazy like exit. Most from Rony Xln
* 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. ↵Gregory Nutt2015-01-212-6/+30
| | | | Comparing wrong address. Add more debug info too
* Networking: IPv6 receipt logic errors. Don't save neighbor address in ↵Gregory Nutt2015-01-211-24/+55
| | | | table when solicitation is recieved. Save it when the advertisement is received
* Networking: Fix another error in an IPv6 macro. Again ampersand where there ↵Gregory Nutt2015-01-211-1/+1
| | | | should not be one
* 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 ↵Gregory Nutt2015-01-2121-22/+485
| | | | and neighber_out() needs to be called
* 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
| | | | Also, TTL=255 seems to be more-or-less standard in this message
* Merge remote-tracking branch 'origin/master' into ipv6Gregory Nutt2015-01-211-5/+5
|\