summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19603 from yuwata/network-link-get-by-nameLennart Poettering2021-05-191-0/+1
|\
| * network: introduce link_get_by_name()Yu Watanabe2021-05-191-0/+1
* | Merge pull request #19656 from yuwata/network-trivial-cleanupsLennart Poettering2021-05-191-1/+0
|\ \
| * | network: dhcp4: re-request DHCP4 address and routes immediatelyYu Watanabe2021-05-191-1/+0
| |/
* / network: add an online state for links and managerAlvin Šipraga2021-05-191-0/+1
|/
* network: use request queue to configure addresses, routes, and nexthopsYu Watanabe2021-05-121-8/+8
* network: use request queue to configure neighborsYu Watanabe2021-05-121-2/+3
* network: use request queue to configure routing policy rulesYu Watanabe2021-05-121-2/+2
* network: introduce link_is_ready_to_configure() helper functionYu Watanabe2021-05-121-0/+2
* network: introduce link_activate()Yu Watanabe2021-04-301-0/+1
* network: do not try to configure address or etc on can deviceYu Watanabe2021-04-301-0/+1
* network: drop duplicated link_up_can()Yu Watanabe2021-04-301-0/+1
* network: unify log_link_message_full_errno() and log_message_warning_errno()Yu Watanabe2021-04-291-7/+0
* network: dhcp6: logs about delegated prefixesYu Watanabe2021-04-211-0/+1
* network: save IPv4/IPv6 address states into state fileLetzteInstanz2021-04-141-0/+2
* network: move manager_{rtnl,udev}_process_link() to networkd-link.[ch]Yu Watanabe2021-03-031-4/+3
* network: move state file related functions to networkd-state-file.[ch]Yu Watanabe2021-03-031-5/+0
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-1/+1
* network: add ActivationPolicy= configuration parameterDan Streetman2021-01-211-0/+1
* network: make routing_policy_rule_remove() take Manager instead of LinkYu Watanabe2020-12-141-1/+0
* networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek2020-11-301-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-281-0/+1
* network: store full hardware address in Link structTimo Rothenpieler2020-10-281-1/+2
* network: stop DHCPv4 server in link_stop_clients()Yu Watanabe2020-10-151-1/+1
* network: move IPv4ACD client for DHCPv4 from Network to Link objectYu Watanabe2020-10-141-0/+2
* network: introduce IPV4_ADDRESS_FMT_STR macroYu Watanabe2020-10-071-6/+0
* network: move sysctl related functions to networkd-sysctl.cYu Watanabe2020-10-061-8/+1
* network: move DUID related functionsYu Watanabe2020-10-061-3/+1
* network: unify link_ipv{4,6}_forward_enabled()Yu Watanabe2020-10-061-0/+8
* network: move link_get_xxx_route_table()Yu Watanabe2020-10-061-4/+0
* network: header cleanupYu Watanabe2020-10-061-1/+0
* network: manage addresses from pool by SetYu Watanabe2020-10-061-2/+1
* network: introduce link_drop_foreign_addresses()Yu Watanabe2020-10-061-0/+1
* network: move link_request_set_routes()Yu Watanabe2020-10-061-1/+0
* network: configure bridge MDB entries after bridge has carrierYu Watanabe2020-09-161-0/+2
* network: fix NDisc handling for the case when multiple routers existYu Watanabe2020-09-071-2/+2
* network: wait for previous address removal before configuring static addressesYu Watanabe2020-08-081-0/+2
* network: do not assume static addresses are configuredYu Watanabe2020-07-281-0/+1
* network: dhcp6: drop addresses and delegated prefixes on client stopYu Watanabe2020-07-281-13/+18
* network: rename ipv4ll_address -> ipv4ll_address_configuredYu Watanabe2020-07-281-1/+1
* network: ndisc: remove old addresses and routes after at least one SLAAC addr...Yu Watanabe2020-07-281-0/+2
* network: dhcp4: release old lease after the new address become readyYu Watanabe2020-07-281-2/+3
* network: introduce link_save_and_clean()Yu Watanabe2020-07-221-0/+1
* network: support port number and SNI in [Network] DNS=Yu Watanabe2020-07-201-1/+1
* network: dhcp4: fix another race with SendDecline=yesYu Watanabe2020-07-161-0/+1
* network: dhcp4: do not assign new address before old one is not removedYu Watanabe2020-07-151-0/+1
* network: make link_request_set_nexthop() called from link_request_set_routes(...Yu Watanabe2020-07-151-1/+0
* network: ndisc: split ndisc_configured flag into for addresses and routesYu Watanabe2020-07-151-2/+4
* network: make link_request_set_nexthop() staticYu Watanabe2020-07-151-1/+0