Merge branch 'udp-add-missing-check-on-edumx-rx-path'
authorDavid S. Miller <davem@davemloft.net>
Sun, 16 Sep 2018 22:27:44 +0000 (15:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 16 Sep 2018 22:27:44 +0000 (15:27 -0700)
Paolo Abeni says:

====================
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
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge