netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2013.01.31
@ 2013-02-01  7:53 Jeff Kirsher
  2013-02-01  7:53 ` [net-next 01/11] ixgbe: Reset the NIC if up2tc has changed Jeff Kirsher
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Jeff Kirsher @ 2013-02-01  7:53 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo, sassmann

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-02-03  3:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-01  7:53 [net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2013.01.31 Jeff Kirsher
2013-02-01  7:53 ` [net-next 01/11] ixgbe: Reset the NIC if up2tc has changed Jeff Kirsher
2013-02-01  8:02   ` Joe Perches
2013-02-01  7:53 ` [net-next 02/11] ixgbe: Fix device ref count bug Jeff Kirsher
2013-02-01  7:53 ` [net-next 03/11] ixgbe: rename autoneg variables Jeff Kirsher
2013-02-01  7:53 ` [net-next 04/11] ixgbe: removed unused variable from setup_link_speed Jeff Kirsher
2013-02-01  7:53 ` [net-next 05/11] ixgbe: autoneg variable refactoring Jeff Kirsher
2013-02-01  7:53 ` [net-next 06/11] e1000e: cleanup defines.h Jeff Kirsher
2013-02-01  7:53 ` [net-next 07/11] e1000e: cleanup: group OR'ed bit settings with parens Jeff Kirsher
2013-02-01  7:53 ` [net-next 08/11] e1000e: cleanup some whitespace and indentation issues Jeff Kirsher
2013-02-01  7:53 ` [net-next 09/11] e1000e: update driver version string Jeff Kirsher
2013-02-01  7:53 ` [net-next 10/11] e1000e: resolve -Wunused-parameter compile warnings Jeff Kirsher
2013-02-01  7:53 ` [net-next 11/11] e1000e: use generic IEEE MII definitions Jeff Kirsher
2013-02-03  3:55 ` [net-next v2 00/11][pull request] Intel Wired LAN Driver Updates 2013.01.31 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).