From f65b86f9e31b43eeb5f70ac07532ef2f7e1b766e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 27 May 2015 12:14:21 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 327609efef..94332e0199 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10440,3 +10440,10 @@ * arch/arm/include/kinetis and arch/arm/src/kinetis: Basic support for the Kinetis K20 architecture. Taken from PX4. This is the work of Jakob Odersky (2015-05-26). + * net/: Move some ICMP event lists to the device structure. That + allows for both device-specific event processing and also devices + to generate events like network down. From Max Neklyudov (2015-05-27). + * net/: Extend Macs logic to ARP and ICMPv6. Also found and fix + several IPv6-related compilation errors that have crept in. IPv6 + has been broken for awhile (2015-05-27). + \ No newline at end of file