mbox

Precise CVE-2012-3412

Message ID 5033EC22.2000808@canonical.com
State New
Headers show

Pull-request

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

Message

Tim Gardner Aug. 21, 2012, 8:14 p.m. UTC
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(-)

Comments

Seth Forshee Aug. 22, 2012, 12:51 p.m. UTC | #1
On Tue, Aug 21, 2012 at 02:14:26PM -0600, Tim Gardner wrote:
> 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@canonical.com
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Herton Ronaldo Krzesinski Aug. 22, 2012, 1:45 p.m. UTC | #2

Tim Gardner Aug. 22, 2012, 2:19 p.m. UTC | #3