lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 08 Dec 2015 12:09:11 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	ecree@...arflare.com
Cc:	tom@...bertland.com, netdev@...r.kernel.org
Subject: Re: Checksum offload queries

From: Edward Cree <ecree@...arflare.com>
Date: Tue, 8 Dec 2015 16:03:18 +0000

> NETIF_F_HW_CSUM is limited to one checksum per packet.

This is false.

As we demux encapsulation layers, we re-adjust the provided 1's
complement sum provided and use that to validate the next layer.

This works for arbitrarily nested encapsulations, and therefore
can support mutliple checksums per packet.

Tom has also created a scheme, called remote checksum offload,
that deals with the corner cases that are actually not able
to be handled fully by NETIF_F_HW_CSUM.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists