[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1299932428-3114-1-git-send-email-jeffrey.t.kirsher@intel.com>
Date: Sat, 12 Mar 2011 04:20:07 -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, bphilips@...ell.com
Subject: [net-next-2.6 00/21][pull request] Intel Wired LAN Driver Updates
The following series contains a version string fix and bump for ixgbevf,
added functionality for i350 devices in igb, and cleanups and fixes in
ixgbe (mainly DCB changes).
The following are changes since commit 70d279a7e2a6e308530822ba2bf4134cc0f5c091:
e1000e: bump version number
and are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master
Carolyn Wyborny (4):
igb: Add Energy Efficient Ethernet (EEE) for i350 devices.
igb: Update NVM functions to work with i350 devices
igb: Add DMA Coalescing feature to driver
igb: Bump version to 3.0.6
Emil Tantilov (3):
ixgbe: remove timer reset to 0 on timeout
ixgbe: update PHY code to support 100Mbps as well as 1G/10G
ixgbe: correct typo in define name
Greg Rose (2):
ixgbevf: Fix Version String
ixgbevf: Fix Driver String
John Fastabend (11):
ixgbe: DCB, implement capabilities flags
ixgbe: DCB, implement ieee_setapp dcbnl ops
ixgbe: DCB remove ixgbe_fcoe_getapp routine
ixgbe: DCB, use multiple Tx rings per traffic class
ixgbe: enable ndo_tc_setup
ixgbe: DCB: enable RSS to be used with DCB
ixgbe: DCB, missed translation from 8021Qaz TSA to CEE link strict
ixgbe: IEEE 802.1Qaz, implement priority assignment table
ixgbe: DCB during ifup use correct CEE or IEEE mode
ixgbe: DCB, set minimum bandwidth per traffic class
ixgbe: DCB, PFC not cleared until reset occurs
Lior Levy (1):
ixgbe: add support for VF Transmit rate limit using iproute2
drivers/net/igb/e1000_82575.c | 285 +++++++++++++++++++++++-
drivers/net/igb/e1000_82575.h | 1 +
drivers/net/igb/e1000_defines.h | 39 +++-
drivers/net/igb/e1000_hw.h | 4 +-
drivers/net/igb/e1000_nvm.c | 64 +++++-
drivers/net/igb/e1000_nvm.h | 1 +
drivers/net/igb/e1000_regs.h | 13 +
drivers/net/igb/igb.h | 6 +
drivers/net/igb/igb_ethtool.c | 8 +-
drivers/net/igb/igb_main.c | 76 ++++++-
drivers/net/ixgbe/ixgbe.h | 7 +-
drivers/net/ixgbe/ixgbe_82598.c | 1 +
drivers/net/ixgbe/ixgbe_dcb.c | 37 +---
drivers/net/ixgbe/ixgbe_dcb.h | 4 +-
drivers/net/ixgbe/ixgbe_dcb_82598.c | 44 ++--
drivers/net/ixgbe/ixgbe_dcb_82599.c | 71 +++---
drivers/net/ixgbe/ixgbe_dcb_82599.h | 9 +-
drivers/net/ixgbe/ixgbe_dcb_nl.c | 226 ++++++++++++++-----
drivers/net/ixgbe/ixgbe_fcoe.c | 15 --
drivers/net/ixgbe/ixgbe_main.c | 425 ++++++++++++++++++++---------------
drivers/net/ixgbe/ixgbe_mbx.c | 6 -
drivers/net/ixgbe/ixgbe_phy.c | 335 +++++++++++++++++++--------
drivers/net/ixgbe/ixgbe_phy.h | 1 +
drivers/net/ixgbe/ixgbe_sriov.c | 85 +++++++-
drivers/net/ixgbe/ixgbe_sriov.h | 1 +
drivers/net/ixgbe/ixgbe_type.h | 13 +
drivers/net/ixgbevf/ethtool.c | 4 +-
drivers/net/ixgbevf/ixgbevf_main.c | 4 +-
drivers/net/ixgbevf/regs.h | 2 +-
29 files changed, 1317 insertions(+), 470 deletions(-)
--
1.7.4
--
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