index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-json.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network/nexthop: serialize/deserialize nexthops
Yu Watanabe
2024-11-14
1
-29
/
+53
*
network: introduce manager_serialize()/deserialize()
Yu Watanabe
2024-11-14
1
-68
/
+123
*
network: handle ENODATA better with DNR
Ronan Pigott
2024-11-05
1
-24
/
+20
*
network/json: add missing entries for route properties
Yu Watanabe
2024-11-04
1
-0
/
+2
*
Merge pull request #30952 from rpigott/resolved-dnr
Lennart Poettering
2024-10-22
1
-0
/
+115
|
\
|
*
network: add dnr resolvers to networkctl status json output
Ronan Pigott
2024-10-21
1
-0
/
+115
*
|
network/routing-policy-rule: use in_addr_prefix for From= and To=
Yu Watanabe
2024-10-11
1
-6
/
+6
*
|
sd-netlink,network: rename functions and RoutingPolicyRule.type
Yu Watanabe
2024-10-10
1
-2
/
+2
*
|
network/nexthop: make conf parsers for Family= and Gateway= independent of ea...
Yu Watanabe
2024-09-19
1
-1
/
+1
*
|
network/neighbor: use struct in_addr_data
Yu Watanabe
2024-09-18
1
-2
/
+2
|
/
*
network/routing-policy-rule: support all known type of rule
Yu Watanabe
2024-08-20
1
-1
/
+1
*
network/routing-policy-rule: manage all flags
Yu Watanabe
2024-08-19
1
-1
/
+1
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
1
-245
/
+232
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
1
-247
/
+249
*
network: introduce link_get_use_ntp()
Yu Watanabe
2024-04-19
1
-2
/
+3
*
network: introduce link_get_use_dns()
Yu Watanabe
2024-04-19
1
-3
/
+3
*
network: introduce link_get_use_domains()
Yu Watanabe
2024-04-19
1
-3
/
+3
*
network: rename DHCPUseDomains -> UseDomains
Yu Watanabe
2024-04-19
1
-2
/
+2
*
sd-dhcp-server-lease: move functions to build json format
Yu Watanabe
2024-03-11
1
-63
/
+2
*
network/ndisc: rename Network.ipv6_accept_ra -> Network.ndisc
Yu Watanabe
2024-02-26
1
-3
/
+3
*
network/json: use DUID obtained by sd_dhcp6_client_get_duid()
Yu Watanabe
2024-02-21
1
-1
/
+1
*
network: JSON - Export DHCPv4 client ID
Susant Sahani
2024-02-21
1
-0
/
+27
*
network: DHCP6 Allow to export DHCP6 DUID (#31355)
Susant Sahani
2024-02-21
1
-0
/
+27
*
network/route: manage all routes by Manager object
Yu Watanabe
2024-01-24
1
-10
/
+9
*
networkd: Adding DHCPv4 private options to D-BUS
Nandakumar Raghavan
2024-01-18
1
-0
/
+28
*
network/route: also use RouteNextHop for managing gateway
Yu Watanabe
2024-01-15
1
-1
/
+1
*
network/route-metric: manage uint32_t RTAX_XYZ attributes in the same way
Yu Watanabe
2024-01-07
1
-1
/
+1
*
network/route-metric: introduce RouteMetric
Yu Watanabe
2024-01-07
1
-1
/
+1
*
sd-dhcp-server: rename DHCPLease -> sd_dhcp_server_lease
Yu Watanabe
2024-01-03
1
-3
/
+3
*
sd-dhcp-server: use sd_dhcp_client_id
Yu Watanabe
2024-01-03
1
-4
/
+4
*
network: use json_variant_append_arrayb()
Yu Watanabe
2023-12-23
1
-116
/
+56
*
network/nexthop: manage all nexthops by manager
Yu Watanabe
2023-12-14
1
-4
/
+8
*
udev-util: add generic device_get_{vendor,model}_string() helpers
Lennart Poettering
2023-11-13
1
-6
/
+4
*
network: fix json generation
Yu Watanabe
2023-11-08
1
-12
/
+12
*
networkd: Add DHCP vendor specific options to dbus API
Nandakumar Raghavan
2023-10-27
1
-0
/
+31
*
Remove json_variant_merge_pair() in favor of json_variant_set_field_non_null()
Daan De Meyer
2023-09-28
1
-23
/
+23
*
network: Rename json_append_one() and move to json.h
Daan De Meyer
2023-09-26
1
-30
/
+23
*
sd-dhcp6-client: introduce sd_dhcp6_lease_get_t1() and friends
Yu Watanabe
2023-09-20
1
-9
/
+14
*
sd-dhcp6-client: rework IA_NA or IA_PD getters
Yu Watanabe
2023-09-20
1
-17
/
+17
*
sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friend
Yu Watanabe
2023-09-20
1
-1
/
+2
*
sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper function
Yu Watanabe
2023-09-05
1
-1
/
+1
*
dhcp: introduce sd_dhcp_lease_get_timestamp()
Yu Watanabe
2023-09-05
1
-8
/
+6
*
sd-dhcp-client: store lifetime and friends in usec_t
Yu Watanabe
2023-09-05
1
-4
/
+3
*
network: Fix memory leak PREF64 (#29064)
Susant Sahani
2023-09-04
1
-5
/
+6
*
Merge pull request #29023 from pelaufer/dhcp-prefix-dbus
Yu Watanabe
2023-09-04
1
-2
/
+149
|
\
|
*
Add dhcp client prefix lease information to networkd json output
pelaufer
2023-09-02
1
-2
/
+149
*
|
network: ndisc - Allow to parse PREF64 prefix
Susant Sahani
2023-09-04
1
-0
/
+32
|
/
*
json: rename json_append() → json_variant_merge_objectb()
Lennart Poettering
2023-08-24
1
-4
/
+7
*
tree-wide: use json_variant_append_arrayb() at many places
Lennart Poettering
2023-08-24
1
-39
/
+26
*
networkd: Add T1 and T2 DHCPv6 options to expose in dbus API
Nandakumar Raghavan
2023-08-23
1
-0
/
+41
[next]