Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
authorDavid S. Miller <davem@davemloft.net>
Mon, 21 Apr 2014 16:58:38 +0000 (12:58 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Apr 2014 16:58:38 +0000 (12:58 -0400)
commit647401d5acaf3614957bcd12f702deb95d605ebe
treed1a1bbb5d2c742a3b8211212578ec87e189fdd70
parent6d4596905b65bf4c63c1a008f50bf385fa49f19b
parentc5ffe7e1f745984b37b8ffe03b03f3d716a072f3
Merge branch 'master' of git://git./linux/kernel/git/jkirsher/net

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates

This series contains updates to e1000e, igb, ixgbe and i40e.

Most notably are Jakub's patches to clean up the Rx time stamping
code for ixgbe and the fix up of debug messages with proper termination.

Jesse's i40e patch fixes an issue reported by Eric Dumazet that the
i40e driver was allowing the hardware to replicate the PSH flag on
all segments of a TSO operation.  With this fix, we are now configuring
the CWR bit to only be set in the first packet of a TSO and we
enable TSO_ECN in order to advertise to the stack that we do the right
thing on the wire.
====================

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