]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
authorDavid S. Miller <davem@davemloft.net>
Sun, 10 May 2015 02:23:59 +0000 (22:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 10 May 2015 02:23:59 +0000 (22:23 -0400)
commit7c0004d3960a3ebffc68c372dfd98c09d1c680eb
treec21b9eb7afc150b2a4a893d21cbd6870f147e1f5
parent3e4336a65ab6b45cbac10b8347c8f8951fec515d
parent2439fc4d71f71b47c8ace1f42eb46039222282a0
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-05-07

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.
====================

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