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, bphilips@novell.com
Subject: [net-next-2.6 00/13][pull request] Intel Wired LAN Driver Update
Date: Sat, 14 May 2011 18:23:34 -0700	[thread overview]
Message-ID: <1305422627-9583-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)

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

-e1000e: minor comment fix
-ixgbevf: add support for macvlan
-ixgbe: mostly cleanup with the addition of support for a new adapter

The following are changes since commit 7be799a70ba3dd90a59e8d2c72bbe06020005b3f:
  ipv4: Remove rt->rt_dst reference from ip_forward_options()
and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master

Alexander Duyck (7):
  ixgbe: move flags and state into the same cacheline
  ixgbe: Combine SFP and multi-speed fiber task into single service
    task
  ixgbe: Merge watchdog functionality into service task
  ixgbe: merge reset task into service task
  ixgbe: Merge ATR reinit into the service task
  ixgbe: Merge over-temp task into service task
  ixgbe: cleanup some minor issues in ixgbe_down()

Bruce Allan (1):
  e1000e: minor comment cleanups

Don Skidmore (1):
  ixgbe: Add support for new 82599 adapter

Emil Tantilov (2):
  ixgbe: force unlock on timeout
  ixgbe: fix sparse warning

Greg Rose (2):
  ixgbevf: Add macvlan support in the set rx mode op
  ixgbe: Add macvlan support for VF

 drivers/net/e1000e/lib.c           |    4 +-
 drivers/net/ixgbe/ixgbe.h          |  110 +++--
 drivers/net/ixgbe/ixgbe_82599.c    |    3 +
 drivers/net/ixgbe/ixgbe_common.c   |   22 +
 drivers/net/ixgbe/ixgbe_ethtool.c  |    1 +
 drivers/net/ixgbe/ixgbe_main.c     |  972 ++++++++++++++++++++----------------
 drivers/net/ixgbe/ixgbe_mbx.h      |    1 +
 drivers/net/ixgbe/ixgbe_sriov.c    |   98 ++++-
 drivers/net/ixgbe/ixgbe_type.h     |    2 +
 drivers/net/ixgbevf/ixgbevf_main.c |   30 ++
 drivers/net/ixgbevf/mbx.h          |    1 +
 drivers/net/ixgbevf/vf.c           |   34 ++
 drivers/net/ixgbevf/vf.h           |    1 +
 13 files changed, 793 insertions(+), 486 deletions(-)

-- 
1.7.4.4


             reply	other threads:[~2011-05-15  1:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-15  1:23 Jeff Kirsher [this message]
2011-05-15  1:23 ` [net-next-2.6 01/13] e1000e: minor comment cleanups Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 02/13] ixgbevf: Add macvlan support in the set rx mode op Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 03/13] ixgbe: Add macvlan support for VF Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 04/13] ixgbe: force unlock on timeout Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 05/13] ixgbe: move flags and state into the same cacheline Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 06/13] ixgbe: Combine SFP and multi-speed fiber task into single service task Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 07/13] ixgbe: Merge watchdog functionality into " Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 08/13] ixgbe: merge reset task " Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 09/13] ixgbe: Merge ATR reinit into the " Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 10/13] ixgbe: Merge over-temp task into " Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 11/13] ixgbe: cleanup some minor issues in ixgbe_down() Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 12/13] ixgbe: fix sparse warning Jeff Kirsher
2011-05-15  1:23 ` [net-next-2.6 13/13] ixgbe: Add support for new 82599 adapter Jeff Kirsher
2011-05-15  5:21 ` [net-next-2.6 00/13][pull request] Intel Wired LAN Driver Update David Miller
2011-05-15  8:41   ` Jeff Kirsher
2011-05-15 19:46     ` David Miller

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=1305422627-9583-1-git-send-email-jeffrey.t.kirsher@intel.com \
    --to=jeffrey.t.kirsher@intel.com \
    --cc=bphilips@novell.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).