File tree Expand file tree Collapse file tree 3 files changed +3305
-0
lines changed Expand file tree Collapse file tree 3 files changed +3305
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,13 @@ config GENEVE
193193 To compile this driver as a module, choose M here: the module
194194 will be called geneve.
195195
196+ config MACSEC
197+ tristate "IEEE 802.1AE MAC-level encryption (MACsec)"
198+ select CRYPTO_AES
199+ select CRYPTO_GCM
200+ ---help---
201+ MACsec is an encryption standard for Ethernet.
202+
196203config NETCONSOLE
197204 tristate "Network console logging support"
198205 ---help---
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ obj-$(CONFIG_IPVLAN) += ipvlan/
1010obj-$(CONFIG_DUMMY) += dummy.o
1111obj-$(CONFIG_EQUALIZER) += eql.o
1212obj-$(CONFIG_IFB) += ifb.o
13+ obj-$(CONFIG_MACSEC) += macsec.o
1314obj-$(CONFIG_MACVLAN) += macvlan.o
1415obj-$(CONFIG_MACVTAP) += macvtap.o
1516obj-$(CONFIG_MII) += mii.o
You can’t perform that action at this time.
0 commit comments