Re: [net 0/2][pull request] Intel Wired LAN Driver Updates 2015-05-07

2015-05-09 Thread David Miller
From: Jeff Kirsher Date: Thu, 7 May 2015 05:21:31 -0700 > This series contains updates to igb only. > > Toshiaki provides two fixes for igb, first fixes an issue when changing > the number of rings by ethtool which causes oops because of uninitialized > pointers. The second fix resolves a typo

[net 0/2][pull request] Intel Wired LAN Driver Updates 2015-05-07

2015-05-07 Thread Jeff Kirsher
This series contains updates to igb only. Toshiaki provides two fixes for igb, first fixes an issue when changing the number of rings by ethtool which causes oops because of uninitialized pointers. The second fix resolves a typo where tx_ring was used instead of the desired rx_ring. The followin