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)
commite8e23ea5795b74c05ba54db1ebc99a86b590cf7c
tree7a95879de0f7b22181a67c2e7e23e7407d97b529
parentda32d3669fc2032b229c60ba4e54cca6a314615e
parent501ae0eb158dde8b4bad61d29a7b748e0602629c
Merge branch 'hyperv'

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>