netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/6][pull request] Intel Wired LAN Driver Update
@ 2011-08-27  7:09 Jeff Kirsher
  2011-08-27  7:09 ` [net-next 1/6] e1000e: convert to netdev features/hw_features API Jeff Kirsher
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Jeff Kirsher @ 2011-08-27  7:09 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo

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

The following are changes since commit 3cd0999d134235d64b175edd2eb1d46ebc97b377:
  Merge branch 'davem-next.mii' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6
and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next master

Alexander Duyck (2):
  ixgbe: Simplify transmit cleanup path
  ixgbe: convert rings from q_vector bit indexed array to linked list

Bruce Allan (1):
  e1000e: convert to netdev features/hw_features API

Eric Dumazet (1):
  ixgbevf: provide 64 bit statistics

Greg Rose (1):
  ixgbevf: Check if EOP has changed before using it

Michał Mirosław (1):
  ixgbevf: convert to ndo_fix_features

 drivers/net/ethernet/intel/e1000e/80003es2lan.c   |    1 -
 drivers/net/ethernet/intel/e1000e/82571.c         |    5 -
 drivers/net/ethernet/intel/e1000e/e1000.h         |    3 +-
 drivers/net/ethernet/intel/e1000e/ethtool.c       |   88 ---------
 drivers/net/ethernet/intel/e1000e/ich8lan.c       |    5 -
 drivers/net/ethernet/intel/e1000e/netdev.c        |   49 ++++--
 drivers/net/ethernet/intel/ixgbe/ixgbe.h          |    7 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c     |  202 +++++++--------------
 drivers/net/ethernet/intel/ixgbevf/ethtool.c      |   46 -----
 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h      |    8 +-
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c |   81 +++++++--
 11 files changed, 175 insertions(+), 320 deletions(-)

-- 
1.7.6

^ permalink raw reply	[flat|nested] 11+ messages in thread
* [net-next 0/6][pull request] Intel Wired LAN Driver Update
@ 2011-08-19 13:11 Jeff Kirsher
  2011-08-21  0:29 ` David Miller
  0 siblings, 1 reply; 11+ messages in thread
From: Jeff Kirsher @ 2011-08-19 13:11 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, gospo

The following series contains updates to e1000e and ixgbe.

The following are changes since commit ae1511bf769cafeae5ab61aaf9947a16a22cbd10:
  net: rps: support PPPOE session messages
and are available in the git repository at:
  master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next master

Alexander Duyck (3):
  ixgbe: Refactor transmit map and cleanup routines
  ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOE
  ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ring

Amir Hanania (1):
  ixgbe - DDP last user buffer - error to warn

Bruce Allan (2):
  e1000e: convert driver to use extended descriptors
  e1000e: bump driver version number

 drivers/net/ethernet/intel/e1000e/e1000.h       |    3 +-
 drivers/net/ethernet/intel/e1000e/ethtool.c     |    9 +-
 drivers/net/ethernet/intel/e1000e/netdev.c      |  199 +++++----
 drivers/net/ethernet/intel/ixgbe/ixgbe.h        |   27 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c |    2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c   |   10 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c   |  554 ++++++++++++----------
 7 files changed, 445 insertions(+), 359 deletions(-)

-- 
1.7.6


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

end of thread, other threads:[~2011-08-27 16:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-27  7:09 [net-next 0/6][pull request] Intel Wired LAN Driver Update Jeff Kirsher
2011-08-27  7:09 ` [net-next 1/6] e1000e: convert to netdev features/hw_features API Jeff Kirsher
2011-08-27  7:09 ` [net-next 2/6] ixgbevf: Check if EOP has changed before using it Jeff Kirsher
2011-08-27  7:09 ` [net-next 3/6] ixgbevf: provide 64 bit statistics Jeff Kirsher
2011-08-27  7:09 ` [net-next 4/6] ixgbevf: convert to ndo_fix_features Jeff Kirsher
2011-08-27  7:09 ` [net-next 5/6] ixgbe: Simplify transmit cleanup path Jeff Kirsher
2011-08-27  7:09 ` [net-next 6/6] ixgbe: convert rings from q_vector bit indexed array to linked list Jeff Kirsher
2011-08-27 16:10 ` [net-next 0/6][pull request] Intel Wired LAN Driver Update David Miller
  -- strict thread matches above, loose matches on Subject: below --
2011-08-19 13:11 Jeff Kirsher
2011-08-21  0:29 ` David Miller
2011-08-21  2:55   ` Jeff Kirsher

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