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
...
*
sd-dhcp-client: drop redundant condition
Yu Watanabe
2023-05-08
1
-8
/
+6
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-1
/
+1
*
tree-wide: simplify x ? x : y to x ?: y where applicable
Frantisek Sumsal
2023-03-18
1
-1
/
+1
*
sd-dhcp-client: gracefully handle invalid ether type client ID
Yu Watanabe
2023-01-16
1
-20
/
+18
*
optionally set socket priority on DHCPv4 raw socket
chris
2023-01-12
1
-2
/
+16
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
dhcp: use the attached sd_device object when generating IAID
Yu Watanabe
2022-10-27
1
-5
/
+3
*
sd-dhcp-client: introduce sd_dhcp_client_attach_device()
Yu Watanabe
2022-10-26
1
-0
/
+13
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-9
/
+4
*
dhcp: add assertions about client state
Yu Watanabe
2022-08-08
1
-5
/
+22
*
dhcp: fix potential buffer overflow
Yu Watanabe
2022-08-06
1
-6
/
+5
*
dhcp: make dhcp_network_bind_raw_socket() take struct hw_addr_data
Yu Watanabe
2022-08-05
1
-4
/
+2
*
dhcp: make dhcp_identifier_set_duid() take struct hw_addr_data
Yu Watanabe
2022-08-05
1
-1
/
+1
*
dhcp: make dhcp_identifier_set_iaid() take struct hw_addr_data
Yu Watanabe
2022-08-05
1
-3
/
+2
*
sd-dhcp-client: use struct hw_addr_data to store MAC and broadcast address
Yu Watanabe
2022-08-05
1
-35
/
+21
*
dhcp4: stop client before updating MAC address
Yu Watanabe
2022-08-05
1
-54
/
+4
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-11
/
+11
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
dhcp: list all known DHCP options
Yu Watanabe
2022-03-10
1
-3
/
+3
*
dhcp-identifier: generate static and constant DUID-EN when the client is runn...
Yu Watanabe
2022-02-14
1
-2
/
+3
*
dhcp-identifier: introduce dhcp_identifier_set_duid()
Yu Watanabe
2022-02-14
1
-31
/
+13
*
sd-dhcp-client,sd-dhcp-client-server: set chaddr in dhcp_message_init()
Yu Watanabe
2022-01-23
1
-10
/
+2
*
sd-dhcp-client: fix RFC number
Yu Watanabe
2022-01-23
1
-2
/
+2
*
sd-dhcp-client: add log message when a message is received
Yu Watanabe
2021-12-18
1
-0
/
+2
*
libsystemd-network: ignore -ENETDOWN or friends in recv()
Yu Watanabe
2021-12-09
1
-18
/
+23
*
tree-wide: use ERRNO_IS_TRANSIENT()
Yu Watanabe
2021-11-30
1
-5
/
+5
*
libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...
Yu Watanabe
2021-09-28
1
-4
/
+12
*
libsystemd-network: disable event sources before unref them
Yu Watanabe
2021-09-24
1
-7
/
+5
*
network: print Ethernet Link-Layer DHCP client ID with leading 0's
Alvin Šipraga
2021-08-31
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-2
/
+2
*
Merge pull request #20109 from keszybz/timestamp-macros
Yu Watanabe
2021-07-14
1
-7
/
+4
|
\
|
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-7
/
+4
*
|
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-07-09
1
-1
/
+1
|
/
*
sd-dhcp-client: tentatively ignore FORCERENEW command
Yu Watanabe
2021-06-24
1
-0
/
+8
*
sd-dhcp-client: logs when dhcp client unexpectedly gains a new lease
Yu Watanabe
2021-06-24
1
-11
/
+12
*
sd-dhcp-client: shorten code a bit
Yu Watanabe
2021-06-24
1
-9
/
+4
*
sd-dhcp-client: check error earlier and reduce indentation
Yu Watanabe
2021-06-24
1
-64
/
+64
*
dhcp: do not use ifindex when generating iaid in tests
Yu Watanabe
2021-06-11
1
-2
/
+14
*
netlink,network: drop "const" from opaque object parameters in supposed-to-be...
Lennart Poettering
2021-05-12
1
-1
/
+1
*
sd-dhcp-client: introduce sd_dhcp_client_is_running()
Yu Watanabe
2021-04-14
1
-0
/
+7
*
Merge pull request #18777 from yuwata/network-set-ifname-to-engines
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-0
/
+20
|
\
|
*
libsystemd-network: introduce sd_xxx_{set,get}_ifname()
Yu Watanabe
2021-03-03
1
-0
/
+20
*
|
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-1
/
+1
|
/
*
network: Use ordered_hashmap_ensure_put (#18233)
Susant Sahani
2021-01-17
1
-5
/
+1
*
dhcp: do not assign value twice
Yu Watanabe
2021-01-12
1
-4
/
+4
*
dhcp: length of each user class field must be positive
Yu Watanabe
2021-01-12
1
-10
/
+14
*
sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()
Thomas Haller
2020-12-26
1
-0
/
+3
*
sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loop
Dan Streetman
2020-12-16
1
-1
/
+1
*
Merge pull request #17967 from poettering/connect-user-bus
Lennart Poettering
2020-12-15
1
-1
/
+1
|
\
[prev]
[next]