summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
Commit message (Expand)AuthorAgeFilesLines
* src/network/networkd-dhcp4.c: set prefsrc for classless or static routesDan Streetman2019-07-061-0/+4
* network: move conf parsers and function prototypesYu Watanabe2019-06-301-0/+174
* network: assign new DHCP address before removing old lease addressYu Watanabe2019-06-071-23/+122
* network: ignore callback calls when link is in failed stateYu Watanabe2019-06-071-2/+11
* network: drop unnecessary link_enter_failed() callsYu Watanabe2019-06-071-10/+4
* network: check earlier the existence of lifetime in leaseYu Watanabe2019-06-071-6/+6
* network: make all failures in route configuration fatalYu Watanabe2019-06-071-8/+9
* networkd: add support to keep configurationSusant Sahani2019-06-061-4/+4
* network: do not send DHCPRELEASE when CriticalConnection= is enabledYu Watanabe2019-05-281-2/+15
* network: lower log level about critical connectionYu Watanabe2019-05-281-1/+1
* network: split dhcp_lease_lost() into small piecesYu Watanabe2019-05-281-102/+167
* network: set dhcp4_configured flag false before configuring addressYu Watanabe2019-05-281-0/+2
* network: reset Link::dhcp4_configured flag earlierYu Watanabe2019-05-281-1/+2
* network: set preferred source in removing route entry on address lostYu Watanabe2019-05-281-13/+30
* network: unify link_ipv4ll_enabled() and link_ipv4ll_fallback_enabled()Yu Watanabe2019-05-221-1/+1
* network: honor MTUBytes= settingYu Watanabe2019-05-161-2/+2
* networkd: DHCP client add support to send RELEASE packetSusant Sahani2019-05-141-0/+3
* network: drop unnecessary initializationsYu Watanabe2019-05-111-1/+1
* Merge pull request #12480 from ssahani/proxy-arpYu Watanabe2019-05-101-1/+1
|\
| * network: include glibc headers before including kernel headersYu Watanabe2019-05-091-1/+1
* | networkd: Add support for blacklisting serversSusant Sahani2019-05-101-12/+45
|/
* network: add error cause in the logYu Watanabe2019-05-071-1/+1
* networkd: Allow DHCP4 client to set the number to attempt to reconfigure.Susant Sahani2019-05-071-0/+6
* networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani2019-05-041-1/+17
* networkd: Add back static routes after DHCPv4 lease expires.Susant Sahani2019-04-291-3/+6
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* network: bump mtu if stacked vlan or macvlan requests larger sizeYu Watanabe2019-02-271-2/+2
* network: do not log wrong error causeYu Watanabe2019-02-191-3/+5
* dhcp: handle multiple addresses for "Router" (option 3) in DHCP libraryThomas Haller2019-02-181-18/+19
* network: honor VRF table or explicitly specified route tableYu Watanabe2019-02-151-6/+1
* network: minor coding style updateYu Watanabe2019-02-151-9/+7
* network: fix indentationYu Watanabe2018-12-231-1/+1
* network: fix handling of uninitialized and zero IAID settingThomas Haller2018-12-101-0/+2
* network: use typesafe netlink_call_async() macro where applicableYu Watanabe2018-12-021-6/+2
* network: use route_remove_handler() as the default callback of route_remove()Yu Watanabe2018-12-021-6/+3
* network: use address_remove_handler() as the default callback of address_remo...Yu Watanabe2018-12-021-1/+1
* network: use sd_dhcp_route_get_option() accessor in link_set_dhcp_routes()Thomas Haller2018-11-271-5/+8
* network: add destroy callbacks for asynchronous netlink callsYu Watanabe2018-10-101-2/+2
* network: accept additional time-value after ':' when DUIDType=link-layer-timeYu Watanabe2018-08-081-11/+20
* network: introduce dhcp4_set_client_identifier() to unify duplicated codesYu Watanabe2018-08-081-39/+49
* network: move and rename link_duid()Yu Watanabe2018-08-081-2/+2
* tree-wide: use returned value from log_*_errno()Yu Watanabe2018-08-071-4/+2
* network: DHCP: ignore error in setting hostname when it is given by uname()Yu Watanabe2018-08-061-2/+9
* network: add more log messages in configuring DHCP4 clientYu Watanabe2018-08-021-19/+22
* network: update log messageYu Watanabe2018-06-291-1/+3
* network: fix log messageYu Watanabe2018-06-251-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-4/+2