summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 444b591d6..8ee10ffd0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8191,3 +8191,9 @@
network responses to ARP requests quickly (2014-8-19).
* include/nuttx/lcd/ili9341.h: \Add a register definition header file
for the ILI9341 LCD (2014-8-19).
+ * net/arp/Kconfig: ARP request logic is no longer EXPERIMENTAL
+ (2014-8-20).
+ * net/arp/arp_send.c: ARP request logic needs to do the right thing if
+ (1) the address is a broadcast or multicast address, and (2) if the
+ IP address lies outside of the network. Problem noted by Manuel Stuehn
+ (2014-8-20).