[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1359705211-11342-1-git-send-email-jeffrey.t.kirsher@intel.com>
Date: Thu, 31 Jan 2013 23:53:20 -0800
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
gospo@...hat.com, sassmann@...hat.com
Subject: [net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2013.01.31
This series contains updates to ixgbe and e1000e. The ixgbe patches are
a mix of fixes, cleanup and added functionality. The first fix is for
traffic classes, where if the mapping has changed reset the NIC. The other
ixgbe fix resolves an issue where the device lookup neglected to do a
pci_dev_put() to decrement the device reference count.
The ixgbe cleanup was done by Josh, where the auto-negotiation variables
were renamed/cleaned up and refactored.
The remaining patches are from Bruce to do additional cleanup on e1000e as
well as bump the driver version. Most notably is the cleanup to use the
kernel IEEE MII definitions where possible instead of the local MII
definitions.
v2- Dropped the Tx encapsulation patches from the series
The following are changes since commit 58d7553d5593292e1bdbfd6423b44caaca0799bd:
Merge branch 'mlx4'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master
Amir Hanania (1):
ixgbe: Reset the NIC if up2tc has changed
Bruce Allan (6):
e1000e: cleanup defines.h
e1000e: cleanup: group OR'ed bit settings with parens
e1000e: cleanup some whitespace and indentation issues
e1000e: update driver version string
e1000e: resolve -Wunused-parameter compile warnings
e1000e: use generic IEEE MII definitions
Greg Rose (1):
ixgbe: Fix device ref count bug
Josh Hay (3):
ixgbe: rename autoneg variables
ixgbe: removed unused variable from setup_link_speed
ixgbe: autoneg variable refactoring
drivers/net/ethernet/intel/e1000e/80003es2lan.c | 28 ++--
drivers/net/ethernet/intel/e1000e/82571.c | 17 ++-
drivers/net/ethernet/intel/e1000e/defines.h | 128 +++-------------
drivers/net/ethernet/intel/e1000e/e1000.h | 1 +
drivers/net/ethernet/intel/e1000e/ethtool.c | 40 ++---
drivers/net/ethernet/intel/e1000e/ich8lan.c | 18 +--
drivers/net/ethernet/intel/e1000e/mac.c | 35 +++--
drivers/net/ethernet/intel/e1000e/netdev.c | 66 ++++----
drivers/net/ethernet/intel/e1000e/param.c | 3 +-
drivers/net/ethernet/intel/e1000e/phy.c | 186 +++++++++++------------
drivers/net/ethernet/intel/e1000e/ptp.c | 5 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_82598.c | 12 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c | 54 +++----
drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c | 16 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 6 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 34 +++--
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c | 2 -
drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h | 1 -
drivers/net/ethernet/intel/ixgbe/ixgbe_type.h | 5 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c | 7 +-
20 files changed, 283 insertions(+), 381 deletions(-)
--
1.7.11.7
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists