From 168beae53c1915e184c91c7bc149b99d282ed13d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 Jan 2015 09:32:32 -0600 Subject: [PATCH] Update changelog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16af1f0277..f4cedd92a9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9416,3 +9416,5 @@ net/devif/devif_input.c to ipv4_input.c, remove all IPv6-specific logic, and (4) xplit IPv4 header structure out as net_ipv4hdr_s from net_iphdr_s (2015-01-15). + * arch/: All Ethernet drivers: Call ipv6_input() if IPv6 is enabled + and an IPv6 packet is received (2015-01-15).