summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network: downgrade log level in conf parsersYu Watanabe2020-07-161-10/+10
* network: dhcp4: add two warningsYu Watanabe2020-07-161-4/+8
* network: dhcp4: fix another race with SendDecline=yesYu Watanabe2020-07-161-41/+65
* network: dhcp4: also release old lease in dhcp_lease_lost()Yu Watanabe2020-07-161-1/+4
* network: dhcp4: do not assign new address before old one is not removedYu Watanabe2020-07-151-147/+240
* network: make link_request_set_nexthop() called from link_request_set_routes(...Yu Watanabe2020-07-151-0/+6
* networkd: use capitalized "IP" and "TOS" in messagesZbigniew Jędrzejewski-Szmek2020-07-071-6/+6
* DHCPv4: client add support for DHCP server allow listSusant Sahani2020-07-061-13/+51
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-10/+10
* tree-wide: use set_ensure_put()Zbigniew Jędrzejewski-Szmek2020-06-221-7/+2
* network: use consistent type when parsing lifetimesZbigniew Jędrzejewski-Szmek2020-05-251-1/+1
* network: DHCPv4- Allow to set DHCP lease lifetimeSusant Sahani2020-05-201-0/+44
* network: DHCPv6 - Add support to send user classSusant Sahani2020-05-191-54/+0
* network: DHCPv6 - Add support set arbitary request optionsSusant Sahani2020-05-171-66/+0
* network: honor SetDNSRoutes= even if UseGateway=FalseDan Streetman2020-04-211-65/+64
* network: DHCPv4 - introduce The Manufacturer Usage Description (MUD)Susant Sahani2020-03-301-0/+51
* network: Fix split in `SendOption=` on client and serverDavid Wood2020-03-191-1/+11
* Merge pull request #15136 from yuwata/network-dhcp4-use-gatewayZbigniew Jędrzejewski-Szmek2020-03-171-1/+4
|\
| * network: add a flag to ignore gateway provided by DHCP serverYu Watanabe2020-03-161-1/+4
* | network: do not re-attach sd-event objectYu Watanabe2020-03-161-4/+4
|/
* network: Move config_parse_ip_service_type to networkd-dhcp4.c andSusant Sahani2020-03-031-0/+28
* network: Allow to configure GW even UseRoutes=falseSusant Sahani2020-03-011-32/+31
* network: remove redundant %m in error messageYu Watanabe2020-02-271-2/+2
* Merge pull request #14488 from yuwata/networkctl-show-logsZbigniew Jędrzejewski-Szmek2020-01-081-1/+1
|\
| * network: append INTERFACE= attributes for logs corresponds to a netifYu Watanabe2020-01-071-1/+1
* | network: static routes via DHCP gatewayYu Watanabe2020-01-071-0/+31
|/
* network: Add support to configure DHCPv4 route MTUSusant Sahani2019-12-281-0/+3
* network: link should not become configured state during ACD probingYu Watanabe2019-12-201-14/+14
* network: DHCP4 introduce send declineSusant Sahani2019-12-201-1/+106
* network: introduce AddPrefixRoute= and deprecate PrefixRoute=Yu Watanabe2019-12-181-7/+7
* network: include NLMSGERR_ATTR_MSG attribute in error messageYu Watanabe2019-11-301-4/+4
* network: unify config_parse_dhcp_server_option_data() and config_parse_dhcp_s...Yu Watanabe2019-11-181-163/+1
* network: make SendOption= also take type fieldYu Watanabe2019-11-171-6/+84
* network: amend SendOption= to take a c-escaped stringZbigniew Jędrzejewski-Szmek2019-10-301-8/+7
* network: rename SendOptions= to SendOption=Zbigniew Jędrzejewski-Szmek2019-10-301-1/+1
* network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani2019-10-141-0/+93
* networkd: split out repeated code to a helper functionZbigniew Jędrzejewski-Szmek2019-10-031-30/+33
* Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek2019-10-031-6/+111
|\
| * network: add fallback logic for old kernelsYu Watanabe2019-07-221-7/+57
| * network: disable kernel creating prefix route when RouteTable= is setYu Watanabe2019-07-221-0/+55
* | sd-dhcp-client: do not crash if sd_dhcp_client_send_release() is called with ...Zbigniew Jędrzejewski-Szmek2019-10-021-3/+3
* | dhcp4: make IPServiceType configurableSiddharth Chandrasekara2019-09-261-1/+6
* | network: DHCP server Add support to transmit SIP serverSusant Sahani2019-09-201-0/+6
* | network dhcp4: Add support send request options in a generic mannerSusant Sahani2019-09-201-0/+81
* | 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-181-2/+4
* network: set routes to dns servers provided by DHCPv4Yu Watanabe2019-07-181-1/+95