From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/2] udp: add missing check on edumx rx path Date: Sun, 16 Sep 2018 15:28:48 -0700 (PDT) Message-ID: <20180916.152848.41707301151253038.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, tom@herbertland.com To: pabeni@redhat.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:35806 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728218AbeIQDxQ (ORCPT ); Sun, 16 Sep 2018 23:53:16 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Paolo Abeni Date: Thu, 13 Sep 2018 16:27:19 +0200 > The early demux RX path for the UDP protocol is currently missing > some checks. Both ipv4 and ipv6 implementations lack checksum conversion > and the ipv6 implementation additionally lack the zero checksum > validation. > > The first patch takes care of UDPv4 and the second one of UDPv6 Series applied and queued up for -stable.