From patchwork Thu Aug 23 16:27:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Lucid CVE-2012-3412 Date: Thu, 23 Aug 2012 06:27:09 -0000 From: Tim Gardner X-Patchwork-Id: 179680 Message-Id: <503659DD.6070708@canonical.com> To: kernel-team The following changes since commit cf52d980c29eade382d95198b7362787038b9ef5: eCryptfs: Initialize empty lower files when opening them (2012-08-23 12:05:04 -0400) are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid.git CVE-2012-3412 for you to fetch changes up to 67438dd33e0bb1e2f120f4f6672b5c43d30ce5fd: sfc: Fix maximum number of TSO segments and minimum TX queue size (2012-08-23 10:07:17 -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 | 8 ++++++++ drivers/net/sfc/efx.h | 19 +++++++++++++++++-- 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 +++++++++++++++------------ 13 files changed, 90 insertions(+), 23 deletions(-)