summaryrefslogtreecommitdiffstats
path: root/src/udev/net/link-config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-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-141-12/+4
* link : add support to configure Offload features (#4017)Susant Sahani2016-08-301-0/+6
* Remove/add (un)needed includesNathan McSween2016-02-191-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-061-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
* shared: add random-util.[ch]Ronny Chevalier2015-04-111-0/+1
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-1/+1
* Use space after a silencing (void)Zbigniew Jędrzejewski-Szmek2015-03-141-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-4/+0
* udev: net_setup - clarify reason for failure of persistent mac address policyTom Gundersen2015-02-061-4/+6
* udev: link_config - modernize a bit and fix leakesTom Gundersen2015-01-121-35/+51
* udev: link-config - simplify net-matchTom Gundersen2014-12-081-13/+8
* net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen2014-12-051-12/+33
* udev: net_setup - allow matching on OriginalName=Tom Gundersen2014-12-041-3/+13
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4
* udev,update-done: more log_xyz_errno() conversionsLennart Poettering2014-11-281-7/+6
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-2/+2