netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: jeffrey.t.kirsher@intel.com
To: davem@davemloft.net
To: davem@davemloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>,
	netdev@vger.kernel.org, gosp@redhat.com, bphilips@novell.com
Subject: [net-next 00/12][pull-request] Intel Wired LAN Driver Updates
Date: Thu,  6 Jan 2011 16:29:47 -0800	[thread overview]
Message-ID: <1294360199-9860-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)

From: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

The following series contains ixgbe/e1000e cleanups and fixes.  The
addition of CE4100 support in e1000, and ixgb VLAN conversion to the
new model.

The following changes since commit dbbe68bb12b34f3e450da7a73c20e6fa1f85d63a:

  Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git master

Alexander Duyck (3):
  ixgbe: cleanup flow director hash computation to improve performance
  ixgbe: further flow director performance optimizations
  ixgbe: update ntuple filter configuration

Bruce Allan (6):
  e1000e: cleanup variables set but not used
  e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy
  e1000e: properly bounds-check string functions
  e1000e: use either_crc_le() rather than re-write it
  e1000e: power off PHY after reset when interface is down
  e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574

Dirk Brandewie (1):
  e1000: Add support for the CE4100 reference platform

Emil Tantilov (1):
  ixgb: convert to new VLAN model

Yi Zou (1):
  ixgbe: make sure per Rx queue is disabled before unmapping the
    receive buffer

 drivers/net/e1000/e1000_hw.c      |  328 +++++++++++++----
 drivers/net/e1000/e1000_hw.h      |   59 +++-
 drivers/net/e1000/e1000_main.c    |   35 ++
 drivers/net/e1000/e1000_osdep.h   |   19 +-
 drivers/net/e1000e/82571.c        |   77 ++++-
 drivers/net/e1000e/e1000.h        |    3 +
 drivers/net/e1000e/es2lan.c       |    4 +-
 drivers/net/e1000e/ethtool.c      |   54 ++-
 drivers/net/e1000e/hw.h           |    1 +
 drivers/net/e1000e/ich8lan.c      |   77 ++---
 drivers/net/e1000e/lib.c          |    3 +-
 drivers/net/e1000e/netdev.c       |   53 ++--
 drivers/net/e1000e/phy.c          |   40 +--
 drivers/net/ixgb/ixgb.h           |    2 +-
 drivers/net/ixgb/ixgb_ethtool.c   |   35 ++
 drivers/net/ixgb/ixgb_main.c      |   54 +--
 drivers/net/ixgbe/ixgbe.h         |   21 +-
 drivers/net/ixgbe/ixgbe_82599.c   |  749 +++++++++++++++----------------------
 drivers/net/ixgbe/ixgbe_ethtool.c |  142 +++++---
 drivers/net/ixgbe/ixgbe_main.c    |  169 ++++++---
 drivers/net/ixgbe/ixgbe_type.h    |   91 +++--
 21 files changed, 1182 insertions(+), 834 deletions(-)

-- 
1.7.3.4


             reply	other threads:[~2011-01-07  0:30 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07  0:29 jeffrey.t.kirsher [this message]
2011-01-07  0:29 ` [net-next 01/12] e1000e: cleanup variables set but not used jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 02/12] e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 03/12] e1000e: properly bounds-check string functions jeffrey.t.kirsher
2011-01-07  0:48   ` Ben Hutchings
2011-01-07  0:29 ` [net-next 04/12] e1000e: use either_crc_le() rather than re-write it jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 05/12] e1000e: power off PHY after reset when interface is down jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 06/12] e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574 jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 07/12] e1000: Add support for the CE4100 reference platform jeffrey.t.kirsher
2011-01-10 12:44   ` Florian Fainelli
2011-01-07  0:29 ` [net-next 08/12] ixgb: convert to new VLAN model jeffrey.t.kirsher
2011-01-07 15:41   ` Jesse Gross
2011-01-07 19:30     ` Tantilov, Emil S
2011-01-24  0:25     ` Tantilov, Emil S
2011-01-25 17:22       ` Jesse Gross
2011-01-25 18:20         ` Tantilov, Emil S
2011-01-27  3:53           ` Jesse Gross
2011-01-27  4:18             ` Ben Hutchings
2011-03-08  1:31           ` Jesse Gross
2011-03-08  2:30             ` Jeff Kirsher
2011-01-07  0:29 ` [net-next 09/12] ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 10/12] ixgbe: cleanup flow director hash computation to improve performance jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 11/12] ixgbe: further flow director performance optimizations jeffrey.t.kirsher
2011-01-07  0:29 ` [net-next 12/12] ixgbe: update ntuple filter configuration jeffrey.t.kirsher
2011-01-07  1:02   ` Ben Hutchings
2011-01-07  4:12     ` Alexander Duyck
2011-01-07  0:37 ` [net-next 00/12][pull-request] Intel Wired LAN Driver Updates Jeff Kirsher
2011-01-10  7:45   ` David Miller
2011-01-07 21:15 ` [rfc] Creating drivers/net/ethernet Joe Perches

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=1294360199-9860-1-git-send-email-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=bphilips@novell.com \
    --cc=davem@davemloft.net \
    --cc=gosp@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).