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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 23 Apr 2012 09:06:35 -0400
From:	Benjamin LaHaise <bcrl@...ck.org>
To:	James Chapman <jchapman@...alix.com>
Cc:	David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH 00/10] l2tp: misc fixes and add L2TPv3 IP encap over IPv6

On Mon, Apr 23, 2012 at 10:21:23AM +0100, James Chapman wrote:
> Ok.
> 
> Ben, if I can help with the loopback checksum issue, please let me know.

The fix is pretty simple; in l2tp_xmit_ipv6_csum, change CHECKSUM_COMPLETE 
to CHECKSUM_UNNECESSARY (or CHECKSUM_NONE), as that will prevent the 
incoming sk_buff's ->csum value from being used (it's not correct).  I'm 
travelling at the moment, so I may not have time to respin the patch until 
Wednesday, but if I can, I will try to find the time this evening. 

		-ben
-- 
"Thought is the essence of where you are now."
--
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