]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc41f5fa105c8d29d82091c26c1b87851a5eef537
tree616d95391b21e18b429258bf0a937e00c59e435f
parent55402e0bb3830178f230327b4c75daf924197d99
parent95c71865c8446cf1e04073312315447ee69c51ce
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>