From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net v2 0/3][pull request] Intel Wired LAN Driver Updates Date: Mon, 30 Apr 2012 18:58:12 -0700 Message-ID: <1335837495-9722-1-git-send-email-jeffrey.t.kirsher@intel.com> Cc: Jeff Kirsher , netdev@vger.kernel.org, gospo@redhat.com, sassmann@redhat.com To: davem@davemloft.net Return-path: Received: from mga01.intel.com ([192.55.52.88]:59030 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757533Ab2EAB6R (ORCPT ); Mon, 30 Apr 2012 21:58:17 -0400 Sender: netdev-owner@vger.kernel.org List-ID: This series of patches contains fixes for igbvf and ixgbe. v2: Corrected authorship for the igbvf patch to Samuel Liao. The following are changes since commit 1cebce36d660c83bd1353e41f3e66abd4686f215: tcp: fix infinite cwnd in tcp_complete_cwr() and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master Alexander Duyck (1): ixgbe: Fix a memory leak in IEEE DCB Samuel Liao (1): igbvf: fix the bug when initializing the igbvf Yi Zou (1): ixgbe: fix calling skb_put on nonlinear skb assertion bug drivers/net/ethernet/intel/igbvf/netdev.c | 4 ++-- drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 1 + drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 9 +++++---- 3 files changed, 8 insertions(+), 6 deletions(-) -- 1.7.7.6