aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util: drop missing.h from util.hYu Watanabe2018-12-041-1/+1
* udev: drop duplicate whitespacesYu Watanabe2018-11-261-1/+1
* udev: use an "inline" array instead of allocating for advertise modeZbigniew Jędrzejewski-Szmek2018-11-181-2/+1
* ethtool: drop NetDevAdvertiseYu Watanabe2018-11-181-2/+2
* Always rename an interface to its name specified in config if no NamePolicy= ...Mathieu Trudel-Lapierre2018-11-121-11/+2
* network,udev: drop unnecessary check whether ifindex is positiveYu Watanabe2018-10-271-2/+0
* link-config: use log_device_*()Yu Watanabe2018-10-231-2/+3
* udev/net: add support for the equivalent of "ethtool advertise" to .link filesSusant Sahani2018-09-261-6/+14
* udev/net: replace udev_device by sd_deviceYu Watanabe2018-09-101-43/+46
* network: replace udev_device by sd_deviceYu Watanabe2018-08-231-1/+2
* link: fix type for link-config's "features" array of tristatesThomas Haller2018-08-071-1/+3
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* network,udev: make MACAddress= in [Match] section take multiple MAC addressesYu Watanabe2018-05-091-1/+1
* link: Add support to configure channels of the specified network device (#8882)Susant Sahani2018-05-081-0/+6
* link: follow our rule of suffix settings with = in log messagesLennart Poettering2018-04-261-1/+1
* networkd,udev: clean up MTU handlingLennart Poettering2018-04-261-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-261-2/+4
* udev-link-config: add missing OOM checkLennart Poettering2017-12-141-0/+2
* link-config: make initialization to -1 less weirdLennart Poettering2017-12-141-1/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-1/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* ethtool: warn when ethtool_set_glinksettings not supportedSusant Sahani2017-06-261-5/+6
* systemd-link: add support to configure the device port (#6153)Susant Sahani2017-06-251-3/+4
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-7/+2
* link: fix offload features initialization (#4639)Maks Naumov2016-11-141-1/+1
* Link: port to new ethtool ETHTOOL_xLINKSETTINGSSusant Sahani2016-11-101-9/+19
* udev: use get_proc_cmdline_key instead of FOREACH_WORD_QUOTEDZbigniew Jędrzejewski-Szmek2016-09-131-12/+4
* link : add support to configure Offload features (#4017)Susant Sahani2016-08-301-0/+6
* Remove/add (un)needed includesNathan McSween2016-02-181-1/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-3/+3
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move /proc/cmdline parsing code to proc-cmdline.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-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-9/+9
* document ability to disable MACAddressPolicyJacob Keller2015-10-051-1/+3
* sd-netlink: rename from sd-rtnlTom Gundersen2015-06-131-4/+4
* udev: add some assertsTom Gundersen2015-06-021-0/+4
* udev: link-config - fix corruptionTom Gundersen2015-05-211-5/+6
* udevd: net - fix leak in .link configTom Gundersen2015-05-161-3/+3