From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kirsher Subject: [net-next 0/6][pull request] Intel Wired LAN Driver Updates Date: Mon, 17 Oct 2011 04:32:35 -0700 Message-ID: <1318851161-30163-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 mga02.intel.com ([134.134.136.20]:28654 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751055Ab1JQLcn (ORCPT ); Mon, 17 Oct 2011 07:32:43 -0400 Sender: netdev-owner@vger.kernel.org List-ID: The following series contains updates to ixgbe, igbvf and igb. This version of the series contains the following changes: - igb fix/add check if subordinate VFs are assigned to VM's - igbvf fix for trunk VLAN - ixgbe 2 fixes for ethtool and 1 endianess fix The following are changes since commit fd38f734cb8200529e281338514945fcbff2364b: igbvf: convert to ndo_fix_features and are available in the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git Emil Tantilov (3): ixgbe: fix endianess when writing driver version to firmware ixgbe: allow eeprom writes via ethtool ixgbe: change the eeprom version reported by ethtool Greg Rose (2): igbvf: Fix trunk vlan igb: Check if subordinate VFs are assigned to virtual machines Jacob Keller (1): ixgbe: add hardware timestamping support drivers/net/ethernet/intel/igb/igb.h | 3 + drivers/net/ethernet/intel/igb/igb_main.c | 176 +++++++-- drivers/net/ethernet/intel/igbvf/netdev.c | 4 +- drivers/net/ethernet/intel/ixgbe/ixgbe.h | 24 ++- drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 2 + drivers/net/ethernet/intel/ixgbe/ixgbe_common.c | 16 +- drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 84 ++++- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 452 +++++++++++++++++++++- drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 32 ++ 9 files changed, 742 insertions(+), 51 deletions(-) -- 1.7.6.4