]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 19:55:12 +0000 (12:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Jun 2020 19:55:12 +0000 (12:55 -0700)
commita07d1ffd8602524c00d884fbc61309699379997d
tree31cd38e14cc5b4b5262079f6d93ef0fc79ad91eb
parentd393b91f5e13dfc559dc671b927162c1fc9025a0
parentc3b7bf76c8a387096eda710ae9864b9cfff84a67
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2020-06-18

This series contains fixes to ixgbe, i40e and ice driver.

Ciara fixes up the ixgbe, i40e and ice drivers to protect access when
allocating and freeing the rings.  In addition, made use of READ_ONCE
when reading the rings prior to accessing the statistics pointer.

Björn fixes a crash where the receive descriptor ring allocation was
moved to a different function, which broke the ethtool set_ringparam()
hook.
====================

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