]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6b5a2fdc58d182eb766ddcdf1d96c649ea9c846
tree7a95879de0f7b22181a67c2e7e23e7407d97b529
parent4a2bff753497ffddba52b3df660ce7f616366e57
parent781ba1a3f8db7bae7c4986a72548d8056f9dc396
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>