summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper functionYu Watanabe2023-09-051-1/+1
* dhcp: introduce sd_dhcp_lease_get_timestamp()Yu Watanabe2023-09-051-8/+6
* sd-dhcp-client: store lifetime and friends in usec_tYu Watanabe2023-09-051-4/+3
* network: Fix memory leak PREF64 (#29064)Susant Sahani2023-09-041-5/+6
* Merge pull request #29023 from pelaufer/dhcp-prefix-dbusYu Watanabe2023-09-041-2/+149
|\
| * Add dhcp client prefix lease information to networkd json outputpelaufer2023-09-021-2/+149
* | network: ndisc - Allow to parse PREF64 prefixSusant Sahani2023-09-041-0/+32
|/
* json: rename json_append() → json_variant_merge_objectb()Lennart Poettering2023-08-241-4/+7
* tree-wide: use json_variant_append_arrayb() at many placesLennart Poettering2023-08-241-39/+26
* networkd: Add T1 and T2 DHCPv6 options to expose in dbus APINandakumar Raghavan2023-08-231-0/+41
* Merge pull request #28387 from yuwata/network-route-table-nameLuca Boccassi2023-07-141-2/+2
|\
| * network: do not append table number in TableString field in json outputYu Watanabe2023-07-141-2/+2
* | network: use json_append() and json_variant_append_array()Yu Watanabe2023-07-131-629/+305
|/
* json: free array in json_variant_unref_many()Daan De Meyer2023-07-121-200/+122
* network/json: introduce PreferredLifetimeUSec and ValidLifetimeUSecYu Watanabe2023-07-061-2/+4
* network: introduce link_get_captive_portal()Yu Watanabe2023-07-061-20/+5
* networkd: include captive portal information in link json descriptionRonan Pigott2023-07-021-0/+45
* networkd/dhcpserver: Save and expose the client hostname sent when requesting...Rene Hollander2023-05-311-0/+1
* Add DHCPServer information to JSON output.Rene Hollander2023-05-271-0/+133
* 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-081-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-06-301-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