]> 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)
commita51986a68ae79d63982a0223bb685819e98ebc2c
treec810b8c8ebbc8dd5c755f77ea179cd1e2c941fab
parentd1109d6f22dd688ce7769c384d1fa72312df89ff
parenta14a759a8f7da853ec62b0e587397c6a24072be7
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>