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]
Message-ID: <20201026151731.5fb25150@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
Date:   Mon, 26 Oct 2020 15:17:31 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Christian Langrock <christian.langrock@...unet.com>
Cc:     <davem@...emloft.net>, <netdev@...r.kernel.org>,
        <jesse.brandeburg@...el.com>, <anthony.l.nguyen@...el.com>
Subject: Re: [RESEND: PATCH net] drivers: net: ixgbe: Fix
 *_ipsec_offload_ok():, Use ip_hdr family

On Mon, 26 Oct 2020 17:03:16 +0100 Christian Langrock wrote:
> Xfrm_dev_offload_ok() is called with the unencrypted SKB. So in case of
> interfamily ipsec traffic (IPv4-in-IPv6 and IPv6 in IPv4) the check
> assumes the wrong family of the skb (IP family of the state).
> With this patch the ip header of the SKB is used to determine the
> family.
> 
> Fixes IP family handling for offloading inter family packets.
> 
> Signed-off-by: Christian Langrock <christian.langrock@...unet.com>

All your 3 submissions got mangled by the email client.

You'll need to resend, perhaps try git send-email?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ