Merge branch 'macsec-icv-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2016 17:55:40 +0000 (10:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Jul 2016 17:55:40 +0000 (10:55 -0700)
Davide Caratti says:

====================
macsec: fix configurable ICV length

This series provides a fix for macsec configurable ICV length. The
maximum length of ICV element has been made compliant to IEEE 802.1AE,
and error reporting in case of cipher suite configuration failure has been
improved. Finally, a test has been added to netlink verify() callback in
order to avoid creation of macsec interfaces having user-provided ICV length
values that are not supported by the cipher suite.
====================

Signed-off-by: Davide Caratti <dcaratti@redhat.com>
Acked-by: Sabrina Dubroca <sd@queasysnail.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge