]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Tue, 6 Jun 2017 16:12:57 +0000 (12:12 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jun 2017 16:12:57 +0000 (12:12 -0400)
commit80971dfbf047c25b4160f708711fed7e3b28c372
treebe128e8d69b59b41d69e4e0a374aab7d9d07d7ca
parentf4eb17e1efe538d4da7d574bedb00a8dafcc26b7
parent2aae918c7a21fb8388ab30b8abd4d9240e8ebd7f
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2017-06-06

This series contains fixes to i40e and i40evf only.

Mauro S. M. Rodrigues fixes a flood in the kernel log which was introduced
in a previous commit because of a mistaken substitution of __I40E_VSI_DOWN
instead of __I40E_DOWN when testing the state of the PF.

Björn Töpel fixes an issue introduced in a previous commit where the
offset was incorrect and could lead to data corruption for architectures
using PAGE_SIZE larger than 8191.  Fixed the issue by updating the
page_offset correctly using the proper setting for truesize.
====================

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