summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
| * network: introduce network_adjust_radv()Yu Watanabe2020-10-193-8/+22
| * network: clear DNS and domains for RA when an empty string is assignedYu Watanabe2020-10-191-0/+11
| * network: use string_hash_ops_free for search domainsYu Watanabe2020-10-192-7/+7
* | network: move set-MAC and set-nomaster operations out of link_up()Dan Streetman2020-10-231-13/+107
* | Merge pull request #17356 from yuwata/sd-xxx-stopLennart Poettering2020-10-218-61/+55
|\ \
| * | network: also unref IPv4 ACD clients in Address objectsYu Watanabe2020-10-153-0/+12
| * | network: move link_lldp_emit_stop() to link_free_engines()Yu Watanabe2020-10-151-2/+2
| * | network: also stop LLDP client in link_stop_engines()Yu Watanabe2020-10-151-0/+4
| * | network: stop DHCPv4 server in link_stop_clients()Yu Watanabe2020-10-153-10/+10
| * | network: drop unnecessary conditionsYu Watanabe2020-10-153-15/+9
| * | network: voidify sd_ipv4acd_stop() at one placeYu Watanabe2020-10-151-1/+1
| * | network: drop conditions to check existence of each engineYu Watanabe2020-10-153-35/+19
* | | network: call netlink in the last of route_configure()Yu Watanabe2020-10-201-7/+7
* | | network: also compare and hash weight of the gatewayYu Watanabe2020-10-201-2/+8
* | | network: copy multipath route element earlierYu Watanabe2020-10-201-5/+16
* | | network: make route_configure() return 0 on successYu Watanabe2020-10-201-3/+3
| |/ |/|
* | network: warn if dynamic gateway is specified but corresponding protocol is d...Yu Watanabe2020-10-151-1/+14
* | network: introduce network_adjust_dhcp()Yu Watanabe2020-10-153-16/+30
* | network: introduce network_adjust_ipv6_accept_ra()Yu Watanabe2020-10-155-29/+22
* | network: when Gateway=_dhcp4, set several properties based on lease if they a...Yu Watanabe2020-10-154-5/+32