From: David Decotigny <redacted>
Date: Fri, 4 Nov 2011 18:53:24 -0700
Changes since v2:
- removed "Fix a race during rmmod of forcedeth" from the series
(will look at it separately with original author)
- added "remove unneeded stats updates" and "64-bit stats"
- reordered patches
Changes since v1:
- rebased on top of netdev tip
- do not repeat name of device in netdev_dbg
- do not completely mute TX timeout messages when debug_tx_timeout is
not set
- make debug_tx_timeout writable in /sys/module
Note: I am re-submitting "expose module parameters in /sys/module" as
it can be useful in production and I was assured it doesn't add
much memory overhead by the sysfs maintainers.
If you want me to apply any of this now you're going to have to split
out the pure bug fixes from the feature additions and submit the feature
bits later when net-next opens back up.
Because things like 64-bit stats and new stat counters are not
appropriate at this time in the development cycle.