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
*
test: fix typo
Yu Watanabe
2024-02-08
1
-4
/
+4
*
test: add test case for invalid DNSSL option
Yu Watanabe
2024-02-07
1
-0
/
+79
*
test: add short comment for RA message
Yu Watanabe
2024-02-07
1
-0
/
+5
*
sd-ndisc: make sd_ndisc_router_dnssl_get_domains() return -EBADMSG when recei...
Yu Watanabe
2024-02-07
1
-4
/
+13
*
sd-dhcp6-client: allow setting send-release when client is running
Fernando Fernandez Mancera
2024-02-07
1
-1
/
+0
*
IPv6 RA: Support the Retrans Timer field (IPv6 Conformance Test: v6LC.2.1.5)
Matt Muggeridge
2024-01-22
3
-1
/
+14
*
Restart the DHCPv4 client when max REQUEST attempts is reached
Andres Beltran
2024-01-17
1
-18
/
+42
*
sd-dhcp-client-id: introduce json_dispatch_client_id()
Yu Watanabe
2024-01-11
2
-0
/
+20
*
sd-dhcp-client-id/duid: do not trigger assertion when invalid size is passed
Yu Watanabe
2024-01-11
2
-6
/
+15
*
Merge pull request #30720 from yuwata/dhcp-server-address-verification
Luca Boccassi
2024-01-10
3
-27
/
+36
|
\
|
*
sd-dhcp-server: do not forget previously assigned addresses on pool change
Yu Watanabe
2024-01-03
1
-7
/
+0
|
*
sd-dhcp-server: check address conflict more carefully
Yu Watanabe
2024-01-03
2
-18
/
+21
|
*
sd-dhcp-server: verify address of static lease before use
Yu Watanabe
2024-01-03
1
-2
/
+15
*
|
hexdecoct: make unbase64mem and unhexmem always use SIZE_MAX
Mike Yuan
2024-01-08
1
-3
/
+3
*
|
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
[next]