index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-dhcp-client: add assert_not_reached in switch case
Luca Boccassi
2024-01-04
1
-0
/
+2
*
sd-dhcp-server: rename DHCPLease -> sd_dhcp_server_lease
Yu Watanabe
2024-01-03
6
-207
/
+244
*
sd-dhcp-server: use sd_dhcp_client_id
Yu Watanabe
2024-01-03
6
-131
/
+80
*
sd-dhcp-lease: use sd_dhcp_client_id
Yu Watanabe
2024-01-02
3
-32
/
+24
*
dhcp: move sd_dhcp_client_id_to_string() to sd-dhcp-client-id.[ch]
Yu Watanabe
2024-01-02
2
-54
/
+64
*
dhcp: introduce sd_dhcp_client_id and relevant functions
Yu Watanabe
2024-01-02
4
-124
/
+191
*
Merge pull request #30593 from yuwata/sd-dhcp-duid
Luca Boccassi
2024-01-01
10
-338
/
+393
|
\
|
*
dhcp: introduce sd_dhcp_duid_to_string()
Yu Watanabe
2023-12-22
3
-31
/
+47
|
*
sd-dhcp6-client: introduce direct getter and setter of DUID
Yu Watanabe
2023-12-22
1
-0
/
+20
|
*
dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]
Yu Watanabe
2023-12-22
10
-314
/
+332
|
*
dhcp: cleanup headers included by dhcp-identifier.h
Yu Watanabe
2023-12-22
4
-2
/
+3
*
|
Merge pull request #30622 from yuwata/space
Mike Yuan
2023-12-25
1
-2
/
+2
|
\
\
|
*
|
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-2
/
+2
*
|
|
siphash24: introduce siphash24_compress_typesafe() macro
Yu Watanabe
2023-12-25
2
-5
/
+5
|
/
/
*
/
test: make assert_return() critical by default on fuzzer and unit tests
Yu Watanabe
2023-12-23
4
-65
/
+66
|
/
*
network/ipv4ll: do not start sd-ipv4ll on exit
Yu Watanabe
2023-12-10
1
-0
/
+6
*
libsystemd-network: introduce triple_timestamp_from_cmsg()
Yu Watanabe
2023-11-20
6
-55
/
+34
*
test: always call test_setup_logging()
Yu Watanabe
2023-11-17
1
-0
/
+3
*
sd-dhcp: use CMSG_FIND_AND_COPY_DATA to avoid build failures on x32 architect...
Luca Boccassi
2023-11-16
1
-9
/
+6
*
dhcp: do not trigger assertion by malformed messages
Yu Watanabe
2023-11-15
2
-3
/
+6
*
sd-dhcp6-client: fix DUID data length passed to hexmem()
Yu Watanabe
2023-11-15
1
-2
/
+2
*
dhcp: fix maximum DUID size
Yu Watanabe
2023-11-15
1
-5
/
+6
*
dhcp: drop unused prototype
Yu Watanabe
2023-11-15
1
-1
/
+0
*
Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_now
Zbigniew Jędrzejewski-Szmek
2023-11-13
6
-6
/
+6
*
sd-dhcp-client,-server: set timestamp based on the time when received a packet
Yu Watanabe
2023-11-08
9
-68
/
+144
*
sd-dhcp-client: move packet size check to dhcp_packet_verify_headers()
Yu Watanabe
2023-11-08
2
-3
/
+3
*
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-server: support rapid commit (RFC4039)
Yu Watanabe
2023-11-07
2
-0
/
+29
*
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
*
dhcp6: enterprise ID is 32bit
Yu Watanabe
2023-11-01
1
-1
/
+1
*
Merge pull request #29247 from naraghavan/naraghavan/dhcpv6-vendor-options
Yu Watanabe
2023-10-31
3
-0
/
+112
|
\
|
*
networkd: Add DHCP vendor specific options to dbus API
Nandakumar Raghavan
2023-10-27
3
-0
/
+112
*
|
tree-wide: fix typo
Yu Watanabe
2023-10-31
2
-2
/
+2
*
|
network: implement RFC4039 DHCP Rapid Commit
Ronan Pigott
2023-10-27
4
-20
/
+85
*
|
network: cleanup unreachable condition in dhcp client path
Ronan Pigott
2023-10-27
1
-7
/
+1
|
/
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
5
-5
/
+5
*
network: ENOTSUP → EOPNOTSUPP
Frantisek Sumsal
2023-10-25
1
-1
/
+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
14
-67
/
+97
*
dhcp: move DHCP client specific definitions to dhcp-client-internal.h
Yu Watanabe
2023-10-20
2
-20
/
+20
*
dhcp: split out dhcp-network.h from dhcp-internal.h
Yu Watanabe
2023-10-20
8
-22
/
+42
*
dhcp: move DHCPState to dhcp-client-internal.h
Yu Watanabe
2023-10-20
5
-37
/
+35
*
fuzz: include library headers first
Yu Watanabe
2023-10-20
3
-7
/
+6
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
5
-5
/
+5
[next]