[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150803.140328.574050334230752525.davem@davemloft.net>
Date: Mon, 03 Aug 2015 14:03:28 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ggriffin.kernel@...il.com
Cc: pshelar@...ira.com, netdev@...r.kernel.org, dev@...nvswitch.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] openvswitch: Fix L4 checksum handling when dealing
with IP fragments
From: Glenn Griffin <ggriffin.kernel@...il.com>
Date: Mon, 3 Aug 2015 09:56:54 -0700
> openvswitch modifies the L4 checksum of a packet when modifying
> the ip address. When an IP packet is fragmented only the first
> fragment contains an L4 header and checksum. Prior to this change
> openvswitch would modify all fragments, modifying application data
> in non-first fragments, causing checksum failures in the
> reassembled packet.
>
> Signed-off-by: Glenn Griffin <ggriffin.kernel@...il.com>
> ---
> Changes in v2:
> - Compare frag_off in network byte order rather than host byte order
Applied and queued up for -stable.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists