mbox

Natty CVE-2012-3412

Message ID 503634A2.6070700@canonical.com
State New
Headers show

Pull-request

git://kernel.ubuntu.com/rtg/ubuntu-natty.git CVE-2012-3412

Message

Tim Gardner Aug. 23, 2012, 1:48 p.m. UTC
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(-)

Comments

Herton Ronaldo Krzesinski Aug. 23, 2012, 5:54 p.m. UTC | #1
Ack, but net/tcp patches needs the BugLink/CVE header on them.
Tim Gardner Aug. 24, 2012, 1:25 p.m. UTC | #2