netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 00/10][pull request] Intel Wired LAN Driver Updates
@ 2012-03-19 21:22 Jeff Kirsher
  2012-03-19 21:22 ` [net-next 01/10] ixgbe: Store Tx flags and protocol information to tx_buffer sooner Jeff Kirsher
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Jeff Kirsher @ 2012-03-19 21:22 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo, sassmann

This series of patches contains fixes/cleanups for ixgbe.  This
series completes the cleanup work from Alex for ixgbe.

The following are changes since commit 4da0bd736552e6377b407b3c3d3ae518ebbdd269:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next master

Alexander Duyck (9):
  ixgbe: Store Tx flags and protocol information to tx_buffer sooner
  ixgbe: Update layout of ixgbe_ring structure to improve cache
    performance
  ixgbe: cleanup logic for the service timer and VF hang detection
  ixgbe: Move poll routine in order to improve readability
  ixgbe: drop err_eeprom tag which is at same location as err_sw_init
  ixgbe: Two minor fixes for RSS and FDIR set queues functions
  ixgbe: Whitespace cleanups
  ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash
    command
  ixgbe: Correct flag values set by ixgbe_fix_features

Jeff Kirsher (1):
  ixgbe: fix namespace issues when FCoE/DCB is not enabled

 drivers/net/ethernet/intel/ixgbe/Makefile        |    2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe.h         |   31 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c |  191 +++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c    |   13 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c     |  929 ++++++++++++++
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c    | 1452 ++++------------------
 6 files changed, 1399 insertions(+), 1219 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/ixgbe/ixgbe_lib.c

-- 
1.7.7.6

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

end of thread, other threads:[~2012-03-19 21:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-19 21:22 [net-next 00/10][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2012-03-19 21:22 ` [net-next 01/10] ixgbe: Store Tx flags and protocol information to tx_buffer sooner Jeff Kirsher
2012-03-19 21:22 ` [net-next 02/10] ixgbe: Update layout of ixgbe_ring structure to improve cache performance Jeff Kirsher
2012-03-19 21:22 ` [net-next 03/10] ixgbe: cleanup logic for the service timer and VF hang detection Jeff Kirsher
2012-03-19 21:22 ` [net-next 04/10] ixgbe: Move poll routine in order to improve readability Jeff Kirsher
2012-03-19 21:22 ` [net-next 05/10] ixgbe: drop err_eeprom tag which is at same location as err_sw_init Jeff Kirsher
2012-03-19 21:22 ` [net-next 06/10] ixgbe: Two minor fixes for RSS and FDIR set queues functions Jeff Kirsher
2012-03-19 21:22 ` [net-next 07/10] ixgbe: Whitespace cleanups Jeff Kirsher
2012-03-19 21:22 ` [net-next 08/10] ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash command Jeff Kirsher
2012-03-19 21:22 ` [net-next 09/10] ixgbe: Correct flag values set by ixgbe_fix_features Jeff Kirsher
2012-03-19 21:22 ` [net-next 10/10] ixgbe: fix namespace issues when FCoE/DCB is not enabled Jeff Kirsher
2012-03-19 21:26 ` [net-next 00/10][pull request] Intel Wired LAN Driver Updates 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).