summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20251 from keszybz/test-format-lifetimeYu Watanabe2021-07-194-12/+44
|\
| * networkd: fix and simplify format_lifetime()Zbigniew Jędrzejewski-Szmek2021-07-194-12/+44
* | network: configure address with requested lifetimeYu Watanabe2021-07-191-5/+5
|/
* network: slightly simplify log_address_debug()Yu Watanabe2021-07-151-5/+2
* network: introduce FORMAT_LIFETIME()Yu Watanabe2021-07-153-29/+35
* network: dhcp4: also support semi-static routes with Gateway=_dhcp4 when UseG...Yu Watanabe2021-07-141-11/+80
* network: further unification of MUD url parsersYu Watanabe2021-07-146-79/+16
* Merge pull request #20109 from keszybz/timestamp-macrosYu Watanabe2021-07-147-48/+26
|\
| * networkd: minor refactoringZbigniew Jędrzejewski-Szmek2021-07-091-9/+6
| * networkd: replace one trivial asprintf with xsprintfZbigniew Jędrzejewski-Szmek2021-07-091-3/+5
| * tree-wide: add FORMAT_BYTES_FULL()Zbigniew Jędrzejewski-Szmek2021-07-091-4/+2
| * tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-094-32/+13
* | network: update interface name stored in various network enginesYu Watanabe2021-07-141-0/+49
* | network: check the received interface name is actually newYu Watanabe2021-07-131-0/+13
* | network: also check addresses when determine a gateway address is reachable o...Yu Watanabe2021-07-121-0/+34
* | networkd: add shared parser for mud urlsZbigniew Jędrzejewski-Szmek2021-07-095-77/+58
* | tree-wide: make cunescape*() functions return ssize_tZbigniew Jędrzejewski-Szmek2021-07-093-12/+12
|/
* wait-online: fix typoYu Watanabe2021-07-071-1/+1
* network: fix overflow issue in address lifetime calculationYu Watanabe2021-07-021-2/+4
* network: drop old dhcp6 addresses or routes after new ones are configuredYu Watanabe2021-07-021-2/+2
* network: drop old ndisc configurations after new ones are configuredYu Watanabe2021-07-021-3/+4
* network: fix log messageYu Watanabe2021-07-021-1/+2
* wait-online: improve timeout log messageLennart Poettering2021-07-021-0/+2
* network: fix segfault in link_update_hardware_address()Yu Watanabe2021-07-011-9/+10
* network: ipv4acd: update log messageYu Watanabe2021-07-011-3/+3
* network: introduce callback fucntions to check the sender MAC address for IPv...Yu Watanabe2021-06-302-1/+35
* network: ipv4acd: first probe address and then assign itYu Watanabe2021-06-308-342/+326
* network: make request_drop() accept NULLYu Watanabe2021-06-301-0/+3
* network: acquire address on request configure rather than on configureYu Watanabe2021-06-301-55/+73
* network: rename dhcp_lease_lost() -> dhcp4_lease_lost() and expose itYu Watanabe2021-06-302-6/+7
* network: address: do not send tentative flagYu Watanabe2021-06-301-5/+8
* network: introduce link_request_static_address()Yu Watanabe2021-06-302-21/+20
* network: introduce address_dup() and replace address_copy() with itYu Watanabe2021-06-302-23/+18
* network: ipv4ll: reset MAC address without stopping sd-ipv4ll engineYu Watanabe2021-06-301-20/+5
* network: ipv4ll: refuse to configure IPv4LL address on interface where the le...Yu Watanabe2021-06-301-0/+6
* network: ipv4ll: make link enter failed state on failure of restarting ipv4ll...Yu Watanabe2021-06-301-1/+3
* network: introduce link_get_by_hw_addr()Yu Watanabe2021-06-304-7/+44
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-06-3019-57/+57
* tree-wide: "a" -> "an"Yu Watanabe2021-06-301-1/+1
* networkctl: drop unused member in struct VxLanInfoYu Watanabe2021-06-261-1/+0
* networkctl: add field 'Required For Online'Dan Streetman2021-06-241-0/+10
* network: default RequiredForOnline=false if ActivactionPolicy= not set to upDan Streetman2021-06-242-3/+18
* networkd: Permit all-zero RoutingPolicyRule prefixesHristo Venev2021-06-221-2/+2
* network: always enable IPv4 ACD for statically configured IPv4LL addressYu Watanabe2021-06-161-0/+7
* network: IFA_F_NODAD flag is only for IPv6 addressesYu Watanabe2021-06-161-1/+2
* network: use void* to correctly store SetLinkOperation in RequestYu Watanabe2021-06-155-14/+22
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-155-5/+5
* Merge pull request #19913 from yuwata/network-fix-counterYu Watanabe2021-06-155-28/+46
|\
| * network: update wlan information when IFF_LOWER_UP flag is gainedYu Watanabe2021-06-141-12/+15
| * network: add brief comment about reconfiguring interfacesYu Watanabe2021-06-143-5/+7