netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
	netdev@vger.kernel.org, gospo@redhat.com
Subject: [net-next 0/6][pull request] Intel Wired LAN Driver Update
Date: Sat, 27 Aug 2011 00:09:25 -0700	[thread overview]
Message-ID: <1314428971-7676-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)

The following series contains updates to e1000e, ixgbe and ixgbevf.

The following are changes since commit 3cd0999d134235d64b175edd2eb1d46ebc97b377:
  Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6
and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next master

Alexander Duyck (2):
  ixgbe: Simplify transmit cleanup path
  ixgbe: convert rings from q_vector bit indexed array to linked list

Bruce Allan (1):
  e1000e: convert to netdev features/hw_features API

Eric Dumazet (1):
  ixgbevf: provide 64 bit statistics

Greg Rose (1):
  ixgbevf: Check if EOP has changed before using it

Michał Mirosław (1):
  ixgbevf: convert to ndo_fix_features

 drivers/net/ethernet/intel/e1000e/80003es2lan.c   |    1 -
 drivers/net/ethernet/intel/e1000e/82571.c         |    5 -
 drivers/net/ethernet/intel/e1000e/e1000.h         |    3 +-
 drivers/net/ethernet/intel/e1000e/ethtool.c       |   88 ---------
 drivers/net/ethernet/intel/e1000e/ich8lan.c       |    5 -
 drivers/net/ethernet/intel/e1000e/netdev.c        |   49 ++++--
 drivers/net/ethernet/intel/ixgbe/ixgbe.h          |    7 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |  202 +++++++--------------
 drivers/net/ethernet/intel/ixgbevf/ethtool.c      |   46 -----
 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h      |    8 +-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   81 +++++++--
 11 files changed, 175 insertions(+), 320 deletions(-)

-- 
1.7.6

             reply	other threads:[~2011-08-27  7:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-27  7:09 Jeff Kirsher [this message]
2011-08-27  7:09 ` [net-next 1/6] e1000e: convert to netdev features/hw_features API Jeff Kirsher
2011-08-27  7:09 ` [net-next 2/6] ixgbevf: Check if EOP has changed before using it Jeff Kirsher
2011-08-27  7:09 ` [net-next 3/6] ixgbevf: provide 64 bit statistics Jeff Kirsher
2011-08-27  7:09 ` [net-next 4/6] ixgbevf: convert to ndo_fix_features Jeff Kirsher
2011-08-27  7:09 ` [net-next 5/6] ixgbe: Simplify transmit cleanup path Jeff Kirsher
2011-08-27  7:09 ` [net-next 6/6] ixgbe: convert rings from q_vector bit indexed array to linked list Jeff Kirsher
2011-08-27 16:10 ` [net-next 0/6][pull request] Intel Wired LAN Driver Update David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-08-19 13:11 Jeff Kirsher
2011-08-21  0:29 ` David Miller
2011-08-21  2:55   ` Jeff Kirsher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1314428971-7676-1-git-send-email-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=davem@davemloft.net \
    --cc=gospo@redhat.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).