netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next-2.6 0/7][pull request] Intel Wired LAN Driver Updates
@ 2011-02-24 10:58 Jeff Kirsher
  2011-02-24 10:58 ` [net-next-2.6 1/7] ixgbe: Enable Jumbo Frames on the X540 10Gigabit Controller Jeff Kirsher
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jeff Kirsher @ 2011-02-24 10:58 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo, bphilips

The following series contains jumbo frame support for X540 devices,
comment cleanup/fixes for ixgbevf & igb, and the addition of Tx rate
limiting feature for igb.

The following are changes since commit 55ae22d08fc9b531bc8a88b7306004e7053bb425:
 Merge branch 'tipc-Feb23-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-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

Carolyn Wyborny (2):
  igb: Update Intel copyright notice for driver source.
  igb: update version string

Greg Rose (3):
  ixgbe: Enable Jumbo Frames on the X540 10Gigabit Controller
  ixgbevf: Enable jumbo frame support for X540 VF
  ixgbevf: Fix name of function in function header comment

Lior Levy (2):
  igbvf: remove Tx hang detection
  igb: add support for VF Transmit rate limit using iproute2

 drivers/net/igb/e1000_defines.h    |    7 +++
 drivers/net/igb/e1000_regs.h       |    4 ++
 drivers/net/igb/igb.h              |    2 +
 drivers/net/igb/igb_main.c         |   92 ++++++++++++++++++++++++++++++++++--
 drivers/net/igbvf/igbvf.h          |    3 -
 drivers/net/igbvf/netdev.c         |   60 -----------------------
 drivers/net/ixgbe/ixgbe_main.c     |   18 ++++++-
 drivers/net/ixgbe/ixgbe_sriov.c    |   29 +++++++++++-
 drivers/net/ixgbe/ixgbe_type.h     |    2 +
 drivers/net/ixgbevf/defines.h      |    2 +
 drivers/net/ixgbevf/ixgbevf_main.c |   35 ++++++++++----
 11 files changed, 174 insertions(+), 80 deletions(-)

-- 
1.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-02-25  0:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-24 10:58 [net-next-2.6 0/7][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 1/7] ixgbe: Enable Jumbo Frames on the X540 10Gigabit Controller Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 2/7] ixgbevf: Enable jumbo frame support for X540 VF Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 3/7] ixgbevf: Fix name of function in function header comment Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 4/7] igbvf: remove Tx hang detection Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 5/7] igb: add support for VF Transmit rate limit using iproute2 Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 6/7] igb: Update Intel copyright notice for driver source Jeff Kirsher
2011-02-24 10:58 ` [net-next-2.6 7/7] igb: update version string Jeff Kirsher
2011-02-25  0:29 ` [net-next-2.6 0/7][pull request] Intel Wired LAN Driver Updates David Miller

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).