netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next-2.6 00/11][pull request] Intel Wired LAN Driver Updates
@ 2011-03-11 11:06 Jeff Kirsher
  2011-03-11 11:06 ` [net-next-2.6 01/11] ixgb: convert to new VLAN model Jeff Kirsher
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Jeff Kirsher @ 2011-03-11 11:06 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo, bphilips

The following series contains FCoE documentation update, ixgb conversion
to the new VLAN model, several fixes and cleanups for e1000e and
the removal of Tx hang detection in ixgbevf (like recent igbvf patch).

The following are changes since commit 1b7fe59322bef9e7a2c05b64a07a66b875299736:
  ipv4: Kill flowi arg to fib_select_multipath()

and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6 master

Bruce Allan (8):
  e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()
  e1000e: magic number cleanup - ETH_ALEN
  e1000e: extend timeout for ethtool link test diagnostic
  e1000e: extend EEE LPI timer to prevent dropped link
  e1000e: do not toggle LANPHYPC value bit when PHY reset is blocked
  e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROM
  e1000e: do not suggest the driver supports Wake-on-ARP
  e1000e: bump version number

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

Lior Levy (1):
  ixgbevf: remove Tx hang detection

Yi Zou (1):
  net: add proper documentation for previously added net_device_ops for
    FCoE

 drivers/net/e1000e/defines.h       |    1 +
 drivers/net/e1000e/ethtool.c       |   21 ++++++--------
 drivers/net/e1000e/hw.h            |    5 +--
 drivers/net/e1000e/ich8lan.c       |   45 +++++++++++++++++++++++------
 drivers/net/e1000e/netdev.c        |    6 ++--
 drivers/net/ixgb/ixgb.h            |    2 +-
 drivers/net/ixgb/ixgb_ethtool.c    |   39 ++++++++++++++++++++++++++
 drivers/net/ixgb/ixgb_main.c       |   54 ++++++++----------------------------
 drivers/net/ixgbevf/ixgbevf.h      |    1 -
 drivers/net/ixgbevf/ixgbevf_main.c |   50 ---------------------------------
 include/linux/netdevice.h          |   36 ++++++++++++++++++++++++
 11 files changed, 138 insertions(+), 122 deletions(-)

-- 
1.7.4


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

end of thread, other threads:[~2011-03-11 23:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-11 11:06 [net-next-2.6 00/11][pull request] Intel Wired LAN Driver Updates Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 01/11] ixgb: convert to new VLAN model Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 02/11] net: add proper documentation for previously added net_device_ops for FCoE Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 03/11] ixgbevf: remove Tx hang detection Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 04/11] e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb() Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 05/11] e1000e: magic number cleanup - ETH_ALEN Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 06/11] e1000e: extend timeout for ethtool link test diagnostic Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 07/11] e1000e: extend EEE LPI timer to prevent dropped link Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 08/11] e1000e: do not toggle LANPHYPC value bit when PHY reset is blocked Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 09/11] e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROM Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 10/11] e1000e: do not suggest the driver supports Wake-on-ARP Jeff Kirsher
2011-03-11 11:06 ` [net-next-2.6 11/11] e1000e: bump version number Jeff Kirsher
2011-03-11 19:06 ` [net-next-2.6 00/11][pull request] Intel Wired LAN Driver Updates David Miller
2011-03-11 14:47   ` Jeff Kirsher
2011-03-11 23:03     ` 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).