summaryrefslogtreecommitdiff
path: root/src/shared/ethtool-util.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-041-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
* link: Add support to configure NIC ring buffer sizeSusant Sahani2019-09-241-0/+90
* tree-wide: some more [static] related fixesLennart Poettering2019-07-121-0/+2
* ethtool: reindent link mode tableYu Watanabe2019-06-251-52/+52
* ethtool: add missing link modeYu Watanabe2019-06-251-0/+15
* ethtool-util: fix returned value when ethtool_cmd_speed() is SPEED_UNKNOWNYu Watanabe2019-06-251-2/+7
* ethtool-util: introduce ethtool_get_link_info()Yu Watanabe2019-06-191-0/+38
* ethtool-util: make ethtool_connect() warn on failureYu Watanabe2019-06-191-14/+15
* ethtool-util: use structured initializersYu Watanabe2019-06-191-16/+19
* ethtool-util: move from src/udev/net/ to src/shared/Yu Watanabe2019-06-191-0/+796