summaryrefslogtreecommitdiff
path: root/src/udev/net
Commit message (Expand)AuthorAgeFilesLines
* basic/missing: drop _ETHTOOL_LINK_MODE_MAXZbigniew Jędrzejewski-Szmek2018-11-181-1/+1
* udev: use an "inline" array instead of allocating for advertise modeZbigniew Jędrzejewski-Szmek2018-11-183-23/+12
* ethtool: drop NetDevAdvertiseYu Watanabe2018-11-184-52/+81
* Always rename an interface to its name specified in config if no NamePolicy= ...Mathieu Trudel-Lapierre2018-11-121-11/+2
* tree-wide: use CONFIG_PARSER_PROTOTYPE() macroYu Watanabe2018-11-122-7/+9
* 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
* tree-wide: replace 'unsigned int' with 'unsigned'Yu Watanabe2018-10-192-3/+3
* udev/net: add support for the equivalent of "ethtool advertise" to .link filesSusant Sahani2018-09-265-7/+121
* udev/net: replace udev_device by sd_deviceYu Watanabe2018-09-102-48/+50
* link: allocate correct number of bytes in ethtool_set_features()Thomas Haller2018-08-271-1/+1
* 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-074-4/+6
* tree-wide: drop double newlineYu Watanabe2018-06-292-2/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-204-12/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-144-4/+4
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-144-8/+0
* network,udev: sort included headersYu Watanabe2018-05-091-2/+2
* network,udev: make MACAddress= in [Match] section take multiple MAC addressesYu Watanabe2018-05-093-3/+4
* link: Add support to configure channels of the specified network device (#8882)Susant Sahani2018-05-085-0/+127
* ethtool: get_glinksettings Fix copy (#8889)Susant Sahani2018-05-031-1/+1
* link: follow our rule of suffix settings with = in log messagesLennart Poettering2018-04-261-1/+1
* networkd,udev: clean up MTU handlingLennart Poettering2018-04-263-3/+3
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-064-52/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-183-3/+1
* cocci: there's not ENOTSUP, there's only EOPNOTSUPPLennart Poettering2018-01-111-2/+2
* ethtool-util: don't pass fds as pointers if we don't have toLennart Poettering2018-01-111-17/+18
* ethtool-util: fix weird whitespaceLennart Poettering2018-01-111-3/+1
* ethtool-util: order includes properlyLennart Poettering2018-01-111-2/+2
* ethtool-util: no need for memcpy() where normal assignment works tooLennart Poettering2018-01-111-2/+2
* systemd-udevd: fix speed/duplex processing with valid .link files (#7808)Bruce A. Johnson2018-01-051-3/+3
* core,udev,networkd: add ConditionKernelVersion=Lennart Poettering2017-12-263-4/+8
* 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-202-1/+4
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-194-0/+4
* 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
* systemd-link: Add support to configure tx-tcp6-segmentation (#6859)Susant Sahani2017-09-193-5/+8
* exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-1/+1
* systemd-link: ethtool add support for more Wake up Lan setting (#6331)Susant Sahani2017-08-312-23/+63
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* ethtool: fix half-duplex / full-duplex confusion (#6209)Susant Sahani2017-06-301-2/+2
* ethtool: warn when ethtool_set_glinksettings not supportedSusant Sahani2017-06-261-5/+6
* ethtool: Fix speed in 593022fa377d40d9a645919759b04c53cf4eace8Susant Sahani2017-06-261-1/+1
* systemd-link: add support to configure the device port (#6153)Susant Sahani2017-06-255-11/+47
* Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek2017-01-141-7/+2
|\