From 93aba84daf683fbf29fdbb34f128b4a6e45ca19c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 12 Jun 2014 12:32:29 -0600 Subject: [PATCH] Updated Changelogs --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e8dc60a3fc7..32e18cfa271 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7427,4 +7427,5 @@ case of 8-bit data with parity. From Freddie Chopin (2014-6-11). * binfmt/libelf/elf.c: Fix a compilation error when CONFIG_ELF_DUMPBUFFER is defined. From Pelle Windestam (2014-6-12). - + * net/, include/nutt/net, and include/netpacket: Add support for "raw" + sockets. From Lazlo Sitzer (2014-6-12).