summaryrefslogtreecommitdiff
path: root/src/shared/ethtool-util.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | CID#1405818
* 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
| | | | | | | | | | | let's add [static] where it was missing so far Drop [static] on parameters that can be NULL. Add an assert() around parameters that have [static] and can't be NULL hence. Add some "const" where it was forgotten.
* 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
| | | | Will be used in later commits.
* 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