]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'macsec-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Oct 2018 02:26:43 +0000 (19:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Oct 2018 02:26:43 +0000 (19:26 -0700)
commitd96c8c54105cf6bb7e3d6a584da1e8d6f8abbe2b
tree284e63f2de4b3186add0090063942e2c4333e626
parent7f6e85a173347bac70f547a433423be70f8550e2
parent7063895dde3d08461543b3b9d74d9d2ad8d20a7d
Merge branch 'macsec-fixes'

Sabrina Dubroca says:

====================
macsec: linkstate fixes

This series fixes issues with handling administrative and operstate of
macsec devices.

Radu Rendec proposed another version of the first patch [0] but I'd
rather not follow the behavior of vlan devices, going with macvlan
does instead. Patrick Talbert also reported the same issue to me.

The second patch is a follow-up. The restriction on setting the device
up is a bit unreasonable, and operstate provides the information we
need in this case.

[0] https://patchwork.ozlabs.org/patch/971374/
====================

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