summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/sd-dhcp-client.c
Commit message (Expand)AuthorAgeFilesLines
* libsystemd-network: ignore -ENETDOWN or friends in recv()Yu Watanabe2021-12-091-18/+23
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-5/+5
* libsystemd-network: make sd_dhcp_client_get_ifname() or friends return negati...Yu Watanabe2021-09-291-4/+12
* libsystemd-network: disable event sources before unref themYu Watanabe2021-09-241-7/+5
* network: print Ethernet Link-Layer DHCP client ID with leading 0'sAlvin Šipraga2021-09-011-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-2/+2
* Merge pull request #20109 from keszybz/timestamp-macrosYu Watanabe2021-07-141-7/+4
|\
| * tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-7/+4
* | tree-wide: coccinelle fixesFrantisek Sumsal2021-07-091-1/+1
|/
* sd-dhcp-client: tentatively ignore FORCERENEW commandYu Watanabe2021-06-241-0/+8
* sd-dhcp-client: logs when dhcp client unexpectedly gains a new leaseYu Watanabe2021-06-241-11/+12
* sd-dhcp-client: shorten code a bitYu Watanabe2021-06-241-9/+4
* sd-dhcp-client: check error earlier and reduce indentationYu Watanabe2021-06-241-64/+64
* dhcp: do not use ifindex when generating iaid in testsYu Watanabe2021-06-121-2/+14
* netlink,network: drop "const" from opaque object parameters in supposed-to-be...Lennart Poettering2021-05-121-1/+1
* sd-dhcp-client: introduce sd_dhcp_client_is_running()Yu Watanabe2021-04-141-0/+7
* Merge pull request #18777 from yuwata/network-set-ifname-to-enginesZbigniew Jędrzejewski-Szmek2021-03-311-0/+20
|\
| * libsystemd-network: introduce sd_xxx_{set,get}_ifname()Yu Watanabe2021-03-041-0/+20
* | tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
|/
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-171-5/+1
* dhcp: do not assign value twiceYu Watanabe2021-01-131-4/+4
* dhcp: length of each user class field must be positiveYu Watanabe2021-01-131-10/+14
* sd-dhcp-client: avoid "maybe-uninitialized" warning in client_timeout_resend()Thomas Haller2020-12-261-0/+3
* sd-dhcp-client: fix renew/rebind timeout calculation to avoid infinite loopDan Streetman2020-12-161-1/+1
* Merge pull request #17967 from poettering/connect-user-busLennart Poettering2020-12-151-1/+1
|\
| * hostname-util: flagsify hostname_is_valid(), drop machine_name_is_valid()Lennart Poettering2020-12-151-1/+1
* | sd-dhcp-client: correct retransmission timeout to match RFCDan Streetman2020-12-141-2/+1
* | sd-dhcp-client: correct dhcpv4 renew/rebind retransmit timeoutsDan Streetman2020-12-141-13/+3
* | sd-dhcp-client: simplify dhcp4 t1/t2 parsingDan Streetman2020-12-141-57/+25
* | sd-dhcp-client: add RFC2131 retransmission detailsDan Streetman2020-12-141-0/+32
* | sd-dhcp-client: track dhcp4 t1, t2, expire timesDan Streetman2020-12-141-27/+27
* | sd-dhcp-client: don't log timeouts if already expiredDan Streetman2020-12-141-8/+9
|/
* sd-dhcp-client: report transient DHCP failure to the callerZbigniew Jędrzejewski-Szmek2020-11-301-0/+6
* sd-dhcp-client: minor simplificationZbigniew Jędrzejewski-Szmek2020-11-301-15/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* dhcp4: fix DHCP on InfiniBand interfacesTimo Rothenpieler2020-10-281-8/+20
* Revert "sd-dhcp-client: use asynchronous_close()"Yu Watanabe2020-10-241-4/+4
* libsystemd-network: do not request each daemon exist in sd_xxx_stop()Yu Watanabe2020-10-151-2/+3
* sd-dhcp-client: make sd_dhcp_client_set_request_option() not return -EEXISTYu Watanabe2020-10-141-25/+41
* tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-091-2/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-2/+1
* dhcp4: only renewing lease when the client already has a leaseYu Watanabe2020-07-161-1/+1
* all: fix minor typosYuri Chornoivan2020-07-071-1/+1
* dhcp4: do not try to renew address when client has no leaseYu Watanabe2020-07-071-1/+4
* dhcp4: do not renew address if client is not running yetYu Watanabe2020-07-071-0/+3
* sd-dhcp-client: add sd_dhcp_client_id_to_string()Marc-André Lureau2020-06-041-0/+55
* sd-dhcp-client: make struct sd_dhcp_client_id reusableMarc-André Lureau2020-06-041-25/+27
* Merge pull request #15274 from ssahani/network-issue-9610Zbigniew Jędrzejewski-Szmek2020-05-201-0/+13
|\
| * sd-dhcpv4: Allow to configure lease lifetimeSusant Sahani2020-05-201-0/+13
* | sd-network: DHCPv4 - Add user class, extra option and send generic options in...Susant Sahani2020-05-201-62/+48
|/