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
*
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
*
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
6
-4
/
+10
*
sd-dhcp-server: make sd_dhcp_server_is_running() silently work with NULL
Yu Watanabe
2023-10-12
1
-1
/
+2
*
sd-dhcp-client: support IPv6 only mode
Yu Watanabe
2023-10-11
3
-5
/
+105
*
sd-dhcp-server: support IPv6 only mode
Susant Sahani
2023-10-11
3
-0
/
+49
*
fuzz: suppress log messages
Yu Watanabe
2023-10-06
1
-0
/
+3
*
libsystemd-network: introduce $SYSTEMD_NETWORK_TEST_MODE environment variable
Yu Watanabe
2023-10-06
12
-34
/
+44
*
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
*
Merge pull request #29254 from yuwata/sd-ndisc-use-usec_t
Luca Boccassi
2023-09-22
4
-64
/
+99
|
\
|
*
sd-ndisc: make sd_ndisc return time values in usec
Yu Watanabe
2023-09-22
4
-36
/
+70
|
*
sd-ndisc: rename function arguments for storing results
Yu Watanabe
2023-09-21
1
-32
/
+33
*
|
sd-dhcp-client: split out client_parse_message()
Yu Watanabe
2023-09-22
2
-51
/
+70
*
|
sd-dhcp-client: introduce dhcp_lease_unref_and_replace()
Yu Watanabe
2023-09-22
2
-14
/
+12
*
|
sd-dhcp-client: do not set fallback subnet mask if it is already set
Yu Watanabe
2023-09-22
2
-14
/
+11
*
|
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
*
|
Merge pull request #29224 from keszybz/netdev-config-parsing
Zbigniew Jędrzejewski-Szmek
2023-09-22
2
-39
/
+29
|
\
\
|
|
/
|
/
|
|
*
sd-network: modernize log error messages
Zbigniew Jędrzejewski-Szmek
2023-09-19
2
-39
/
+29
*
|
Merge pull request #29253 from yuwata/sd-radv-use-usec_t
Luca Boccassi
2023-09-21
3
-31
/
+110
|
\
\
|
*
|
test-ndisc-ra: add tests for recently added functions
Yu Watanabe
2023-09-20
1
-2
/
+66
|
*
|
sd-radv: make sd_radv always take timespan in usec
Yu Watanabe
2023-09-20
3
-29
/
+44
*
|
|
Merge pull request #29252 from yuwata/sd-dhcp6-client-use-usec_t
Luca Boccassi
2023-09-21
5
-124
/
+250
|
\
\
\
|
*
|
|
sd-dhcp6-client: introduce sd_dhcp6_lease_get_t1() and friends
Yu Watanabe
2023-09-20
3
-15
/
+49
|
*
|
|
sd-dhcp6-client: use be32_sec_to_usec() at more places
Yu Watanabe
2023-09-20
2
-34
/
+34
|
*
|
|
sd-dhcp6-client: rework IA_NA or IA_PD getters
Yu Watanabe
2023-09-20
3
-74
/
+155
|
*
|
|
sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friend
Yu Watanabe
2023-09-20
2
-0
/
+11
|
|
/
/
*
/
/
sd-dhcp-client: use unaligned_be32_sec_to_usec()
Yu Watanabe
2023-09-21
1
-27
/
+5
|
/
/
*
|
sd-dhcp-server: store lifetime and friends in usec_t
Yu Watanabe
2023-09-19
2
-18
/
+13
*
|
libsystemd-network: introduce several helper functions to handle time values
Yu Watanabe
2023-09-19
3
-12
/
+91
|
/
*
Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"
Lennart Poettering
2023-09-08
1
-3
/
+2
*
sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper function
Yu Watanabe
2023-09-05
1
-0
/
+4
*
dhcp: introduce sd_dhcp_lease_get_timestamp()
Yu Watanabe
2023-09-05
3
-12
/
+45
*
sd-dhcp-client: store lifetime and friends in usec_t
Yu Watanabe
2023-09-05
3
-37
/
+60
*
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
*
|
Merge pull request #29052 from yuwata/icmp6-util-cleanups
Yu Watanabe
2023-09-04
10
-105
/
+110
|
\
\
[next]