summaryrefslogtreecommitdiff
path: root/src/network/networkd-json.c
Commit message (Expand)AuthorAgeFilesLines
* network: Show network and link file dropins in networkctl statusDaan De Meyer2023-01-121-1/+12
* network: rename Link.sd_device -> Link.devYu Watanabe2022-07-231-2/+2
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+1
* network: rename SetupState to AdministrativeStateLaserEyess2021-12-101-1/+1
* network: json: add src address when its prefix length is non-zeroYu Watanabe2021-12-091-3/+3
* network: json: add missing initializationYu Watanabe2021-11-301-1/+1
* network: json: append DNS misc settingsYu Watanabe2021-11-261-0/+107
* network: json: append DNSSEC negative trust anchorsYu Watanabe2021-11-261-0/+62
* network: json: append domainsYu Watanabe2021-11-261-0/+160
* network: json: append SIP server informationYu Watanabe2021-11-261-0/+59
* network: json: append NTP server informationYu Watanabe2021-11-261-0/+164
* network: json: append DNS server informationYu Watanabe2021-11-261-0/+170
* network: json: add several entries for wait-onlineYu Watanabe2021-11-261-1/+9
* network: json: add more link informationYu Watanabe2021-11-251-1/+29
* network: json: append routing policy rule informationYu Watanabe2021-11-251-0/+108
* network: json: append neighbor informationYu Watanabe2021-11-251-0/+68
* network: json: append nexthop informationYu Watanabe2021-11-251-0/+133
* network: json: append route informationYu Watanabe2021-11-251-1/+129
* network: json: append address informationYu Watanabe2021-11-251-0/+87
* network: json: split manager_build_json() into twoYu Watanabe2021-11-251-1/+5
* network: json: make {network,device}_build_json() accept NULLYu Watanabe2021-11-251-22/+24
* network: json: use new building json macrosYu Watanabe2021-11-251-17/+17
* shared/json: use int64_t instead of intmax_tZbigniew Jędrzejewski-Szmek2021-11-181-1/+1
* netif-util: rename link_get_type_string() -> net_get_type_string()Yu Watanabe2021-11-091-1/+1
* netif-util: move several functions from network-util.[ch] to shared/netif-uti...Yu Watanabe2021-11-091-1/+1
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-2/+2
* network: add an online state for links and managerAlvin Å ipraga2021-05-191-1/+2
* network: introduce Describe() method for manager and linksYu Watanabe2021-05-141-0/+135