]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: Introduce MACsec
authorSusant Sahani <ssahani@redhat.com>
Wed, 3 Apr 2019 11:27:36 +0000 (16:57 +0530)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 12 Apr 2019 01:12:41 +0000 (10:12 +0900)
commit81962db798a557839df072018e3b019e2787cc4e
tree6456c9877311d38c0c82158ec999997789bc6b53
parent45cae4abfb8f77bc75658d5bd77f3e106ab16f4d
network: Introduce MACsec

Media Access Control Security (MACsec) is an 802.1AE IEEE
industry-standard security technology that provides secure
communication for all traffic on Ethernet links.
MACsec provides point-to-point security on Ethernet links between
directly connected nodes and is capable of identifying and preventing
most security threats, including denial of service, intrusion,
man-in-the-middle, masquerading, passive wiretapping, and playback attacks.

Closes #5754
17 files changed:
man/systemd.netdev.xml
man/systemd.network.xml
src/libsystemd/sd-netlink/generic-netlink.c
src/libsystemd/sd-netlink/netlink-message.c
src/libsystemd/sd-netlink/netlink-types.c
src/libsystemd/sd-netlink/netlink-types.h
src/network/meson.build
src/network/netdev/macsec.c [new file with mode: 0644]
src/network/netdev/macsec.h [new file with mode: 0644]
src/network/netdev/netdev-gperf.gperf
src/network/netdev/netdev.c
src/network/netdev/netdev.h
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/systemd/sd-netlink.h
test/fuzz/fuzz-netdev-parser/directives.netdev
test/fuzz/fuzz-network-parser/directives.network