[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080708224858.6925.29725.stgit@localhost.localdomain>
Date: Tue, 08 Jul 2008 15:51:01 -0700
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, davem@...emloft.net
Subject: [NET-NEXT PATCH 00/25] ixgb: update to latest
The following series implements a set of cleanups and bug fixes for the ixgb
driver.
---
Summary:
Jesse Brandeburg <jesse.brandeburg@...el.com>:
ixgb: maybe stop tx port missed a piece
ixgb: repeat 32 bit ioremap cleanup
ixgb: fix bug in descriptor ring due to prefetch corruption
ixgb: leave room for extra hardware memory usage
ixgb: check down state before enable irq
ixgb: don't allow too small MTU
ixgb: move time stamp set before setting dma pointer
ixgb: fix race on rx_buffer_len in mtu change
ixgb: fix unload race with timers
ixgb: remove lltx support and update tx routine
ixgb: update readme text
ixgb: add copybreak parameter
ixgb: clean up un-necessary declarations
ixgb: format all if( to be if (
ixgb: cleanup space after while
ixgb: whitespace fixups
ixgb: fix spelling errors
ixgb: trivial fix space after for
ixgb: cleanup checkpatch suggestions that are relevant
ixgb: rx cleanup performance improvements
ixgb: clean up assignments inside if statements
ixgb: audit use of dev_kfree_skb_any
ixgb: cleanup header
ixgb: make NAPI the only option and the default
ixgb: update copyright dates and versions
---
Documentation/networking/ixgb.txt | 419 +++++++++++++++++++++++--------
drivers/net/Kconfig | 14 -
drivers/net/ixgb/Makefile | 2
drivers/net/ixgb/ixgb.h | 23 -
drivers/net/ixgb/ixgb_ee.c | 28 +-
drivers/net/ixgb/ixgb_ee.h | 12
drivers/net/ixgb/ixgb_ethtool.c | 120 ++++----
drivers/net/ixgb/ixgb_hw.c | 40 +-
drivers/net/ixgb/ixgb_hw.h | 2
drivers/net/ixgb/ixgb_ids.h | 10
drivers/net/ixgb/ixgb_main.c | 512 ++++++++++++++++----------------------
drivers/net/ixgb/ixgb_osdep.h | 4
drivers/net/ixgb/ixgb_param.c | 46 +--
--
Cheers,
Jeff
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists