summaryrefslogtreecommitdiffstats
path: root/src/shared/ethtool-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethtool-util: let's use userspace types in userspace codeLennart Poettering2021-10-111-2/+2
* ethtool-util: make ethtool_set_wol() take passwordYu Watanabe2021-10-061-5/+32
* ethtool-util: do not try to enable unsupported WoL optionsYu Watanabe2021-10-061-0/+10
* ethtool-util: make wol_options_to_string() not return all flag stringsYu Watanabe2021-10-061-1/+6
* ethtool-util: add more network device featuresYu Watanabe2021-09-141-9/+64
* ethtool-util: apply tx-checksum-* features at lastYu Watanabe2021-09-141-4/+51
* ethtool: do not set unavailable or never_changed bitsYu Watanabe2021-09-141-42/+96
* ethtool-util: shorten code a bitYu Watanabe2021-09-141-48/+22
* ethtool-util: use sizeof()Yu Watanabe2021-09-141-10/+10
* ethtool: move functionYu Watanabe2021-08-251-125/+125
* link: Add support for rx-gro-hw nic featureDaan De Meyer2021-08-201-7/+8
* udev: Add support for configuring nic coalescing settingsDaan De Meyer2021-08-201-0/+205
* udev: make RxChannels= or friends also accept "max"Yu Watanabe2021-08-181-111/+59
* udev: Support "max" string for BufferSize options (#20458)Daan De Meyer2021-08-181-14/+26
* ethtool: make ethtool_set_features() return earlier when nothing is requestedYu Watanabe2021-08-161-3/+13
* ethtool: make the size of 'features' array staticYu Watanabe2021-08-161-1/+1
* udev: make WakeOnLan= take multiple featuresYu Watanabe2021-06-081-73/+106
* ethtool-util: drop unused functionYu Watanabe2021-05-231-45/+0
* ethtool-util: do not touch anything if nothing is requestedYu Watanabe2021-05-231-124/+130
* ethtool-util: disable autonegotiation when speed, duplex, or port is specifiedYu Watanabe2021-05-231-3/+10
* ethtool-util: move and rebreak commentsYu Watanabe2021-05-231-6/+6
* ethtool-util: make ethtool_connect() open fd only when it is not openedYu Watanabe2021-05-231-55/+37
* ethtool-util: downgrade log levelYu Watanabe2021-05-211-19/+18
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-111-1/+1
* ethtool: add two new link modesYu Watanabe2020-12-031-0/+2
* ethtool: make ethtool_get_driver() return -ENODATA if ioctl succeeds but driv...Yu Watanabe2020-11-091-0/+3
* ethtool: add several assertionsYu Watanabe2020-11-091-23/+77
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #17185 from yuwata/ethtool-updateZbigniew Jędrzejewski-Szmek2020-10-231-15/+38
|\
| * ethtool: add several new link modesYu Watanabe2020-09-281-0/+23
| * ethtool: convert underscore to hyphenYu Watanabe2020-09-281-15/+15
* | ethtool: constify arguments for ethtool_set_xxx()Yu Watanabe2020-09-151-4/+4
|/
* ethtool: downgrade log level when the error will be ignoredYu Watanabe2020-09-101-12/+14
* ethtool-util: don't pass error value that isn't used to log_syntaxLennart Poettering2020-09-091-1/+1
* Merge pull request #15762 from keszybz/gcc-10-buildZbigniew Jędrzejewski-Szmek2020-05-111-0/+10
|\
| * shared/ethtool-util: hush gcc warnings about array boundsZbigniew Jędrzejewski-Szmek2020-05-111-0/+10
* | networkctl: use uint64_t for link speed throughoutнаб2020-05-091-1/+1
|/
* link: Allow configuring RX mini and jumbo ring sizes, toonabijaczleweli2020-04-291-0/+16
* link: Add units and fix typo in (Rx|Tx)BufferSize= manpage. Clean up the impl...nabijaczleweli2020-04-291-10/+6
* udev: support to update flow control parameterYu Watanabe2020-03-061-0/+49
* udev: add {Receive,Transmit}ChecksumOffload= settingsYu Watanabe2020-02-031-24/+29
* network,udev: use uint64_t for bit rateYu Watanabe2020-01-211-2/+2
* network: use automatic stack allocation and structured initZbigniew Jędrzejewski-Szmek2020-01-081-15/+13
* network: do not require ethtool_get_permanent_macaddr() to get an fdZbigniew Jędrzejewski-Szmek2020-01-081-1/+5
* network: rename *fd to *ethtool_fdZbigniew Jędrzejewski-Szmek2020-01-081-36/+36
* ethtool: introduce ethtool_get_permanent_macaddr()Yu Watanabe2020-01-081-0/+41
* udev: tiny update for log messagesYu Watanabe2019-11-261-1/+1
* tree-wide: drop double newlineYu Watanabe2019-11-031-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* shared: fix a copy-paste error in ethtool-utilFrantisek Sumsal2019-09-271-1/+1