From: Ben Hutchings <redacted>
Date: Fri, 24 Aug 2012 20:46:14 +0100
The following changes since commit 8f4cccbbd92f2ad0ddbbc498ef7cee2a1c3defe9:
net: Set device operstate at registration time (2012-08-24 12:46:13 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next.git for-davem
(commit 8f8b3d518999fd1c342310910aa1e49112c86d05)
1. Change the TX path to stop queues earlier and avoid returning
NETDEV_TX_BUSY.
2. Remove some inefficiencies in soft-TSO.
3. Fix various bugs involving device state transitions and/or reset
scheduling by error handlers.
4. Take advantage of my previous change to operstate initialisation.
5. Miscellaneous cleanup.
Looks good, pulled, thanks Ben.