summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
Commit message (Expand)AuthorAgeFilesLines
* DHCP DUID, IAID configuration optionsVinay Kulkarni2016-03-301-1/+15
* Revert "DHCP DUID and IAID configurability"revert-2818-masterZbigniew Jędrzejewski-Szmek2016-03-211-7/+1
* DHCP DUID and IAID configurabilityVinay Kulkarni2016-03-091-1/+7
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-4/+4
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* networkd: rename a few Network object properties to be more like the configur...Lennart Poettering2016-01-261-16/+16
* dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani2016-01-201-5/+5
* dhcp: export routes as opaque objectsBeniamino Galvani2016-01-201-8/+8
* networkd: dhcp4 - dirty link when the lease changesTom Gundersen2015-11-181-0/+3
* networkd: dhcp4 - style fixesTom Gundersen2015-11-111-2/+2
* networkd: link - (de)serialize IPv4LL and DHCPv4 addressesTom Gundersen2015-10-301-3/+5
* networkd: route - clean up confusion between 'metric' and 'priority'Tom Gundersen2015-10-301-3/+3
* networkd: route - rename fields in structTom Gundersen2015-10-301-10/+10
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-2/+3
* networkd: route - simplify route_new()Tom Gundersen2015-10-211-6/+10
* networkd: address - merge _change() into _configure()Tom Gundersen2015-10-211-3/+3
* networkd: address - factor out address_update()Tom Gundersen2015-10-211-2/+2
* networkd: link - only consider configured when all addresses are readyTom Gundersen2015-10-211-1/+1
* networkd: make address_{establish,release}() staticTom Gundersen2015-10-111-7/+7
* networkd: address - process in manager.c rather than link.cTom Gundersen2015-10-111-1/+1
* networkd: route/address - simplify and unify creatorsTom Gundersen2015-10-111-8/+8
* sd-dhcp: fix namespacingDavid Herrmann2015-09-221-6/+6
* networkd: adjust error codes for nonexisting DHCP dataMartin Pitt2015-09-041-3/+3
* networkd: port many log messages over to newer logging APILennart Poettering2015-08-271-92/+37
* networkd: properly reset transient hostname when we lose a DHCP leaseLennart Poettering2015-08-271-13/+11
* networkd: optionally push dhcp timezone into timedatedLennart Poettering2015-08-271-0/+12
* networkd: fix indentationLennart Poettering2015-08-271-4/+4
* dhcp: NTP servers should be requested by networkd but not implicitly by sd-dhcpLennart Poettering2015-08-271-1/+5
* dhcp,network: implement RFC 4833 (DHCP Timezone option)Lennart Poettering2015-08-261-0/+5
* sd-dhcp: don't randomly ref objectsDavid Herrmann2015-08-261-2/+2
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-3/+3
* networkd: fix neworkd crashSusant Sahani2015-08-021-1/+1
* networkd: DHCP override hostnameSusant Sahani2015-07-101-13/+28
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-4/+4
* networkd: actually always use AddressFamilyBoolean as the bit mask it isLennart Poettering2015-06-091-1/+1
* util: split all hostname related calls into hostname-util.cLennart Poettering2015-05-181-0/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-57/+31
* networkd: Make DHCP client ID creation configurableJan Janssen2015-03-041-0/+16
* networkd: introduce an AddressFamilyBoolean enum typeLennart Poettering2015-01-131-1/+1
* networkd: manager - enumerate addresses globally, rather than per-linkTom Gundersen2014-12-081-5/+2
* networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering2014-11-281-2/+2
* log: rearrange log function namingLennart Poettering2014-11-271-32/+32
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-111-1/+3
* networkd: dhcp4 - fix unchecked return valueTom Gundersen2014-09-171-8/+11
* networkd: allow specification of DHCP route metricAngus Gibson2014-09-081-3/+3
* networkd: add preferred source to dhcp4 gateway routeEmil Renner Berthing2014-09-081-0/+11
* networkd: dhcp4 - fix copy-paste errorTom Gundersen2014-08-121-1/+1
* networkd: link - split out dhcp4 handlingTom Gundersen2014-08-121-0/+652