Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 02:02:08 +0000 (19:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Oct 2015 02:02:08 +0000 (19:02 -0700)
commit0c472b9b391ecf9011d383956b322e72593d87b2
treec810b8c8ebbc8dd5c755f77ea179cd1e2c941fab
parent8566b86ab9f0f45bc6f7dd422b21de9d0cf5415a
parente9e53662d8130dd950885e37dc1d97008e1283f9
Merge branch 'master' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2015-10-22

This series contains fixes to i40e only.

Jesse provides two small fixes for i40e, first fixes counters that were
being displayed incorrectly due to indexing beyond the array of strings
when printing stats.  Then fixed the fact that the driver was printing
a message about not being able to assign VMDq because a lack of MSI-X
vectors, when it was not true.  It was due to a line missing that
initialized a variable.
====================

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