Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Oct 2014 20:41:02 +0000 (16:41 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Oct 2014 20:41:02 +0000 (16:41 -0400)
commit132fb57984e4f4d49c79b2f0749236fe277de1f8
tree05c7bd21887ce0b2f0f16c33fafb03f629ec09e0
parent74bca138e1351a0da5ce9c2936bbccdd0d4e2225
parente8720db1fbf0529e9f5ac3756f23828ce817f5ab
Merge branch 'master' of git://git./linux/kernel/git/jkirsher/net-next

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2014-10-23

This series contains updates to i40e and i40evf.

Jesse modifies the i40e driver to only notify the firmware on link up/down
and qualified module events.  Also simplified the job of managing link
state by using the admin queue receive event for link events as a signal
to tell the driver to update link state.

Jeff (me) cleans up the inconsistent use of tabs for indentation in the admin
queue command header file.

Neerav converts the use of udelay() to usleep_range().

Anjali fixes a bug where receive would stop after some stress by adding
a sleep and restart as well as moving the setting of flow control because
it should be done at a PF level and not a VSI level.

Mitch adds code to handle link events when updating the PF switch, which
allows link information to be properly provided to VFS in all cases.

Catherine adds driver support for 10GBaseT and bumps driver version.
====================

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