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: 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
|
\
|
*
hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()
Lennart Poettering
2020-12-15
1
-1
/
+1
*
|
sd-dhcp-client: correct retransmission timeout to match RFC
Dan Streetman
2020-12-15
1
-2
/
+1
*
|
sd-dhcp-client: correct dhcpv4 renew/rebind retransmit timeouts
Dan Streetman
2020-12-15
1
-13
/
+3
*
|
sd-dhcp-client: simplify dhcp4 t1/t2 parsing
Dan Streetman
2020-12-15
1
-57
/
+25
*
|
sd-dhcp-client: add RFC2131 retransmission details
Dan Streetman
2020-12-15
1
-0
/
+32
*
|
sd-dhcp-client: track dhcp4 t1, t2, expire times
Dan Streetman
2020-12-14
1
-27
/
+27
*
|
sd-dhcp-client: don't log timeouts if already expired
Dan Streetman
2020-12-14
1
-8
/
+9
|
/
*
sd-dhcp-client: report transient DHCP failure to the caller
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-0
/
+6
*
sd-dhcp-client: minor simplification
Zbigniew Jędrzejewski-Szmek
2020-11-30
1
-15
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
dhcp4: fix DHCP on InfiniBand interfaces
Timo Rothenpieler
2020-10-28
1
-8
/
+20
*
Revert "sd-dhcp-client: use asynchronous_close()"
Yu Watanabe
2020-10-24
1
-4
/
+4
*
libsystemd-network: do not request each daemon exist in sd_xxx_stop()
Yu Watanabe
2020-10-15
1
-2
/
+3
*
sd-dhcp-client: make sd_dhcp_client_set_request_option() not return -EEXIST
Yu Watanabe
2020-10-14
1
-25
/
+41
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
tree-wide: define iterator inside of the macro
Zbigniew Jędrzejewski-Szmek
2020-09-08
1
-2
/
+1
*
dhcp4: only renewing lease when the client already has a lease
Yu Watanabe
2020-07-16
1
-1
/
+1
*
all: fix minor typos
Yuri Chornoivan
2020-07-07
1
-1
/
+1
*
dhcp4: do not try to renew address when client has no lease
Yu Watanabe
2020-07-07
1
-1
/
+4
*
dhcp4: do not renew address if client is not running yet
Yu Watanabe
2020-07-07
1
-0
/
+3
*
sd-dhcp-client: add sd_dhcp_client_id_to_string()
Marc-André Lureau
2020-06-04
1
-0
/
+55
*
sd-dhcp-client: make struct sd_dhcp_client_id reusable
Marc-André Lureau
2020-06-04
1
-25
/
+27
*
Merge pull request #15274 from ssahani/network-issue-9610
Zbigniew Jędrzejewski-Szmek
2020-05-20
1
-0
/
+13
|
\
|
*
sd-dhcpv4: Allow to configure lease lifetime
Susant Sahani
2020-05-20
1
-0
/
+13
*
|
sd-network: DHCPv4 - Add user class, extra option and send generic options in...
Susant Sahani
2020-05-20
1
-62
/
+48
|
/
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-3
/
+3
*
tree-wide: use CMSG_SPACE() (and not CMSG_LEN()) to allocate control buffers
Lennart Poettering
2020-05-07
1
-1
/
+1
*
Merge pull request #15570 from poettering/cmsg-find
Zbigniew Jędrzejewski-Szmek
2020-04-24
1
-9
/
+5
|
\
|
*
tree-wide: use cmsg_find() helper at various places where appropriate
Lennart Poettering
2020-04-23
1
-9
/
+5
*
|
dhcp-client: port to recvmsg_safe()
Lennart Poettering
2020-04-24
1
-7
/
+7
|
/
*
sd-dhcpv4: introduce The Manufacturer Usage Description (MUD)
Susant Sahani
2020-03-30
1
-0
/
+34
*
network: Fix split in `SendOption=` on client and server
David Wood
2020-03-19
1
-6
/
+36
*
network: DHCP4 introduce send decline
Susant Sahani
2019-12-20
1
-1
/
+43
*
Merge pull request #14064 from yuwata/network-unify-send-option-and-send-raw-...
Zbigniew Jędrzejewski-Szmek
2019-11-18
1
-48
/
+0
|
\
|
*
dhcp: remove struct sd_dhcp_raw_option
Yu Watanabe
2019-11-18
1
-48
/
+0
*
|
Merge pull request #14056 from yuwata/dhcp-debug-logs
Yu Watanabe
2019-11-18
1
-14
/
+24
|
\
\
|
|
/
|
/
|
|
*
dhcp4: propagate error in restarting DHCPv4 client
Yu Watanabe
2019-11-17
1
-5
/
+15
|
*
dhcp4: add debug logs
Yu Watanabe
2019-11-17
1
-9
/
+9
*
|
sd-dhcp-client: anonymize DHCPDISCOVER (fixes #13992)
Serge
2019-11-17
1
-1
/
+3
|
/
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
[next]