From e59ea08395998e92a12fa88b374fb9e822673fbc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 Jan 2015 08:06:51 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9858eb0159..16af1f02771 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9410,3 +9410,9 @@ and IPv6_HDRLEN, (6) ip_chksum() became ipv4_chksum() and ipv6_chksum(), and (7) added partial support for ICMPv6 statistics (2015-01-14). + * arch/, drivers/net/, include/nuttx/net, and net/devif: (1) Rename + devif_input() ipv4_input(), (2) copy net/devif/devif_input.c to + ipv6_input.c, remove all IPv4-specific logic, (3) rename + 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).