[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1536848512.git.pabeni@redhat.com>
Date: Thu, 13 Sep 2018 16:27:19 +0200
From: Paolo Abeni <pabeni@...hat.com>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Tom Herbert <tom@...bertland.com>
Subject: [PATCH net 0/2] udp: add missing check on edumx rx path
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
Paolo Abeni (2):
udp4: fix IP_CMSG_CHECKSUM for connected sockets
udp6: add missing checks on edumux packet processing
net/ipv4/udp.c | 49 +++++++++++++++++++------------------
net/ipv6/udp.c | 65 ++++++++++++++++++++++++++++----------------------
2 files changed, 63 insertions(+), 51 deletions(-)
--
2.17.1
Powered by blists - more mailing lists