index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
networkd: support setting dhcp server port
Martin Ivicic
2024-02-21
1
-4
/
+18
*
Restart the DHCPv4 client when max REQUEST attempts is reached
Andres Beltran
2024-01-17
1
-18
/
+42
*
sd-dhcp-lease: use sd_dhcp_client_id
Yu Watanabe
2024-01-02
1
-3
/
+1
*
dhcp: move sd_dhcp_client_id_to_string() to sd-dhcp-client-id.[ch]
Yu Watanabe
2024-01-02
1
-54
/
+0
*
dhcp: introduce sd_dhcp_client_id and relevant functions
Yu Watanabe
2024-01-02
1
-124
/
+42
*
dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]
Yu Watanabe
2023-12-22
1
-48
/
+40
*
libsystemd-network: introduce triple_timestamp_from_cmsg()
Yu Watanabe
2023-11-20
1
-13
/
+4
*
sd-dhcp: use CMSG_FIND_AND_COPY_DATA to avoid build failures on x32 architect...
Luca Boccassi
2023-11-16
1
-9
/
+6
*
sd-dhcp-client,-server: set timestamp based on the time when received a packet
Yu Watanabe
2023-11-08
1
-31
/
+54
*
sd-dhcp-client: move packet size check to dhcp_packet_verify_headers()
Yu Watanabe
2023-11-08
1
-2
/
+0
*
sd-dhcp-client: split out client_verify_message_header()
Yu Watanabe
2023-11-08
1
-45
/
+51
*
sd-dhcp-client: make client_handle_message() propagate critical error
Yu Watanabe
2023-11-08
1
-44
/
+28
*
sd-dhcp-client: unconditionally set sd_dhcp_client.request_sent when a packet...
Yu Watanabe
2023-11-07
1
-3
/
+2
*
sd-dhcp-client: gracefully ignore OFFER with Rapid Commit option
Yu Watanabe
2023-11-07
1
-3
/
+7
*
tree-wide: fix typo
Yu Watanabe
2023-10-31
1
-1
/
+1
*
network: implement RFC4039 DHCP Rapid Commit
Ronan Pigott
2023-10-27
1
-19
/
+76
*
network: cleanup unreachable condition in dhcp client path
Ronan Pigott
2023-10-27
1
-7
/
+1
*
network,dhcp: restart client with 'networkctl renew' when delayed by IPv6 onl...
Yu Watanabe
2023-10-20
1
-0
/
+12
*
sd-dhcp-client: always use sd_dhcp_client.timeout_ipv6_only_mode for delaying...
Yu Watanabe
2023-10-20
1
-11
/
+37
*
sd-dhcp-client: add a short comment about IPv6 only mode
Yu Watanabe
2023-10-20
1
-0
/
+7
*
sd-dhcp-client: only send RENEW message when the client is in bound state
Yu Watanabe
2023-10-20
1
-1
/
+3
*
sd-dhcp-client: simplify the condition in sd_dhcp_client_get_lease()
Yu Watanabe
2023-10-20
1
-1
/
+1
*
dhcp: split dhcp-internal.h into two
Yu Watanabe
2023-10-20
1
-2
/
+3
*
dhcp: split out dhcp-network.h from dhcp-internal.h
Yu Watanabe
2023-10-20
1
-0
/
+1
*
dhcp: move DHCPState to dhcp-client-internal.h
Yu Watanabe
2023-10-20
1
-0
/
+15
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
sd-dhcp-client: support IPv6 only mode
Yu Watanabe
2023-10-11
1
-5
/
+94
*
libsystemd-network: introduce $SYSTEMD_NETWORK_TEST_MODE environment variable
Yu Watanabe
2023-10-06
1
-10
/
+1
*
sd-dhcp-client: reject NAKs from servers that we did not send an offer to (#2...
Alexandre Peixoto Ferreira
2023-09-25
1
-1
/
+6
*
sd-dhcp-client: split out client_parse_message()
Yu Watanabe
2023-09-22
1
-51
/
+69
*
sd-dhcp-client: introduce dhcp_lease_unref_and_replace()
Yu Watanabe
2023-09-22
1
-14
/
+8
*
sd-dhcp-client: do not set fallback subnet mask if it is already set
Yu Watanabe
2023-09-22
1
-14
/
+8
*
sd-dhcp-client: split out client_enter_requesting()
Yu Watanabe
2023-09-22
1
-8
/
+15
*
sd-dhcp-client: split out client_enter_bound()
Yu Watanabe
2023-09-22
1
-39
/
+41
*
sd-network: modernize log error messages
Zbigniew Jędrzejewski-Szmek
2023-09-19
1
-38
/
+27
*
dhcp: introduce sd_dhcp_lease_get_timestamp()
Yu Watanabe
2023-09-05
1
-12
/
+2
*
sd-dhcp-client: store lifetime and friends in usec_t
Yu Watanabe
2023-09-05
1
-12
/
+16
*
Merge pull request #29023 from pelaufer/dhcp-prefix-dbus
Yu Watanabe
2023-09-04
1
-0
/
+12
|
\
|
*
Add dhcp client prefix lease information to networkd json output
pelaufer
2023-09-02
1
-0
/
+12
*
|
Adding dhcp client and dhcp6 client state interface
pelaufer
2023-09-02
1
-0
/
+24
*
|
Adding dhcp_state_to_string and dhcp client state change logging
pelaufer
2023-09-02
1
-0
/
+5
*
|
Adding client_set_state to sd-dhcp-client.c to support a client state change ...
pelaufer
2023-09-01
1
-11
/
+19
|
/
*
sd-dhcp-client: ensure IAID and DUID being set on start
Yu Watanabe
2023-08-30
1
-7
/
+7
*
sd-dhcp-client: make client initially in stopped state
Yu Watanabe
2023-08-28
1
-6
/
+8
*
network: introduce per DUID type setters
Yu Watanabe
2023-08-24
1
-53
/
+115
*
libsystemd-network: use _NEG_ macros to reduce indentation
Zbigniew Jędrzejewski-Szmek
2023-08-16
1
-9
/
+6
*
network,dhcp: drop support of ClientIdentifier=duid-only
Yu Watanabe
2023-07-29
1
-29
/
+11
*
sd-dhcp-client: client ID always has non-zero data
Yu Watanabe
2023-05-09
1
-1
/
+1
*
sd-dhcp-client: do not use implicit cast to boolean
Yu Watanabe
2023-05-08
1
-2
/
+2
*
sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...
Yu Watanabe
2023-05-08
1
-14
/
+21
[next]