summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* network: fix return valuesYu Watanabe2020-11-271-5/+4
* network: use SYNTHETIC_ERRNO() macroYu Watanabe2020-11-272-8/+4
* Merge pull request #17474 from yuwata/network-drop-link-deserialization-logicYu Watanabe2020-11-2710-433/+85
|\
| * network: drop link_load()Yu Watanabe2020-10-281-41/+0
| * network: do not serialize/deserialize routesYu Watanabe2020-10-283-98/+4
| * network: do not serialize/deserialize addressesYu Watanabe2020-10-283-68/+0
| * network: do not serialize/deserialize ipv4ll addressYu Watanabe2020-10-283-82/+11
| * network: use sysctl_read_ip_property() where applicableYu Watanabe2020-10-281-9/+3
| * network: downgrade log level in dhcp4_configure()Yu Watanabe2020-10-281-44/+39
| * network: always enable sysctl property promote_secondariesYu Watanabe2020-10-282-55/+9
| * network: mention that the error will be ignoredYu Watanabe2020-10-281-1/+1
| * network: drop dhcp4_init()Yu Watanabe2020-10-281-22/+9
| * network: set previous DHCP4 address in link->addresses_foreignYu Watanabe2020-10-285-33/+29
* | Merge pull request #17478 from yuwata/split-network-internalYu Watanabe2020-11-2715-70/+82
|\ \
| * | net-condition: introduce struct NetMatchYu Watanabe2020-10-295-47/+22
| * | meson: drop libsystemd_network from several binariesYu Watanabe2020-10-291-2/+1
| * | tree-wide: drop unnecessary inclusion of network-internal.hYu Watanabe2020-10-294-4/+0
| * | net-condition: move net_match_config() and related conf parsersYu Watanabe2020-10-295-14/+11
| * | sd-network: move link_get_type_string()Yu Watanabe2020-10-291-2/+3
| * | network: move config_parse_bridge_port_priority()Yu Watanabe2020-10-292-1/+45
| |/
* | networkd/dhcp6: allow layer3 devices without MACJörg Thalheim2020-11-231-0/+7
* | Merge pull request #17643 from keszybz/man-news-independentZbigniew Jędrzejewski-Szmek2020-11-172-2/+2
|\ \
| * | network: use the common "cannot" formZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
| * | man/systemd.netdev: remove bogus markupZbigniew Jędrzejewski-Szmek2020-11-171-1/+1
* | | network: honor M or O flag in RA even if IPv6AcceptRA.DHCPv6Cleint=alwaysYu Watanabe2020-11-161-4/+8
* | | networkd: fix default value of DHCPv6ClientChristof Efkemann2020-11-161-1/+1
|/ /
* | meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-2/+4
* | network: convert router lifetime from usec_t to uint16_tYu Watanabe2020-11-101-7/+12
* | network: make default router lifetime to 30minYu Watanabe2020-11-101-0/+1
* | license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-09180-180/+180
* | fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...Lennart Poettering2020-11-032-2/+2
* | network: selinux hook handling to enumerate nexthopPurushottam choudhary2020-11-011-1/+2
* | Merge pull request #17444 from BtbN/fix_ib_dhcp4Zbigniew Jędrzejewski-Szmek2020-10-2911-51/+79
|\ \
| * | networkctl: use and print full hardware addressTimo Rothenpieler2020-10-281-7/+8
| * | dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-284-7/+25
| * | network: store full hardware address in Link structTimo Rothenpieler2020-10-2810-42/+51
| |/
* | Merge pull request #17472 from keszybz/spdx-license-headersZbigniew Jędrzejewski-Szmek2020-10-292-0/+4
|\ \ | |/ |/|
| * tree-wide: use the usual SPDX header for our own filesZbigniew Jędrzejewski-Szmek2020-10-292-0/+4
* | network: actually update radv macTimo Rothenpieler2020-10-271-1/+1
|/
* network: drop routes managed by Manager when link is removedYu Watanabe2020-10-231-2/+77
* network: specify route type in route_remove()Yu Watanabe2020-10-231-146/+108
* network: link may be NULLYu Watanabe2020-10-231-1/+1
* network: ignore error in writing proxy_ndpYu Watanabe2020-10-231-2/+2
* network: fix typoYu Watanabe2020-10-231-1/+1
* Merge pull request #17357 from yuwata/network-dhcp6-pd-announce-17353Yu Watanabe2020-10-238-137/+228
|\
| * network: rename IPv6PrefixDelegation= to IPv6SendRA=Yu Watanabe2020-10-194-16/+67
| * network: introduce Announce= in [DHCPv6PrefixDelegation]Yu Watanabe2020-10-194-4/+10
| * network: introduce DHCPv6PrefixDelegation= settingYu Watanabe2020-10-195-4/+12
| * network: drop static prefixes and static route prefixes earlier if IPv6Prefix...Yu Watanabe2020-10-192-42/+39
| * network: sort and rename elements in Network objectYu Watanabe2020-10-195-58/+62