summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-network/sd-network.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* network: DHCP server Add support to transmit SIP serverSusant Sahani2019-09-201-0/+4
* sd-network: add support to get DHCP4 addressSusant Sahani2019-09-091-0/+4
* sd-network: introduce functions for new link and manager statesYu Watanabe2019-06-161-4/+24
* sd-network: add sd_network_link_get_required_operstate_for_online()Yu Watanabe2019-03-131-0/+21
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* sd-network: add new API sd_network_link_get_dns_default_route()Lennart Poettering2018-12-211-0/+19
* util-lib: split out env file parsing code into env-file.cLennart Poettering2018-12-021-1/+1
* fileio: automatically add NULL sentinel to parse_env_file()Lennart Poettering2018-11-141-5/+5
* fileio: drop "newline" parameter for env file parsersLennart Poettering2018-11-141-5/+5
* 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: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* resolve: rename PrivateDNS to DNSOverTLSIwan Timmer2018-06-141-2/+2
* resolve: make PrivateDNS configurable per linkIwan Timmer2018-06-111-0/+4
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-241-5/+5
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-2/+2
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-10/+5
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-3/+3
* Add a "RequiredForOnline=" Link attribute for .network files (#7347)Mathieu Trudel-Lapierre2017-11-301-0/+15
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libsystemd: use IN_SET macroYu Watanabe2017-09-281-1/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-1/+1
* tree-wide: make invocations of extract_first_word more uniform (#4627)Zbigniew Jędrzejewski-Szmek2016-11-111-10/+4
* tree-wide: remove unused variablesThomas Hindoe Paaboel Andersen2016-02-231-1/+0
* sd-network: use xsprintf() instead of asprintf() where we canLennart Poettering2016-02-211-14/+13
* networkd: rework how carrier bindings are serializedLennart Poettering2016-02-211-4/+58
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-211-26/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* networkd: rework Domains= settingLennart Poettering2016-01-261-22/+10
* resolved: introduce support for per-interface negative trust anchorsLennart Poettering2016-01-061-39/+43
* resolved,networkd: add a per-interface DNSSEC settingLennart Poettering2016-01-051-0/+4
* networkd,resolved: add a per-interface mdns configuration optionLennart Poettering2016-01-051-0/+4
* sd-network: unify parsing of /run/systemd/netif/links/* string fieldsLennart Poettering2016-01-051-89/+14
* util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering2015-10-271-2/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-5/+7
* dhcp,network: implement RFC 4833 (DHCP Timezone option)Lennart Poettering2015-08-261-0/+22
* sd-network: fix CID 1306198Susant Sahani2015-06-111-3/+1
* sd-network: allow the state dir to be created after the monitorTom Gundersen2015-06-101-7/+56
* sd-network: allow NULL in sd_network_monitor_unrefTom Gundersen2015-06-101-4/+4
* networkd: add support for Uplink Failure DetectionAlin Rauta2015-02-271-0/+8
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-3/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* LLDP: Add support for networkctlSusant Sahani2014-12-191-0/+26
* sd-network: add _get_network_file apiTom Gundersen2014-09-081-0/+24