summaryrefslogtreecommitdiff
path: root/src/udev/net
AgeCommit message (Expand)AuthorFilesLines
2018-11-12Always rename an interface to its name specified in config if no NamePolicy= ...Mathieu Trudel-Lapierre1-11/+2
2018-11-12tree-wide: use CONFIG_PARSER_PROTOTYPE() macroYu Watanabe2-7/+9
2018-10-27network,udev: drop unnecessary check whether ifindex is positiveYu Watanabe1-2/+0
2018-10-23link-config: use log_device_*()Yu Watanabe1-2/+3
2018-10-19tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2-3/+3
2018-09-26udev/net: add support for the equivalent of "ethtool advertise" to .link filesSusant Sahani5-7/+121
2018-09-10udev/net: replace udev_device by sd_deviceYu Watanabe2-48/+50
2018-08-27link: allocate correct number of bytes in ethtool_set_features()Thomas Haller1-1/+1
2018-08-23network: replace udev_device by sd_deviceYu Watanabe1-1/+2
2018-08-07link: fix type for link-config's "features" array of tristatesThomas Haller4-4/+6
2018-06-29tree-wide: drop double newlineYu Watanabe2-2/+0
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek4-12/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering4-4/+4
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering4-8/+0
2018-05-09network,udev: sort included headersYu Watanabe1-2/+2
2018-05-09network,udev: make MACAddress= in [Match] section take multiple MAC addressesYu Watanabe3-3/+4
2018-05-08link: Add support to configure channels of the specified network device (#8882)Susant Sahani5-0/+127
2018-05-03ethtool: get_glinksettings Fix copy (#8889)Susant Sahani1-1/+1
2018-04-26link: follow our rule of suffix settings with = in log messagesLennart Poettering1-1/+1
2018-04-26networkd,udev: clean up MTU handlingLennart Poettering3-3/+3
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek4-52/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-2/+1
2018-03-18systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev3-3/+1
2018-01-11cocci: there's not ENOTSUP, there's only EOPNOTSUPPLennart Poettering1-2/+2
2018-01-11ethtool-util: don't pass fds as pointers if we don't have toLennart Poettering1-17/+18
2018-01-11ethtool-util: fix weird whitespaceLennart Poettering1-3/+1
2018-01-11ethtool-util: order includes properlyLennart Poettering1-2/+2
2018-01-11ethtool-util: no need for memcpy() where normal assignment works tooLennart Poettering1-2/+2
2018-01-05systemd-udevd: fix speed/duplex processing with valid .link files (#7808)Bruce A. Johnson1-3/+3
2017-12-26core,udev,networkd: add ConditionKernelVersion=Lennart Poettering3-4/+8
2017-12-14udev-link-config: add missing OOM checkLennart Poettering1-0/+2
2017-12-14link-config: make initialization to -1 less weirdLennart Poettering1-1/+1
2017-11-20tree-wide: adjust fall through comments so that gcc is happyShawn Landden2-1/+4
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek4-0/+4
2017-11-13conf-parser: turn three bool function params into a flags fieldsLennart Poettering1-1/+1
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-09-19systemd-link: Add support to configure tx-tcp6-segmentation (#6859)Susant Sahani3-5/+8
2017-09-13exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering1-1/+1
2017-08-31systemd-link: ethtool add support for more Wake up Lan setting (#6331)Susant Sahani2-23/+63
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-06-30ethtool: fix half-duplex / full-duplex confusion (#6209)Susant Sahani1-2/+2
2017-06-26ethtool: warn when ethtool_set_glinksettings not supportedSusant Sahani1-5/+6
2017-06-26ethtool: Fix speed in 593022fa377d40d9a645919759b04c53cf4eace8Susant Sahani1-1/+1
2017-06-25systemd-link: add support to configure the device port (#6153)Susant Sahani5-11/+47
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek1-7/+2
2017-01-10build-sys: add check for gperf lookup function signature (#5055)Mike Gilbert1-1/+1
2016-12-21util-lib: various improvements to kernel command line parsingLennart Poettering1-7/+2
2016-11-14link: fix offload features initialization (#4639)Maks Naumov1-1/+1