Merge branch 'macsec-fix-some-bugs-in-the-receive-path'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Jul 2019 21:12:30 +0000 (14:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jul 2019 21:12:30 +0000 (14:12 -0700)
commitbc389fd101e57b36aacfaec2df8fe479eabb44ea
tree8d917bb99e59f5ada7be19a7e8cd477df0c9809e
parente835ada07091f40dcfb1bc735082bd0a7c005e59
parent7d8b16b9facb0dd81d1469808dd9a575fa1d525a
Merge branch 'macsec-fix-some-bugs-in-the-receive-path'

Andreas Steinmetz says:

====================
macsec: fix some bugs in the receive path

This series fixes some bugs in the receive path of macsec. The first
is a use after free when processing macsec frames with a SecTAG that
has the TCI E bit set but the C bit clear. In the 2nd bug, the driver
leaves an invalid checksumming state after decrypting the packet.

This is a combined effort of Sabrina Dubroca <sd@queasysnail.net> and me.
====================

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