commit 659eadfc20751c1e0784f4910d194fcd836b86db Author: Greg Kroah-Hartman Date: Mon Jul 17 06:58:58 2006 -0700 Linux 2.6.16.27 commit b6c9e34e0aca7f2ba1c106d6805f1c18a99dffc8 Author: Ian Abbott Date: Mon Jun 26 12:59:17 2006 +0100 [PATCH] USB serial ftdi_sio: Prevent userspace DoS (CVE-2006-2936) This patch limits the amount of outstanding 'write' data that can be queued up for the ftdi_sio driver, to prevent userspace DoS attacks (or simple accidents) that use up all the system memory by writing lots of data to the serial port. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman commit 8ac7545d688e3f83a02549b5281620cfeed0e281 Author: YOSHIFUJI Hideaki Date: Thu Jun 22 01:42:13 2006 -0700 [PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IPV6_PRIVACY We need to update hiscore.rule even if we don't enable CONFIG_IPV6_PRIVACY, because we have more less significant rule; longest match. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman commit 1d3688b61337c13317492af7a50424303294584d Author: $,1 aukasz Stelmach Date: Thu Jun 22 01:39:05 2006 -0700 [PATCH] IPV6: Fix source address selection. Two additional labels (RFC 3484, sec. 10.3) for IPv6 addreses are defined to make a distinction between global unicast addresses and Unique Local Addresses (fc00::/7, RFC 4193) and Teredo (2001::/32, RFC 4380). It is necessary to avoid attempts of connection that would either fail (eg. fec0:: to 2001:feed::) or be sub-optimal (2001:0:: to 2001:feed::). Signed-off-by: $,1 aukasz Stelmach Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller Signed-off-by: Chris Wright Signed-off-by: Greg Kroah-Hartman