summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
Commit message (Expand)AuthorAgeFilesLines
* networkd: Include linux/netdevice.h headerKhem Raj2021-08-061-0/+1
* network: fix an infinite loopYu Watanabe2021-07-201-0/+6
* network: update comment and log messageYu Watanabe2021-05-151-2/+3
* network: drop duplicated link_up_can()Yu Watanabe2021-05-151-1/+1
* network: link: downgrade log levelYu Watanabe2021-05-151-1/+1
* network: directly compare with in_addr element for IPv4 caseYu Watanabe2020-11-261-0/+12
* network: make log_link_error() or friends return voidYu Watanabe2020-09-111-6/+6
* network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-111-3/+9
* network: wait for previous address removal before configuring static addressesYu Watanabe2020-08-191-1/+39
* network: make RADVPrefixDelegation enum bitfieldYu Watanabe2020-07-291-3/+1
* network: do not assume static addresses are configuredYu Watanabe2020-07-291-34/+95
* network: check at least one dynamic address is assigned when DHCP is enabledYu Watanabe2020-07-291-2/+4
* network: dhcp6: drop addresses and delegated prefixes on client stopYu Watanabe2020-07-291-14/+24
* network: rename ipv4ll_address -> ipv4ll_address_configuredYu Watanabe2020-07-291-2/+2
* network: ndisc: remove old addresses and routes after at least one SLAAC addr...Yu Watanabe2020-07-291-0/+4
* network: dhcp4: release old lease after the new address become readyYu Watanabe2020-07-291-1/+2
* network: make address/route_configure optionally return created Address/Route...Yu Watanabe2020-07-291-3/+3
* network: set key destructor in several hash_opsYu Watanabe2020-07-291-8/+8
* network: make link_check_ready() return earlier if the link is not in 'config...Yu Watanabe2020-07-291-4/+6
* network: compare with peer address if it is specifiedYu Watanabe2020-07-231-1/+7
* network: introduce link_save_and_clean()Yu Watanabe2020-07-221-0/+11
* network: do not save DNS= entries not match link ifindexYu Watanabe2020-07-211-3/+6
* network: support port number and SNI in [Network] DNS=Yu Watanabe2020-07-211-8/+8
* network: stop already running engines before updating MAC addressYu Watanabe2020-07-201-53/+89
* network: replace NDISC -> NDisc in log messagesYu Watanabe2020-07-181-1/+1
* network: dhcp4: also release old lease in dhcp_lease_lost()Yu Watanabe2020-07-161-2/+0
* network: do not call link_check_ready() in link_request_set_routing_policy_ru...Yu Watanabe2020-07-151-3/+2
* network: make link_request_set_nexthop() called from link_request_set_routes(...Yu Watanabe2020-07-151-13/+4
* network: do not make link in configured state when no address is assignedYu Watanabe2020-07-151-0/+5
* network: ndisc: split ndisc_configured flag into for addresses and routesYu Watanabe2020-07-151-3/+4
* network: add debugging log why link is not in configured state yetYu Watanabe2020-07-151-20/+59
* network: make link_request_set_nexthop() staticYu Watanabe2020-07-151-1/+1
* network: set dhcp6_xxx_configured flag after routes/addresses are assignedYu Watanabe2020-07-151-2/+3
* network: make address_handler() staticYu Watanabe2020-07-071-1/+1
* Revert "network: Don't send RA with zero router lifetime when restarting radv"Yu Watanabe2020-07-071-1/+1
* network: Don't send RA with zero router lifetime when restarting radvMichael Marley2020-07-071-1/+1
* networkd: we should not loop when extract_first_word() failsZbigniew Jędrzejewski-Szmek2020-07-061-86/+78
* Merge pull request #16219 from ssahani/network-sr-iovYu Watanabe2020-07-021-0/+31
|\
| * network: Introduce SR-IOVSusant Sahani2020-07-011-0/+31
* | network: Allow DHCPv6 client to start solicit modeSusant Sahani2020-07-021-2/+4
|/
* network: move IPv6LinkLocalAddressGenerationMode= to [Network] sectionYu Watanabe2020-06-301-12/+2
* network: do not update operstate when netdev is not readyYu Watanabe2020-06-251-0/+3
* network: fix assertion in link_get()Yu Watanabe2020-06-251-1/+1
* Merge pull request #16238 from keszybz/set-handling-moreZbigniew Jędrzejewski-Szmek2020-06-241-15/+5
|\
| * networkd: take ref immediately after storing item in setZbigniew Jędrzejewski-Szmek2020-06-241-2/+2
| * tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-13/+3
* | network: drop duplicated information from link state fileYu Watanabe2020-06-231-27/+0
|/
* network: clean-up DHCP lease server data configurationLennart Poettering2020-06-181-23/+2
* network: DHCP6 - save DUID to state fileSusant Sahani2020-06-101-4/+12
* network: DHCPv6 - export IAID to state fileSusant Sahani2020-06-091-1/+6