summaryrefslogtreecommitdiff
path: root/src/shared/ethtool-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use CLEANUP_ERASE() at various placesLennart Poettering2023-01-161-7/+4
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-2/+2
* udev/net: support to set MDI-X modeYu Watanabe2022-02-081-3/+64
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-27/+7
* ethtool-util: introduce ethtool_get_permanent_hw_addr()Yu Watanabe2021-11-131-12/+9
* 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-151-9/+64
* ethtool-util: apply tx-checksum-* features at lastYu Watanabe2021-09-151-4/+51
* ethtool: do not set unavailable or never_changed bitsYu Watanabe2021-09-151-42/+96
* ethtool-util: shorten code a bitYu Watanabe2021-09-151-48/+22
* ethtool-util: use sizeof()Yu Watanabe2021-09-151-10/+10
* ethtool: move functionYu Watanabe2021-08-261-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-171-3/+13
* ethtool: make the size of 'features' array staticYu Watanabe2021-08-171-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-221-19/+18
* tree-wide: use error codes in xxx_from_string()Yu Watanabe2021-02-121-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-101-0/+3
* ethtool: add several assertionsYu Watanabe2020-11-101-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-071-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