[Midnightbsd-cvs] [MidnightBSD/src] 5714d2: The e1000 network adapters permit a variety of mod...
Lucas Holt
noreply at github.com
Wed Apr 6 22:12:47 EDT 2022
Branch: refs/heads/stable/2.1
Home: https://github.com/MidnightBSD/src
Commit: 5714d278d367a32d423b80450bbecbc9305b6524
https://github.com/MidnightBSD/src/commit/5714d278d367a32d423b80450bbecbc9305b6524
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M usr.sbin/bhyve/pci_e82545.c
Log Message:
-----------
The e1000 network adapters permit a variety of modifications to an Ethernet
packet when it is being transmitted. These include the insertion of IP and
TCP checksums, insertion of an Ethernet VLAN header, and TCP segmentation
offload ("TSO"). The e1000 device model uses an on-stack buffer to generate
the modified packet header when simulating these modifications on transmitted
packets.
When checksum offload is requested for a transmitted packet, the e1000 device
model used a guest-provided value to specify the checksum offset in the on-
stack buffer. The offset was not validated for certain packet types.
Obtained from: FreeBSD
Commit: 6ff50bfcda102e472949d6f4cce0acc8bc1d7e22
https://github.com/MidnightBSD/src/commit/6ff50bfcda102e472949d6f4cce0acc8bc1d7e22
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M sys/conf/newvers.sh
Log Message:
-----------
bump
Compare: https://github.com/MidnightBSD/src/compare/245593f4f733...6ff50bfcda10
More information about the Midnightbsd-cvs
mailing list