summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-18network: unify config_parse_dhcp_server_option_data() and config_parse_dhcp_s...Yu Watanabe1-163/+1
2019-11-17network: make SendOption= also take type fieldYu Watanabe1-6/+84
2019-10-30network: amend SendOption= to take a c-escaped stringZbigniew Jędrzejewski-Szmek1-8/+7
2019-10-30network: rename SendOptions= to SendOption=Zbigniew Jędrzejewski-Szmek1-1/+1
2019-10-15network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani1-0/+93
2019-10-03networkd: split out repeated code to a helper functionZbigniew Jędrzejewski-Szmek1-30/+33
2019-10-03Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek1-6/+111
2019-10-02sd-dhcp-client: do not crash if sd_dhcp_client_send_release() is called with ...Zbigniew Jędrzejewski-Szmek1-3/+3
2019-09-26dhcp4: make IPServiceType configurableSiddharth Chandrasekara1-1/+6
2019-09-20network: DHCP server Add support to transmit SIP serverSusant Sahani1-0/+6
2019-09-20network dhcp4: Add support send request options in a generic mannerSusant Sahani1-0/+81
2019-09-17network: take more route information into hash funcYu Watanabe1-1/+1
2019-09-17network DHCP4: Dont mislead the logs.Susant Sahani1-1/+1
2019-08-31network: adjust log level when DHCPv4 lease lostYu Watanabe1-1/+1
2019-07-24tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.hYu Watanabe1-0/+1
2019-07-22network: add fallback logic for old kernelsYu Watanabe1-7/+57
2019-07-22network: disable kernel creating prefix route when RouteTable= is setYu Watanabe1-0/+55
2019-07-19network: add DHCPv4.RoutesToDNS= settingYu Watanabe1-2/+4
2019-07-19network: set routes to dns servers provided by DHCPv4Yu Watanabe1-1/+95
2019-07-19network: store routes provided by DHCPv4 in SetYu Watanabe1-62/+61
2019-07-17network: do not configure routes when dropping addressesYu Watanabe1-0/+5
2019-07-15network: make link enter failed state when a configuration failsYu Watanabe1-4/+7
2019-07-14network:dhcp4: request domain search list if UseDomains=yesYu Watanabe1-0/+6
2019-07-11network: process address reply messageYu Watanabe1-2/+2
2019-07-11network: rework route_scope_from_address()Yu Watanabe1-2/+2
2019-07-11network: route_configure() do nothing when it returns 0Yu Watanabe1-6/+6
2019-07-06src/network/networkd-dhcp4.c: set prefsrc for classless or static routesDan Streetman1-0/+4
2019-06-30network: move conf parsers and function prototypesYu Watanabe1-0/+174
2019-06-07network: assign new DHCP address before removing old lease addressYu Watanabe1-23/+122
2019-06-07network: ignore callback calls when link is in failed stateYu Watanabe1-2/+11
2019-06-07network: drop unnecessary link_enter_failed() callsYu Watanabe1-10/+4
2019-06-07network: check earlier the existence of lifetime in leaseYu Watanabe1-6/+6
2019-06-07network: make all failures in route configuration fatalYu Watanabe1-8/+9
2019-06-06networkd: add support to keep configurationSusant Sahani1-4/+4
2019-05-28network: do not send DHCPRELEASE when CriticalConnection= is enabledYu Watanabe1-2/+15
2019-05-28network: lower log level about critical connectionYu Watanabe1-1/+1
2019-05-28network: split dhcp_lease_lost() into small piecesYu Watanabe1-102/+167
2019-05-28network: set dhcp4_configured flag false before configuring addressYu Watanabe1-0/+2
2019-05-28network: reset Link::dhcp4_configured flag earlierYu Watanabe1-1/+2
2019-05-28network: set preferred source in removing route entry on address lostYu Watanabe1-13/+30
2019-05-22network: unify link_ipv4ll_enabled() and link_ipv4ll_fallback_enabled()Yu Watanabe1-1/+1
2019-05-16network: honor MTUBytes= settingYu Watanabe1-2/+2
2019-05-14networkd: DHCP client add support to send RELEASE packetSusant Sahani1-0/+3
2019-05-11network: drop unnecessary initializationsYu Watanabe1-1/+1
2019-05-10Merge pull request #12480 from ssahani/proxy-arpYu Watanabe1-1/+1
2019-05-10networkd: Add support for blacklisting serversSusant Sahani1-12/+45
2019-05-09network: include glibc headers before including kernel headersYu Watanabe1-1/+1
2019-05-07network: add error cause in the logYu Watanabe1-1/+1
2019-05-07networkd: Allow DHCP4 client to set the number to attempt to reconfigure.Susant Sahani1-0/+6
2019-05-04networkd: Option to use LinkLocalAddressing only when DHCP failsSusant Sahani1-1/+17