From patchwork Thu Aug 23 13:48:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Natty CVE-2012-3412 Date: Thu, 23 Aug 2012 03:48:18 -0000 From: Tim Gardner X-Patchwork-Id: 179656 Message-Id: <503634A2.6070700@canonical.com> To: kernel-team The following changes since commit 0f47bdf752ff643efbd413eb13d6c5a4a17fbc31: eCryptfs: Initialize empty lower files when opening them (2012-08-23 07:22:50 -0600) are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-natty.git CVE-2012-3412 for you to fetch changes up to 6e7f2d96f665f4f0da859c9d598bcd9c4c9f050c: sfc: Fix maximum number of TSO segments and minimum TX queue size (2012-08-23 07:47:08 -0600) ---------------------------------------------------------------- Ben Hutchings (4): net: Allow driver to limit number of GSO segments per skb tcp: Apply device TSO segment limit earlier sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE sfc: Fix maximum number of TSO segments and minimum TX queue size Neal Cardwell (1): tcp: do not scale TSO segment size with reordering degree drivers/net/sfc/efx.c | 6 ++++++ drivers/net/sfc/efx.h | 14 ++++++++++---- drivers/net/sfc/ethtool.c | 16 +++++++++++----- drivers/net/sfc/nic.c | 5 +---- drivers/net/sfc/nic.h | 5 +++++ drivers/net/sfc/tx.c | 21 ++++++++++++++++++++- include/linux/netdevice.h | 2 ++ include/net/sock.h | 2 ++ include/net/tcp.h | 8 ++++++++ net/core/dev.c | 4 ++++ net/core/sock.c | 1 + net/ipv4/tcp.c | 4 +++- net/ipv4/tcp_cong.c | 7 ++++--- net/ipv4/tcp_output.c | 27 +++++++++++++++------------ 14 files changed, 92 insertions(+), 30 deletions(-)