]> 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)
commit32291a96a80cecc9259af88fa066ff993cdf9fb1
tree616d95391b21e18b429258bf0a937e00c59e435f
parentfdb86797f2429654ed85f0131ff640906d2e0858
parentd55e37201576baf955b8ed6b41d52fe80002ec2c
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>