]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'intel'
authorDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2013 03:55:16 +0000 (22:55 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Feb 2013 03:55:16 +0000 (22:55 -0500)
commitac9774f31e141e3c3d3160ac0ff6a70cd86aa52a
treef88da6ec776ec517f2e3fdce040c060ec7663590
parent51f3292e55834c313ef95650947411b83d0049f9
parent3698fe7e99cc6f05908d1e9331046f616de85f01
Merge branch 'intel'

Jeff Kirsher says:

====================
This series contains updates to ixgbe and e1000e.  The ixgbe patches are
a mix of fixes, cleanup and added functionality.  The first fix is for
traffic classes, where if the mapping has changed reset the NIC.  The other
ixgbe fix resolves an issue where the device lookup neglected to do a
pci_dev_put() to decrement the device reference count.

The ixgbe cleanup was done by Josh, where the auto-negotiation variables
were renamed/cleaned up and refactored.

The remaining patches are from Bruce to do additional cleanup on e1000e as
well as bump the driver version.  Most notably is the cleanup to use the
kernel IEEE MII definitions where possible instead of the local MII
definitions.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>