From b1a7113fdd873ad0daff1afc1fa0bb5aaa287dbe Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 15 Jan 2015 15:57:10 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index dc00fd20abc..80c05fdfc56 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9423,3 +9423,5 @@ tcp_ipv6_input(), udp_ipv4_input(), and upd_ipv6_input() than can deal will the data offsets caused by the differing sizes of the IP header (2015-01-15). + * net/utils/net_ipv6_maskcmp.c: Add missing implementation of + net_ipv6_maskcmp() (2015-01-15).