1
0
Fork 0
alistair23-linux/drivers/net/hyperv
Haiyang Zhang bf48648d65 hv_netvsc: Fix IP header checksum for coalesced packets
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>
2019-02-26 14:45:02 -08:00
..
Kconfig hv_netvsc: drop common code until callback model fixed 2018-06-12 15:22:28 -07:00
Makefile hv_netvsc: add trace points 2018-03-17 20:10:27 -04:00
hyperv_net.h hv_netvsc: fix typos in code comments 2019-01-23 13:21:34 -05:00
netvsc.c hv_netvsc: fix typos in code comments 2019-01-23 13:21:34 -05:00
netvsc_drv.c hv_netvsc: Fix IP header checksum for coalesced packets 2019-02-26 14:45:02 -08:00
netvsc_trace.c hv_netvsc: add trace points 2018-03-17 20:10:27 -04:00
netvsc_trace.h hv_netvsc: add trace points 2018-03-17 20:10:27 -04:00
rndis_filter.c hv_netvsc: fix typos in code comments 2019-01-23 13:21:34 -05:00