summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
Commit message (Expand)AuthorAgeFilesLines
* network: take more route information into hash funcYu Watanabe2019-09-171-1/+1
* network DHCP4: Dont mislead the logs.Susant Sahani2019-09-171-1/+1
* network: adjust log level when DHCPv4 lease lostYu Watanabe2019-08-311-1/+1
* tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe2019-07-241-0/+1
* network: add DHCPv4.RoutesToDNS= settingYu Watanabe2019-07-191-2/+4
* network: set routes to dns servers provided by DHCPv4Yu Watanabe2019-07-191-1/+95
* network: store routes provided by DHCPv4 in SetYu Watanabe2019-07-191-62/+61
* network: do not configure routes when dropping addressesYu Watanabe2019-07-171-0/+5
* network: make link enter failed state when a configuration failsYu Watanabe2019-07-151-4/+7
* network:dhcp4: request domain search list if UseDomains=yesYu Watanabe2019-07-141-0/+6
* network: process address reply messageYu Watanabe2019-07-111-2/+2
* network: rework route_scope_from_address()Yu Watanabe2019-07-111-2/+2
* network: route_configure() do nothing when it returns 0Yu Watanabe2019-07-111-6/+6
* 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