mbox series

[net,0/2] MACSec bugfixes related to MAC address change

Message ID 20200310152225.2338-1-irusskikh@marvell.com
Headers show
Series MACSec bugfixes related to MAC address change | expand

Message

Igor Russkikh March 10, 2020, 3:22 p.m. UTC
We found out that there's an issue in MACSec code when the MAC address
is changed.
Both s/w and offloaded implementations don't update SCI when the MAC
address changes at the moment, but they should do so, because SCI contains
MAC in its first 6 octets.

Dmitry Bogdanov (2):
  net: macsec: update SCI upon MAC address change.
  net: macsec: invoke mdo_upd_secy callback when mac address changed

 drivers/net/macsec.c | 24 +++++++++++++++++++-----
 1 file changed, 19 insertions(+), 5 deletions(-)