summaryrefslogtreecommitdiff
path: root/src/network/netdev/macsec.c
Commit message (Expand)AuthorAgeFilesLines
* network: also check the permission of key fileYu Watanabe2019-09-111-0/+2
* Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2019-07-101-12/+9
* networkd: shorter two error statements a bitZbigniew Jędrzejewski-Szmek2019-05-301-7/+5
* network: add NetDevVTable::generate_mac flagYu Watanabe2019-05-281-0/+1
* network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+1
* network: avoid warning about unaligned pointersZbigniew Jędrzejewski-Szmek2019-04-131-2/+2
* network: warn when private key is stored in world readable filesYu Watanabe2019-04-121-0/+2
* network: add MACsecTransmitAssociation.UseForEncoding= settingYu Watanabe2019-04-121-1/+72
* network: add MACsec*Association.Activate= settingYu Watanabe2019-04-121-0/+70
* network: add MACsec*Association.KeyFile= settingYu Watanabe2019-04-121-0/+95
* network: explicitly clear security key for macsecYu Watanabe2019-04-121-3/+12
* network: support multiple security associations for macsec channelsYu Watanabe2019-04-121-21/+120
* network: Introduce MACsecSusant Sahani2019-04-121-0/+903