From patchwork Wed Aug 22 20:12:03 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 179402 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 926272C00A6 for ; Thu, 23 Aug 2012 06:12:21 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1T4HHM-0005lD-At; Wed, 22 Aug 2012 20:11:52 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1T4HHJ-0005l2-KV for kernel-team@lists.ubuntu.com; Wed, 22 Aug 2012 20:11:49 +0000 Received: from [10.0.2.6] (host-174-45-43-11.hln-mt.client.bresnan.net [174.45.43.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.tpi.com (Postfix) with ESMTP id 8BA71305F59 for ; Wed, 22 Aug 2012 13:11:25 -0700 (PDT) Message-ID: <50353D13.9000809@canonical.com> Date: Wed, 22 Aug 2012 14:12:03 -0600 From: Tim Gardner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: kernel-team Subject: Oneiric CVE-2012-3412 X-Enigmail-Version: 1.5a1pre X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit 94541d9707b3e99a60a82b9367f2f49195c47307: eCryptfs: Revert to a writethrough cache model (2012-08-20 07:36:05 -0600) are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-oneiric.git CVE-2012-3412 for you to fetch changes up to f6f455256a9e2d5d4225f11e323458030adff3dd: sfc: Fix maximum number of TSO segments and minimum TX queue size (2012-08-22 13:39:22 -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(-)