summaryrefslogtreecommitdiff
path: root/src/network/networkd-manager.h
Commit message (Expand)AuthorAgeFilesLines
* network: fix race between RTM_NEWLINK and NL82011_CMD_NEW_INTERFACEAlvin Šipraga2023-01-121-0/+1
* networkd: implement Type=notify-reload protocolLennart Poettering2023-01-101-0/+2
* network: drop unused timestampYu Watanabe2022-08-281-3/+0
* network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-161-0/+2
* network: drop support for old kernels which cannot set prefix route with non-...Yu Watanabe2022-05-211-1/+0
* network: manage WLAN phyYu Watanabe2022-02-151-0/+4
* network: enable KeepConfiguration= when running on network filesystemYu Watanabe2022-02-051-0/+2
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-2/+2
* network: dhcp6-pd: exclude all explicitly specified subnet IDs when searching...Yu Watanabe2021-12-011-0/+1
* network: dhcp6: manage assigned downstream prefixes by using HashmapYu Watanabe2021-10-191-0/+1
* Merge pull request #20226 from yuwata/network-introduce-source-and-statusYu Watanabe2021-09-301-2/+0
|\
| * network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-2/+0
* | network: do not update state files when running in test modeYu Watanabe2021-09-291-2/+3
* | network: split manager_new() into two partYu Watanabe2021-09-291-1/+1
|/
* network: use NetworkConfigSource/State to manage nexthopsYu Watanabe2021-09-151-2/+0
* network: use NetworkConfigSource/State to manage routing policy rulesYu Watanabe2021-09-151-2/+0
* network: use request queue to configure DHCP{4,6} clientsYu Watanabe2021-08-101-1/+0
* network: introduce link_get_by_hw_addr()Yu Watanabe2021-07-011-0/+1
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-1/+1
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* network: make manager_find_uplink() uses stored route informationYu Watanabe2021-06-081-2/+0
* 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
* | 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-0/+2
* network: use request queue to configure routing policy rulesYu Watanabe2021-05-121-0/+1
* network: add skeleton of request queueYu Watanabe2021-05-121-0/+2
* network: drop meaningless bitfield specifiersYu Watanabe2021-04-291-2/+2
* network: dhcp: constify link_get_duid()Yu Watanabe2021-04-211-1/+1
* network: configure non-dhcp configs earlier even DUID-UUID is used by DHCP cl...Yu Watanabe2021-04-211-1/+0
* network: make IAID and DUID for DHCPv6 configurable explicitlyYu Watanabe2021-04-211-1/+3
* Merge pull request #19287 from yuwata/network-manage-foreign-routing-policy-r...Yu Watanabe2021-04-141-0/+1
|\
| * network: introduce ManageForeignRoutingPolicyRules= boolean setting in networ...Yu Watanabe2021-04-131-0/+1
* | network: save IPv4/IPv6 address states into state fileLetzteInstanz2021-04-141-0/+2
|/
* network: drop unnecessary bitfield specifierYu Watanabe2021-04-101-3/+3
* network: move state file related functions to networkd-state-file.[ch]Yu Watanabe2021-03-031-2/+0
* network: nexthop: add Blackhole= setting in [NextHop] sectionYu Watanabe2021-02-231-0/+4
* network: also manage nexthops by IDYu Watanabe2021-02-191-0/+3
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-1/+1
* network: use defined route table name in debug logsYu Watanabe2021-02-031-1/+2
* network: add support to RoutingPolicyRule lookup table nameSusant Sahani2021-01-191-0/+3
* network: do not serialize/deserialize routing policy rulesYu Watanabe2020-12-291-1/+0
* firewall-util: introduce context structureFlorian Westphal2020-12-161-0/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: also manage routes without RTA_OIF attributeYu Watanabe2020-10-071-0/+4
* network: move DUID related functionsYu Watanabe2020-10-071-1/+0
* network: manage address pools by OrderedSetYu Watanabe2020-10-071-5/+4
* network: move functions related to address poolYu Watanabe2020-10-071-2/+0
* network: move manager_rtnl_process_address()Yu Watanabe2020-10-071-2/+0
* network: introduce helper function to enumerate information using netlinkYu Watanabe2020-10-071-6/+1