Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net...
authorDavid S. Miller <davem@davemloft.net>
Sat, 9 Nov 2019 00:50:14 +0000 (16:50 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 9 Nov 2019 00:50:14 +0000 (16:50 -0800)
commita2582cdc32f071422e0197a6c59bd1235b426ce2
treecda039a2e7e4e34bd82e3ebf9b9a8940b9048f72
parentdeabc87111c690097c03765ea017cd500f7376fc
parent0843aa8f12edbd60e64e71f854eab2f452010eaa
Merge branch '40GbE' of git://git./linux/kernel/git/jkirsher/net-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Fixes 2019-11-08

This series contains fixes to igb, igc, ixgbe, i40e, iavf and ice
drivers.

Colin Ian King fixes a potentially wrap-around counter in a for-loop.

Nick fixes the default ITR values for the iavf driver to 50 usecs
interval.

Arkadiusz fixes 'ethtool -m' for X722 devices where the correct value
cannot be obtained from the firmware, so add X722 to the check to ensure
the wrong value is not returned.

Jake fixes igb and igc drivers in their implementation of launch time
support by declaring skb->tstamp value as ktime_t instead of s64.

Magnus fixes ixgbe and i40e where the need_wakeup flag for transmit may
not be set for AF_XDP sockets that are only used to send packets.
====================

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