linux-stable/drivers/net/hyperv
Haiyang Zhang fc693a5968 hv_netvsc: Fix IP header checksum for coalesced packets
[ Upstream commit bf48648d65 ]

Incoming packets may have IP header checksum verified by the host.
They may not have IP header checksum computed after coalescing.
This patch re-compute the checksum when necessary, otherwise the
packets may be dropped, because Linux network stack always checks it.

Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-03-13 14:04:53 -07:00
..
hyperv_net.h
Kconfig
Makefile
netvsc.c netvsc: Deal with rescinded channels correctly 2018-03-24 11:00:13 +01:00
netvsc_drv.c hv_netvsc: Fix IP header checksum for coalesced packets 2019-03-13 14:04:53 -07:00
rndis_filter.c