index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
ethtool-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use CLEANUP_ERASE() at various places
Lennart Poettering
2023-01-16
1
-7
/
+4
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
tree-wide: replace "plural(s)" by "plurals"
Zbigniew Jędrzejewski-Szmek
2022-10-17
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-2
/
+2
*
udev/net: support to set MDI-X mode
Yu Watanabe
2022-02-08
1
-3
/
+64
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-27
/
+7
*
ethtool-util: introduce ethtool_get_permanent_hw_addr()
Yu Watanabe
2021-11-13
1
-12
/
+9
*
ethtool-util: let's use userspace types in userspace code
Lennart Poettering
2021-10-11
1
-2
/
+2
*
ethtool-util: make ethtool_set_wol() take password
Yu Watanabe
2021-10-06
1
-5
/
+32
*
ethtool-util: do not try to enable unsupported WoL options
Yu Watanabe
2021-10-06
1
-0
/
+10
*
ethtool-util: make wol_options_to_string() not return all flag strings
Yu Watanabe
2021-10-06
1
-1
/
+6
*
ethtool-util: add more network device features
Yu Watanabe
2021-09-14
1
-9
/
+64
*
ethtool-util: apply tx-checksum-* features at last
Yu Watanabe
2021-09-14
1
-4
/
+51
*
ethtool: do not set unavailable or never_changed bits
Yu Watanabe
2021-09-14
1
-42
/
+96
*
ethtool-util: shorten code a bit
Yu Watanabe
2021-09-14
1
-48
/
+22
*
ethtool-util: use sizeof()
Yu Watanabe
2021-09-14
1
-10
/
+10
*
ethtool: move function
Yu Watanabe
2021-08-25
1
-125
/
+125
*
link: Add support for rx-gro-hw nic feature
Daan De Meyer
2021-08-20
1
-7
/
+8
*
udev: Add support for configuring nic coalescing settings
Daan De Meyer
2021-08-20
1
-0
/
+205
*
udev: make RxChannels= or friends also accept "max"
Yu Watanabe
2021-08-18
1
-111
/
+59
*
udev: Support "max" string for BufferSize options (#20458)
Daan De Meyer
2021-08-18
1
-14
/
+26
*
ethtool: make ethtool_set_features() return earlier when nothing is requested
Yu Watanabe
2021-08-16
1
-3
/
+13
*
ethtool: make the size of 'features' array static
Yu Watanabe
2021-08-16
1
-1
/
+1
*
udev: make WakeOnLan= take multiple features
Yu Watanabe
2021-06-08
1
-73
/
+106
*
ethtool-util: drop unused function
Yu Watanabe
2021-05-23
1
-45
/
+0
*
ethtool-util: do not touch anything if nothing is requested
Yu Watanabe
2021-05-23
1
-124
/
+130
*
ethtool-util: disable autonegotiation when speed, duplex, or port is specified
Yu Watanabe
2021-05-23
1
-3
/
+10
*
ethtool-util: move and rebreak comments
Yu Watanabe
2021-05-23
1
-6
/
+6
*
ethtool-util: make ethtool_connect() open fd only when it is not opened
Yu Watanabe
2021-05-23
1
-55
/
+37
*
ethtool-util: downgrade log level
Yu Watanabe
2021-05-21
1
-19
/
+18
*
tree-wide: use error codes in xxx_from_string()
Yu Watanabe
2021-02-11
1
-1
/
+1
*
ethtool: add two new link modes
Yu Watanabe
2020-12-03
1
-0
/
+2
*
ethtool: make ethtool_get_driver() return -ENODATA if ioctl succeeds but driv...
Yu Watanabe
2020-11-09
1
-0
/
+3
*
ethtool: add several assertions
Yu Watanabe
2020-11-09
1
-23
/
+77
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Merge pull request #17185 from yuwata/ethtool-update
Zbigniew Jędrzejewski-Szmek
2020-10-23
1
-15
/
+38
|
\
|
*
ethtool: add several new link modes
Yu Watanabe
2020-09-28
1
-0
/
+23
|
*
ethtool: convert underscore to hyphen
Yu Watanabe
2020-09-28
1
-15
/
+15
*
|
ethtool: constify arguments for ethtool_set_xxx()
Yu Watanabe
2020-09-15
1
-4
/
+4
|
/
*
ethtool: downgrade log level when the error will be ignored
Yu Watanabe
2020-09-10
1
-12
/
+14
*
ethtool-util: don't pass error value that isn't used to log_syntax
Lennart Poettering
2020-09-09
1
-1
/
+1
*
Merge pull request #15762 from keszybz/gcc-10-build
Zbigniew Jędrzejewski-Szmek
2020-05-11
1
-0
/
+10
|
\
|
*
shared/ethtool-util: hush gcc warnings about array bounds
Zbigniew Jędrzejewski-Szmek
2020-05-11
1
-0
/
+10
*
|
networkctl: use uint64_t for link speed throughout
наб
2020-05-09
1
-1
/
+1
|
/
*
link: Allow configuring RX mini and jumbo ring sizes, too
nabijaczleweli
2020-04-29
1
-0
/
+16
*
link: Add units and fix typo in (Rx|Tx)BufferSize= manpage. Clean up the impl...
nabijaczleweli
2020-04-29
1
-10
/
+6
*
udev: support to update flow control parameter
Yu Watanabe
2020-03-06
1
-0
/
+49
*
udev: add {Receive,Transmit}ChecksumOffload= settings
Yu Watanabe
2020-02-03
1
-24
/
+29
*
network,udev: use uint64_t for bit rate
Yu Watanabe
2020-01-21
1
-2
/
+2
[next]