netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net 0/2][pull request] Intel Wired LAN Driver Updates 2015-05-07
@ 2015-05-07 12:21 Jeff Kirsher
  2015-05-07 12:21 ` [net 1/2] igb: Fix oops on changing number of rings Jeff Kirsher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Kirsher @ 2015-05-07 12:21 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

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 following are changes since commit 31ccd0e66d41f73cfc21a8de976e713455205228:
  tcp_westwood: fix tcp_westwood_info()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue master

Toshiaki Makita (2):
  igb: Fix oops on changing number of rings
  igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector

 drivers/net/ethernet/intel/igb/igb_main.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-05-10  2:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-07 12:21 [net 0/2][pull request] Intel Wired LAN Driver Updates 2015-05-07 Jeff Kirsher
2015-05-07 12:21 ` [net 1/2] igb: Fix oops on changing number of rings Jeff Kirsher
2015-05-07 12:21 ` [net 2/2] igb: Fix NULL assignment to incorrect variable in igb_reset_q_vector Jeff Kirsher
2015-05-10  2:24 ` [net 0/2][pull request] Intel Wired LAN Driver Updates 2015-05-07 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).