index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-dhcp6.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-2
/
+1
*
network: introduce link_get_use_ntp()
Yu Watanabe
2024-04-19
1
-1
/
+2
*
network: introduce link_get_use_dns()
Yu Watanabe
2024-04-19
1
-1
/
+1
*
network: introduce link_get_use_domains()
Yu Watanabe
2024-04-19
1
-1
/
+1
*
network/dhcp6: return earlier if no lease acquired
Yu Watanabe
2024-04-09
1
-0
/
+3
*
network/ndisc: rename Network.ipv6_accept_ra -> Network.ndisc
Yu Watanabe
2024-02-26
1
-1
/
+1
*
network/dhcp6: deem DHCPv6 configuration to be finished even if no IA_NA is p...
Yu Watanabe
2024-02-17
1
-0
/
+1
*
network/dhcp6: use address_can_update() at one more place
Yu Watanabe
2024-02-14
1
-2
/
+1
*
network/route: introduce route_remove_and_cancel()
Yu Watanabe
2024-01-25
1
-2
/
+1
*
network/route: manage all routes by Manager object
Yu Watanabe
2024-01-24
1
-2
/
+3
*
network/address: introduce ref/unref functions for Address object
Yu Watanabe
2024-01-03
1
-1
/
+1
*
network/address: introduce address_remove_and_cancel()
Yu Watanabe
2024-01-02
1
-1
/
+1
*
Merge pull request #30593 from yuwata/sd-dhcp-duid
Luca Boccassi
2024-01-01
1
-1
/
+1
|
\
|
*
dhcp: introduce sd_dhcp_duid_to_string()
Yu Watanabe
2023-12-22
1
-1
/
+1
*
|
network: use RET_GATHER() macro
Yu Watanabe
2023-12-25
1
-9
/
+4
|
/
*
network/dhcp6: skip to check existence of DHCPv6 address when UseAddress=no
Yu Watanabe
2023-11-10
1
-1
/
+3
*
network/dhcp6: use link_check_address_ready() at one more place
Yu Watanabe
2023-11-10
1
-11
/
+2
*
network: introduce SendHostname/Hostname DHCPv6 options
Ronan Pigott
2023-10-30
1
-3
/
+3
*
network: update state file when DHCPv6 reply for INFORMATION-REQUEST is received
Yu Watanabe
2023-10-26
1
-1
/
+5
*
network/dhcp6: keep lease when running in information request mode
Yu Watanabe
2023-10-08
1
-1
/
+11
*
network/dhcp6: shorten dhcp6_handler()
Yu Watanabe
2023-10-08
1
-12
/
+5
*
sd-dhcp6-client: rework IA_NA or IA_PD getters
Yu Watanabe
2023-09-20
1
-13
/
+12
*
sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friend
Yu Watanabe
2023-09-20
1
-3
/
+3
*
Adding dhcp client and dhcp6 client dbus status interface
pelaufer
2023-09-02
1
-0
/
+6
*
network: introduce per DUID type setters
Yu Watanabe
2023-08-24
1
-6
/
+19
*
Revert "network: DHCP6 client- Allow to send manual DUID"
Yu Watanabe
2023-08-24
1
-5
/
+0
*
network: DHCP6 client- Allow to send manual DUID
Susant Sahani
2023-08-17
1
-0
/
+5
*
network/address: introduce address_get_harder() and use it where appropriate
Yu Watanabe
2023-07-30
1
-1
/
+1
*
network: use address_remove_and_drop()
Yu Watanabe
2023-07-29
1
-3
/
+1
*
network/address: free Address object by caller that passed to link_request_ad...
Yu Watanabe
2023-07-29
1
-1
/
+1
*
network: Introduce UseCaptivePortal DHCPv6 option
Ronan Pigott
2023-07-02
1
-0
/
+6
*
send dhcpv6 release when stopping
chris
2023-01-17
1
-0
/
+6
*
network: manage addresses in the way the kernel does
Yu Watanabe
2022-12-07
1
-2
/
+1
*
network: attach device to DHCP clients
Yu Watanabe
2022-10-26
1
-0
/
+4
*
network: don't forget old RAs when a new one arrives
Thomas Hebb
2022-10-03
1
-2
/
+2
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
network: NetLabel integration
Topi Miettinen
2022-08-29
1
-0
/
+4
*
network: check link state with link_is_ready_to_configure() before configurin...
Yu Watanabe
2022-08-05
1
-1
/
+1
*
network: dhcp6: re-introduce RapidCommit= setting
Yu Watanabe
2022-07-22
1
-0
/
+6
*
Merge pull request #24001 from yuwata/network-lifetime-fix
Luca Boccassi
2022-07-18
1
-2
/
+2
|
\
|
*
network: fix infinite lifetime handling
Yu Watanabe
2022-07-14
1
-2
/
+2
*
|
Revert "network: configure DHCP clients after MAC address is assigned"
Yu Watanabe
2022-07-13
1
-5
/
+0
|
/
*
basic/in-addr-util: add IN_ADDR_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-12
/
+7
*
network: clarify the relationship between RA flags and DHCPv6 modes
Alex Henrie
2022-05-06
1
-2
/
+2
*
network: dhcp6: request DNS servers or friends only when they will be used
Yu Watanabe
2022-04-03
1
-0
/
+23
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
network: re-design request queue
Yu Watanabe
2022-03-11
1
-2
/
+2
*
network: introduce request_call_netlink_async()
Yu Watanabe
2022-03-11
1
-4
/
+1
*
network: make request_process_address() and friends take Link and correspondi...
Yu Watanabe
2022-03-11
1
-8
/
+2
*
network: compare addresses more strictly
Yu Watanabe
2022-02-23
1
-7
/
+12
[next]