]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFS r340729:
authorshurd <shurd@FreeBSD.org>
Wed, 21 Nov 2018 17:33:19 +0000 (17:33 +0000)
committershurd <shurd@FreeBSD.org>
Wed, 21 Nov 2018 17:33:19 +0000 (17:33 +0000)
commitd38fb6593623e446f6b08093e2cf0ce712eee8c3
tree336b7fd4b5445e98e414bdadb19d4fc80d02da1a
parentd0a9761902a00f1ea4b034cfbb8be6afb57eaca6
MFS r340729:

Prevent POLA violation with TSO/CSUM offload

Ensure that any time CSUM_IP_TSO or CSUM_IP6_TSO is set that the corresponding
CSUM_IP6?_TCP / CSUM_IP flags are also set.

Approved by: re (gjb)
Sponsored by: Limelight Networks
sys/net/iflib.c