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/5][pull request] Intel Wired LAN Driver Update
Date: Sat, 9 Jul 2011 04:50:35 -0700 [thread overview]
Message-ID: <1310212240-24623-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)
The following series contains updates to igb and ixgbe.
igb- a fix of adding a flush after a register write, the addition
of SerDes forced mode support and a trivial update of copyright
header.
ixgbe- conversion to ndo_fix_features and a fix to initialize
fdir_perfect_lock in all cases
The following are changes since commit a05e42c27f80d341a5ec2053b041e24231a002e2:
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
and are available in the git repository at:
master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master
Alexander Duyck (1):
ixgbe: Make certain to initialize the fdir_perfect_lock in all cases
Carolyn Wyborny (3):
igb: Fix lack of flush after register write and before delay
igb: Update copyright on all igb driver files.
igb: Add support of SerDes Forced mode for certain hardware
Don Skidmore (1):
ixgbe: convert to ndo_fix_features
drivers/net/igb/Makefile | 2 +-
drivers/net/igb/e1000_82575.c | 22 ++++-
drivers/net/igb/e1000_82575.h | 4 +-
drivers/net/igb/e1000_defines.h | 7 +-
drivers/net/igb/e1000_hw.h | 2 +-
drivers/net/igb/e1000_mac.c | 2 +-
drivers/net/igb/e1000_mac.h | 2 +-
drivers/net/igb/e1000_mbx.c | 2 +-
drivers/net/igb/e1000_mbx.h | 2 +-
drivers/net/igb/e1000_nvm.c | 2 +-
drivers/net/igb/e1000_nvm.h | 2 +-
drivers/net/igb/e1000_phy.c | 2 +-
drivers/net/igb/e1000_phy.h | 2 +-
drivers/net/igb/e1000_regs.h | 2 +-
drivers/net/igb/igb.h | 2 +-
drivers/net/igb/igb_ethtool.c | 2 +-
drivers/net/igb/igb_main.c | 2 +-
drivers/net/ixgbe/ixgbe.h | 1 +
drivers/net/ixgbe/ixgbe_ethtool.c | 188 -------------------------------------
drivers/net/ixgbe/ixgbe_main.c | 110 ++++++++++++++++++++--
20 files changed, 142 insertions(+), 218 deletions(-)
--
1.7.6
next reply other threads:[~2011-07-09 11:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-09 11:50 Jeff Kirsher [this message]
2011-07-09 11:50 ` [net-next 1/5] igb: Fix lack of flush after register write and before delay Jeff Kirsher
2011-07-09 11:50 ` [net-next 2/5] igb: Update copyright on all igb driver files Jeff Kirsher
2011-07-09 11:50 ` [net-next 3/5] igb: Add support of SerDes Forced mode for certain hardware Jeff Kirsher
2011-07-09 11:50 ` [net-next 4/5] ixgbe: Make certain to initialize the fdir_perfect_lock in all cases Jeff Kirsher
2011-07-09 11:50 ` [net-next 5/5] ixgbe: convert to ndo_fix_features Jeff Kirsher
2011-07-09 12:11 ` Michal Miroslaw
2011-07-11 23:53 ` Skidmore, Donald C
2011-07-12 10:09 ` Michal Miroslaw
2011-07-12 21:28 ` Skidmore, Donald C
2011-07-12 21:44 ` Michal Miroslaw
2011-07-12 22:11 ` Skidmore, Donald C
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=1310212240-24623-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).