freebsd-dev/sys/dev/xen
Roger Pau Monné a81683c371 xen/netfront: fix inbound packet flags for checksum offload
Currently netfront is setting the flags of inbound packets with the checksum
not present (offloaded) to (CSUM_IP_CHECKED | CSUM_IP_VALID | CSUM_DATA_VALID |
CSUM_PSEUDO_HDR). According to the mbuf(9) man page this is not the correct
combination of flags, it should instead be (CSUM_DATA_VALID |
CSUM_PSEUDO_HDR).

Reviewed by:		Wei Liu <wei.liu2@citrix.com>
MFC after:		2 weeks
Sponsored by:		Citrix Systems R&D
Differential revision:	https://reviews.freebsd.org/D9831
2017-03-07 09:18:52 +00:00
..
balloon
blkback
blkfront xen: add support for canceled suspend 2017-03-07 09:16:51 +00:00
console
control xenstore: fix suspension when using the xenstore device 2017-03-07 09:17:48 +00:00
debug
evtchn xen: fix IPI setup with EARLY_AP_STARTUP 2016-12-22 16:09:44 +00:00
gntdev xen/gntdev: prevent unsynchronized accesses to the map entry 2017-02-27 15:31:15 +00:00
grant_table
netback Fix the xnb(4) unit tests 2017-02-23 16:54:30 +00:00
netfront xen/netfront: fix inbound packet flags for checksum offload 2017-03-07 09:18:52 +00:00
pci
pcifront Convert PCIe Hot Plug to using pci_request_feature 2017-02-25 06:11:59 +00:00
privcmd
pvcpu
timer xen/timer: mark the Xen PV timer as not safe for suspension 2017-02-22 09:22:17 +00:00
xenpci
xenstore xenstore: fix suspension when using the xenstore device 2017-03-07 09:17:48 +00:00