From efa3783077b1fec115e90b780bc66bef15515349 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Jul 2014 08:03:37 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0d533d970e0..dc84f47a870 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7664,6 +7664,11 @@ * net/: Add a few missing configuration options to the Kconfig files (2014-7-8). * net/iob/iob_trimhead_queue.c and socket/recvfrom.c: Important fix to - the read-ahead buffer queue managment: Consumed bytes were being + the read-ahead buffer queue management: Consumed bytes were being trimmed from the head of the queue, but the queue head itself was not being updated. From Rony XLN (2014-7-7). + * drivers/bch: Add configurable AES encryption support to block-to- + character (BCH) driver. This allows any block device to be accessed + as an encrypted character device. From Max Nekludov (2014-7-7). + * SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined. + From Max Nekludov (2014-7-7) \ No newline at end of file