[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1332192158-14771-1-git-send-email-jeffrey.t.kirsher@intel.com>
Date: Mon, 19 Mar 2012 14:22:28 -0700
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 00/10][pull request] Intel Wired LAN Driver Updates
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
--
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