macsec: introduce IEEE 802.1AE driver
authorSabrina Dubroca <sd@queasysnail.net>
Fri, 11 Mar 2016 17:07:33 +0000 (18:07 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2016 02:40:24 +0000 (22:40 -0400)
commitc09440f7dcb304002dfced8c0fea289eb25f2da0
tree0919c709606d0ab3d8dd278f82fd158c559a682e
parent3c17578473b9be5a6e7680a45ea97e1d56e13249
macsec: introduce IEEE 802.1AE driver

This is an implementation of MACsec/IEEE 802.1AE.  This driver
provides authentication and encryption of traffic in a LAN, typically
with GCM-AES-128, and optional replay protection.

http://standards.ieee.org/getieee802/download/802.1AE-2006.pdf

Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/macsec.c [new file with mode: 0644]