summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-20 15:06:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-20 15:06:18 -0600
commit8f957faf84b9aa8de2881361e116943b78ec2dd4 (patch)
treeac8b61f2eb218eac15e2401db6418e116220c3d2 /nuttx/ChangeLog
parent9349fcdfc5acae9361c7ef1fa57e831429187e52 (diff)
downloadpx4-nuttx-8f957faf84b9aa8de2881361e116943b78ec2dd4.tar.gz
px4-nuttx-8f957faf84b9aa8de2881361e116943b78ec2dd4.tar.bz2
px4-nuttx-8f957faf84b9aa8de2881361e116943b78ec2dd4.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a34d53792..9f3f205bb 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9461,7 +9461,7 @@
* net/socket/accept.c: Fix accept() so that it returns the correct IP
address for the selected socket IP domain (2015-01-17).
* Networking: Final detangling off IPv4 and IPv6 TCP/UDP send logic.
- The etworking subsystem now compiles with IPv6 enabled (2015-01-18).
+ The networking subsystem now compiles with IPv6 enabled (2015-01-18).
* arch/arm/src/tiva/tm4c_ethernet.c: When calling into the stack
from the worker thread, it is necessary to have the stack locked
(2015-01-18).
@@ -9472,3 +9472,8 @@
* drivers/pipes/pipe.c, drivers/usbdev/cdcacm.c, and
mm/mm_gran/mm_granalloc.c: Fixes some issues found by the PX4 team
using Coverity. From Pavel Krienko (2015-01-19).
+ * net/icmpv6/icmpv6_solicit.c, net/neighbor/neighbor_out.c, and other
+ files: Add logic to search the Neighbor Table and update the
+ destination address in the output Ethernet header OR to send an
+ ICMPv6 Neighbor Solicitation if there is no entry in the Neighbor
+ table for the IPv6 address (2015-01-20).