From 5f4ddc48ca636ddcefe1f28c1cbb688487c7d3b3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 20 Jan 2015 15:54:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb060e55be6..aef25b504d9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9477,6 +9477,9 @@ 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). - * Networking: Add missing raw/packet socket support to all Ethernet - driverss (2015-01-20). + * arch/ and drivers/net: Add missing raw/packet socket support toi + all Ethernet driverss (2015-01-20). + * arch/ and drivers/net: "Networking: Modify all Ethernet drivers: + Do neighbor look-up on all outgoing IPv6 packs in order to properly + set the destination link layer address (2015-01-20).