Merge branch 'hyperv'
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Apr 2014 19:15:22 +0000 (15:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Apr 2014 19:15:22 +0000 (15:15 -0400)
K. Y. Srinivasan says:

====================
Fix issues with Heper-V network offload code

WS2008 R2 does not support udp checksum offload. Furthermore, ws2012 and
ws2012 r2 have issues offloading udp checksum from Linux guests.
This patch-set addresses these issues as well as other bug fixes.
Please apply.

In this version, I have addressed the comment from David Miller with reagards
to COWing the skb prior to modifying the header (patch 3/3).
====================

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

Trivial merge