]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf7b5474f7703184f8c595b16aa6691b752131ac
treec810b8c8ebbc8dd5c755f77ea179cd1e2c941fab
parent804b8e0340b465a669fae7bf29644c0e03f2d396
parent858fefe1103bf49af47792d5916948869b1cdf0c
Merge branch 'master' of git://git.kernel.org/pub/scm/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>