From 5ad6514ec01440e8763ea596c5e373d3d7fdeb38 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Jun 2015 06:55:49 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0361b0d7d5..247bdd83e7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10544,4 +10544,6 @@ KSZ8041 PHY to the LPC17xx Ethernet driver (2015-06-03). * configs/lincoln60/netnsh: Add a network enabled configuration for the Lincoln60 board (2015-06-03). + * drivers/net/tun.c: Misc. improvements to the TUN driver, mostly related + to poll(). From Max Neklyudov (2015-06-04).