Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Sat, 6 Jun 2015 04:15:50 +0000 (21:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 6 Jun 2015 04:15:50 +0000 (21:15 -0700)
commitc6271b7633f066eb1cd46c17862bde6c97f6a5ba
tree6b7aa1f0eae8779290e441a729ce516d66334af9
parent6e540309326188f769e03bb4c6dd8ff6752930c2
parentfa11cb3d16a9b9b296a2b811a49faf1356240348
Merge branch 'master' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2015-06-04

This series contains updates to i40e and i40evf.

Anjali provides three fixes, first to resolve a Tx queue hang if mixed
size frags are passed to the driver while using TSO.  There was a corner
case where we needed to linearize but we were not.  Next fixes a bug in
the default configuration which prevented a software bridge loaded on the
PF interface from working correctly because broadcast packets are
incorrectly looped back.  Lastly fixes an NPAR bug when SRIOV is enabled,
where we need to be in VEB mode, not VEPA mode at probe.
====================

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