[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397080810-17953-1-git-send-email-kys@microsoft.com>
Date: Wed, 9 Apr 2014 15:00:10 -0700
From: "K. Y. Srinivasan" <kys@...rosoft.com>
To: davem@...emloft.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, devel@...uxdriverproject.org,
olaf@...fle.de, apw@...onical.com, jasowang@...hat.com
Cc: "K. Y. Srinivasan" <kys@...rosoft.com>
Subject: [PATCH net, V1 0/3] 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).
K. Y. Srinivasan (3):
Drivers: net: hyperv: Allocate memory for all possible per-pecket
information
Drivers: net: hyperv: Negotiate suitable ndis version for offload
support
Drivers: net: hyperv: Address UDP checksum issues
drivers/net/hyperv/hyperv_net.h | 1 +
drivers/net/hyperv/netvsc.c | 2 +-
drivers/net/hyperv/netvsc_drv.c | 23 +++++++++++++++++++++--
drivers/net/hyperv/rndis_filter.c | 12 +++++++++++-
4 files changed, 34 insertions(+), 4 deletions(-)
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists