summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* codespell: fix spelling errorsBen Boeckel2019-04-296-8/+8
* network: drop invalid assertionYu Watanabe2019-04-281-1/+0
* network: drop "return 1" when the return value is ignored by all callersZbigniew Jędrzejewski-Szmek2019-04-251-3/+3
* Merge pull request #12382 from yuwata/wireguard-12377Zbigniew Jędrzejewski-Szmek2019-04-251-9/+10
|\
| * network: fix ListenPort= in [WireGuard] sectionYu Watanabe2019-04-251-9/+10
* | Merge pull request #12316 from yuwata/network-prevent-multiple-initialization...Zbigniew Jędrzejewski-Szmek2019-04-253-68/+82
|\ \
| * | network: fix ref/unref logic for Link objectYu Watanabe2019-04-253-57/+61
| * | network: prevent interfaces to be initialized multiple timesYu Watanabe2019-04-252-11/+17
| * | network: logs link state changeYu Watanabe2019-04-171-0/+4
| |/
* | udev,network: warn when .link or .network file has no [Match] sectionYu Watanabe2019-04-252-0/+9
|/
* Merge pull request #12301 from keszybz/silence-alignment-warningLennart Poettering2019-04-151-2/+2
|\
| * network: avoid warning about unaligned pointersZbigniew Jędrzejewski-Szmek2019-04-131-2/+2
* | network: re-indent conf parser and wrap long lines in bond.cYu Watanabe2019-04-131-24/+31
* | network: use OrderedSet for bond ARP ip targetsYu Watanabe2019-04-132-58/+53
* | network: drop allocation for Bond::ad_actor_systemYu Watanabe2019-04-132-26/+24
* | network: drop bond_mode_to_kernel() and bond_xmit_hash_policy_to_kernel()Yu Watanabe2019-04-133-61/+20
|/
* Merge pull request #12222 from yuwata/macsecLennart Poettering2019-04-128-343/+1702
|\
| * network: re-indent gperf filesYu Watanabe2019-04-122-360/+360
| * network: warn when private key is stored in world readable filesYu Watanabe2019-04-121-0/+2
| * network: add MACsecTransmitAssociation.UseForEncoding= settingYu Watanabe2019-04-123-1/+76
| * network: add MACsec*Association.Activate= settingYu Watanabe2019-04-123-0/+74
| * network: add MACsec*Association.KeyFile= settingYu Watanabe2019-04-123-0/+99
| * network: explicitly clear security key for macsecYu Watanabe2019-04-121-3/+12
| * network: support multiple security associations for macsec channelsYu Watanabe2019-04-122-21/+126
| * network: Introduce MACsecSusant Sahani2019-04-128-1/+996
* | Make fopen_temporary and fopen_temporary_label unlockedZbigniew Jędrzejewski-Szmek2019-04-122-4/+0
|/
* tree-wide: drop several missing_*.h and import relevant headers from kernel-5.0Yu Watanabe2019-04-119-19/+4
* network: fix use-of-uninitialized-value or null dereferenceYu Watanabe2019-04-101-11/+5
* network: make wireguard_decode_key_and_warn() take uint8_t buf[static WG_KEY_...Yu Watanabe2019-04-091-1/+1
* network: warn when wireguard keys are stored in world readable filesYu Watanabe2019-04-091-0/+3
* network: add WireGuardPeer.PresharedKeyFile= settingYu Watanabe2019-04-093-0/+56
* network: clear wireguard keys on failure or on exitYu Watanabe2019-04-091-6/+12
* network: make reading PrivateKeyFile= failure always fatalYu Watanabe2019-04-091-37/+26
* network: re-indent conf parsers in wireguard.cYu Watanabe2019-04-081-82/+80
* Merge pull request #12160 from yuwata/wait-online-allow-configuringYu Watanabe2019-04-023-22/+43
|\
| * wait-online: add --any optionYu Watanabe2019-04-023-22/+43
* | network: make FooOverUDP.Protocol= support name of ipprotoYu Watanabe2019-04-023-1/+40
* | network: use asynchronous call for creating FOU tunnelsYu Watanabe2019-04-021-4/+26
* | network: do not ignore FooOverUDP.Encapsulation= settingYu Watanabe2019-04-021-12/+29
* | network: merge ipip_init() and sit_init()Yu Watanabe2019-04-021-12/+14
* | network: add FooOverUDP support for SIT and GRE tunnelsYu Watanabe2019-04-021-1/+17
* | network: add '=' to config key names in logYu Watanabe2019-04-011-4/+7
* | network: do not abort execution when NetDev.Name= conflictsYu Watanabe2019-04-011-1/+14
|/
* network: make GRE and GRETAP support Key=, InputKey=, OutputKey=, and Seriali...Yu Watanabe2019-03-303-60/+46
* network: make erspan netdev can be specified in Network.Tunnel=Yu Watanabe2019-03-303-2/+6
* network: do not continue when appending data to netlink message failsYu Watanabe2019-03-301-3/+3
* wireguard: fix exponential backoff when resolving hostsJörg Thalheim2019-03-281-1/+1
* Remove variable only used for an assertZbigniew Jędrzejewski-Szmek2019-03-282-9/+2
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-2/+2
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-276-0/+11