OSDN Git Service

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)
commit978298888e3efb4fd7ff9bf2b9ed6f8de4a1312e
tree616d95391b21e18b429258bf0a937e00c59e435f
parentedf2ef7242805e53ec2e0841db26e06d8bc7da70
parenteb63f2964dbe36f26deac77d3016791675821ded
Merge branch 'udp-add-missing-check-on-edumx-rx-path'

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>