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, sassmann@redhat.com
Subject: [net 0/9][pull request] Intel Wired LAN Driver Updates
Date: Thu, 19 Jan 2012 00:13:25 -0800	[thread overview]
Message-ID: <1326960814-16976-1-git-send-email-jeffrey.t.kirsher@intel.com> (raw)

The following series contains updates to igb, igbvf, ixgbe and ixgbevf.
These fixes do the following:
 - update copyright
 - fix sparse and/or namespace warnings
 - make ops tables and strings const
 - fix defines to handle complex expressions
 - remove unnecessary irq enable/disable

The following are changes since commit 17f1bbca1baf2f652fa9c102ec239d6abded94c1:
  net: ftgmac100/ftmac100: add missing interrupt.h include
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net master

Alexander Duyck (1):
  ixgbe: Fix register defines to correctly handle complex expressions

Carolyn Wyborny (1):
  igb: Update Copyright on all Intel copyrighted files.

Greg Rose (1):
  ixgbevf: Prevent possible race condition by checking for message

Mitch A Williams (1):
  igbvf: Remove unnecessary irq disable/enable

Stephen Hemminger (5):
  igb: make local functions static
  igbvf: remove unneeded cast
  ixgbevf: make ethtool ops and strings const
  ixgbevf: fix sparse warnings
  ixgbevf: make operations tables const

 drivers/net/ethernet/intel/igb/Makefile           |    2 +-
 drivers/net/ethernet/intel/igb/e1000_82575.c      |    2 +-
 drivers/net/ethernet/intel/igb/e1000_82575.h      |    2 +-
 drivers/net/ethernet/intel/igb/e1000_defines.h    |    2 +-
 drivers/net/ethernet/intel/igb/e1000_hw.h         |    2 +-
 drivers/net/ethernet/intel/igb/e1000_mac.c        |    4 +-
 drivers/net/ethernet/intel/igb/e1000_mac.h        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_mbx.c        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_mbx.h        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_nvm.c        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_nvm.h        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_phy.c        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_phy.h        |    2 +-
 drivers/net/ethernet/intel/igb/e1000_regs.h       |    2 +-
 drivers/net/ethernet/intel/igb/igb.h              |    2 +-
 drivers/net/ethernet/intel/igb/igb_ethtool.c      |    2 +-
 drivers/net/ethernet/intel/igb/igb_main.c         |   10 +++---
 drivers/net/ethernet/intel/igbvf/ethtool.c        |    3 +-
 drivers/net/ethernet/intel/igbvf/netdev.c         |    5 ---
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h     |   32 ++++++++--------
 drivers/net/ethernet/intel/ixgbevf/ethtool.c      |    5 ++-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h      |    8 ++--
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   41 +++++++++++----------
 drivers/net/ethernet/intel/ixgbevf/mbx.c          |    3 +-
 drivers/net/ethernet/intel/ixgbevf/vf.c           |    7 ++--
 drivers/net/ethernet/intel/ixgbevf/vf.h           |    2 +-
 26 files changed, 75 insertions(+), 75 deletions(-)

-- 
1.7.7.5

             reply	other threads:[~2012-01-19  8:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-19  8:13 Jeff Kirsher [this message]
2012-01-19  8:13 ` [net 1/9] igb: make local functions static Jeff Kirsher
2012-01-19  8:13 ` [net 2/9] igb: Update Copyright on all Intel copyrighted files Jeff Kirsher
2012-01-19  8:13 ` [net 3/9] igbvf: remove unneeded cast Jeff Kirsher
2012-01-19  8:13 ` [net 4/9] igbvf: Remove unnecessary irq disable/enable Jeff Kirsher
2012-01-19  8:13 ` [net 5/9] ixgbe: Fix register defines to correctly handle complex expressions Jeff Kirsher
2012-01-19  8:13 ` [net 6/9] ixgbevf: Prevent possible race condition by checking for message Jeff Kirsher
2012-01-19  8:13 ` [net 7/9] ixgbevf: make ethtool ops and strings const Jeff Kirsher
2012-01-19  8:13 ` [net 8/9] ixgbevf: fix sparse warnings Jeff Kirsher
2012-01-19  8:13 ` [net 9/9] ixgbevf: make operations tables const Jeff Kirsher
2012-01-19 17:51 ` [net 0/9][pull request] Intel Wired LAN Driver Updates 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=1326960814-16976-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 \
    --cc=sassmann@redhat.com \
    /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).