Precise CVE-2012-3412

Tim Gardner tim.gardner at canonical.com
Tue Aug 21 20:14:26 UTC 2012


The following changes since commit ae3fa1656413552bd71bbab6c1a339ab86cbd145:

  be2net: Fix to parse RSS hash from Receive completions correctly.
(2012-08-21 13:45:09 -0600)

are available in the git repository at:

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

for you to fetch changes up to 42742fef19aed742a553a82454d1333112a19d1a:

  tcp: Apply device TSO segment limit earlier (2012-08-21 13:47:51 -0600)

----------------------------------------------------------------
Ben Hutchings (4):
      net: Allow driver to limit number of GSO segments per skb
      sfc: Replace some literal constants with EFX_PAGE_SIZE/EFX_BUF_SIZE
      sfc: Fix maximum number of TSO segments and minimum TX queue size
      tcp: Apply device TSO segment limit earlier

Neal Cardwell (1):
      tcp: do not scale TSO segment size with reordering degree

 drivers/net/ethernet/sfc/efx.c     |    6 ++++++
 drivers/net/ethernet/sfc/efx.h     |   14 ++++++++++----
 drivers/net/ethernet/sfc/ethtool.c |   16 +++++++++++-----
 drivers/net/ethernet/sfc/nic.c     |    5 +----
 drivers/net/ethernet/sfc/nic.h     |    5 +++++
 drivers/net/ethernet/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              |   23 +++++++++++++----------
 14 files changed, 90 insertions(+), 28 deletions(-)
-- 
Tim Gardner tim.gardner at canonical.com




More information about the kernel-team mailing list