summaryrefslogtreecommitdiffstats
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: reconfigure link after coming back from sleepYu Watanabe2021-08-103-30/+73
* network: use monotonic instead of boot time to handle address creation/update...Yu Watanabe2021-08-091-1/+3
* Merge pull request #20375 from yuwata/network-bridge-vlan-issue-20373Luca Boccassi2021-08-051-12/+28
|\
| * network: ignore errors on unsetting master ifindexYu Watanabe2021-08-041-2/+18
| * network: ignore errors on setting bridge configYu Watanabe2021-08-041-1/+1
| * network: add commentsYu Watanabe2021-08-041-10/+10
* | network: introduce UplinkInterface= in [IPv6SendRA]Yu Watanabe2021-08-046-67/+134
* | network: use request queue to configure IPv6 RA engineYu Watanabe2021-08-045-33/+98
* | network: update comment and man pageYu Watanabe2021-08-041-1/+1
|/
* network: use address_equal()/route_equal() to compare addresses or routes con...Yu Watanabe2021-08-043-3/+4
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-0329-55/+55
* networkd: Include linux/netdevice.h headerKhem Raj2021-07-261-0/+1
* 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