]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8191d139c41393ede4ee611aa0f29a8081204c63
treed1a1bbb5d2c742a3b8211212578ec87e189fdd70
parentb9e66f609323dba955762dc66796e62cb204781c
parent4dbcc725108bc87916b41b92cb416fec9b8eea4f
Merge branch 'master' of git://git.kernel.org/pub/scm/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>