| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: ethtool | Distribution: SUSE Linux Enterprise 15 |
| Version: 5.14 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.1.6 | Build date: Sat May 7 23:13:24 2022 |
| Group: Productivity/Networking/Diagnostic | Build host: ibs-power9-13 |
| Size: 805895 | Source RPM: ethtool-5.14-150400.1.6.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://www.kernel.org/pub/software/network/ethtool/ | |
| Summary: Utility for examining and tuning Ethernet-based network interfaces | |
Ethtool is a small utility for examining and tuning ethernet-based network interfaces. See the man page for more details.
GPL-2.0
* Fri Nov 05 2021 mkubecek@suse.cz
- upgrade to upstream version 5.14 (jsc#SLE-17360, jsc#SLE-19267)
* upstream 5.9 -> 5.10
- Feature: infrastructure for JSON output
- Feature: separate FLAGS in -h output
- Feature: use policy dumps to check flags support
- Feature: show pause stats (-a)
- Feature: pretty printing of policy dumps
- Feature: improve error message when SFP module is missing
- Fix: use after free in netlink_run_handler()
- Fix: leaked instances of struct nl_socket
- Fix: improve compatibility between netlink and ioctl (-s)
* upstream 5.10 -> 5.12
- Feature: support lanes count (no option and -s)
- Fix: fix help message for master-slave parameter (-s)
- Fix: better error message for master-slave in ioctl code path
- Fix: get rid of compiler warnings in "make check"
* upstream 5.12 -> 5.13
- Feature: netlink handler for FEC (--show-fec and --set-fec)
- Feature: FEC stats support (--show-fec)
- Feature: standard based stats support (-S)
- Feature: netlink handler for module EEPROM dump (-m)
- Feature: page, bank and i2c selection in module dump (-m)
* upstream 5.13 -> 5.14
- Feature: do not silently ignore --json if unsupported
- Feature: support new message types in pretty print
* drop mainline backports contained in v5.14
ethtool-Improve-compatibility-between-netlink-and-io.patch
netlink-do-not-send-messages-and-process-replies-in-.patch
netlink-fix-leaked-instances-of-struct-nl_socket.patch
netlink-fix-use-after-free-in-netlink_run_handler.patch
* Tue Nov 10 2020 mkubecek@suse.cz
- backport post-5.9 fixes (bsc#1178633)
* netlink-fix-use-after-free-in-netlink_run_handler.patch
* netlink-fix-leaked-instances-of-struct-nl_socket.patch
* netlink-do-not-send-messages-and-process-replies-in-.patch
* ethtool-Improve-compatibility-between-netlink-and-io.patch
* Tue Nov 10 2020 mkubecek@suse.cz
- upgrade to upstream version 5.9 (jsc#SLE-15156, bsc#1178633)
- ethtool.spec:
* minor cleanups from Factory package
* drop compiler warnings suppression which is no longer needed
* replace "-W" compiler option with preferred form "-Wextra"
- ethtool.keyring: add new upstream maintainer's key
* Wed Nov 06 2019 mkubecek@suse.cz
- upgrade to upstream version 5.3 (jsc#SLE-7328)
* drop mainline backports contained in v5.3
Revert-ethtool-Add-DMA-Coalescing-support.patch
ethtool-Support-for-FEC-encoding-control.patch
ethtool-add-support-for-extra-RSS-contexts-and-RSS-s.patch
ethtool-better-syntax-for-combinations-of-FEC-modes.patch
ethtool-copy.h-sync-with-net-next-2.patch
ethtool-copy.h-sync-with-net-next.patch
ethtool-correct-VF-index-values-for-the-ring_cookie-.patch
ethtool-correct-display-of-VF-when-showing-vf-queue-.patch
ethtool-don-t-fall-back-to-grxfhindir-when-context-w.patch
ethtool-fix-MFLCN-register-dump-for-82599-and-newer.patch
ethtool-fix-stack-clash-in-do_get_phy_tunable-and-do.patch
ethtool-show-VF-and-queue-in-the-help-for-N.patch
ethtool-support-combinations-of-FEC-modes.patch
ethtool.8-Document-RSS-context-control-and-RSS-filte.patch
* provide bash completion
- minor specfile cleanup
* Mon Oct 22 2018 mkubecek@suse.cz
- add support for FEC parameters (fate#326122 bsc#1105557):
ethtool-Support-for-FEC-encoding-control.patch
ethtool-support-combinations-of-FEC-modes.patch
ethtool-better-syntax-for-combinations-of-FEC-modes.patch
* Mon Oct 22 2018 mkubecek@suse.cz
- add support for RSS contexts (fate#326122 bsc#1105557):
ethtool-copy.h-sync-with-net-next-2.patch
ethtool-add-support-for-extra-RSS-contexts-and-RSS-s.patch
ethtool.8-Document-RSS-context-control-and-RSS-filte.patch
ethtool-don-t-fall-back-to-grxfhindir-when-context-w.patch
* Mon Oct 22 2018 mkubecek@suse.cz
- fix stack clash for PHY tunables (bsc#1092037):
ethtool-fix-stack-clash-in-do_get_phy_tunable-and-do.patch
- sync UAPI header copies with SLE15 kernel:
Revert-ethtool-Add-DMA-Coalescing-support.patch
ethtool-copy.h-sync-with-net-next.patch
* Thu Apr 05 2018 mkubecek@suse.cz
- add warning that changes should be submitted via git (i.e. not
directly to IBS) to the specfile
- drop BuildRoot (no longer needed in SLE15)
- drop BuildRequire for xz (no longer needed in SLE15)
* Thu Apr 05 2018 mkubecek@suse.cz
- use %license rather than %doc for license file (bsc#1082318)
* Thu Apr 05 2018 mkubecek@suse.cz
- add backported post-4.13 upstream fixes (bsc#1088294):
ethtool-fix-MFLCN-register-dump-for-82599-and-newer.patch
ethtool-correct-display-of-VF-when-showing-vf-queue-.patch
ethtool-show-VF-and-queue-in-the-help-for-N.patch
ethtool-correct-VF-index-values-for-the-ring_cookie-.patch
* Mon Oct 30 2017 mkubecek@suse.cz
- Update to new upstream release 4.13
* Feature: add support for HWTSTAMP_FILTER_NTP_ALL
* Feature: Add DMA Coalescing support
* Feature: Remove UDP Fragmentation Offload error prints
* Feature: stmmac: Add DMA HW Feature Register
* Fix: Do not return error code if no changes were attempted.
* Fix: Fix formatting of advertise bitmask
* Fix: fix the rx vs tx mixup in set channel message
* Tue Jun 06 2017 mkubecek@suse.cz
- Update to new upstream release 4.11
* Feature: Support for configurable RSS hash function
* Feature: support queue and VF fields for rxclass filters
* Feature: Add support for 2500baseT/5000baseT link modes
* Fix: Fix SFF 8079 cable technology bit parsing
* Fix: sync help output for -x/-X with man page
* Thu Mar 30 2017 mkubecek@suse.cz
- Update to new upstream release 4.10
* Fix: Fix the "advertise" parameter logic.
* Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY downshift
* Feature: add register dump support for fjes driver (-d option)
- add keyring with John Linville's key for tarball verification
* Tue Oct 11 2016 mkubecek@suse.cz
- Update to new upstream release 4.8
* Feature: QSFP Plus/QSFP28 Diagnostics Information Support
* Feature: Enhancing link mode bits to support 25G/50G/100G
* Feature: add support for 1000BaseX and missing 10G link mode
* Fixes: address Coverity issues 1363118 - 1363125
* Mon Jul 04 2016 mkubecek@suse.cz
- Update to new upstream release 4.6
* Feature: Support register dump on Intel X550 NICs (-d option)
* Fix: Correct some reported register offsets on Intel 10GbE NICs
(-d option)
* Feature: Add IPv6 support to NFC (-n, -N, -u and -U options)
* Feature: Add support for ETHTOOL_xLINKSETTINGS ioctls (no
option and -s option)
* Feature: Use netlink socket when AF_INET not available
* Tue Mar 15 2016 mkubecek@suse.cz
- Update to new upstream release 4.5
* Fix: Heap corruption when dumping registers from a file
(-d option)
* Fix: Stricter input validation for EEPROM setting (-E option)
* Feature: Add PHY statistics support (--phy-statistics option)
* Feature: Support setting default Rx flow indirection table
(-X option)
* Doc: Properly indent sub-options in man page
* address build issues (mostly compiler warnings)
* Fri Oct 09 2015 mkubecek@suse.cz
- Update to new upstream release 4.2
* Feature: Support soldered-on modules in module EEPROM dump
(-m option)
* Feature: Add register dump support for VMware vmxnet3
(-d option)
* Feature: Update register dump support for IBM EMAC (-d option)
(requires Linux 4.3 or a future stable update to 4.1 or 4.2)
* Doc: Fix typo in man page
* Mon Jun 01 2015 mkubecek@suse.cz
- Update to new upstream release 4.0
* Fix: Formatting of RX flow hash indirection table when size not
divisible by 8 (-x option)
* Fix: Add missing Advertised speeds (no option and -s option)
* Feature: Add support to get expansion ROM version (-i option)
* Feature: Include SFP serial number and date in EEPROM dump
(-m option)
* Sun Jan 11 2015 jengelh@inai.de
- Update to new upstream release 3.18
* Fix: Lookup of SFP Tx bias in SFF-8472 module diagnostics
(-m option)
- Drop usrmerge compat symlinks
* Tue Nov 18 2014 jengelh@inai.de
- Update to new upstream release 3.16
* Support for configurable RSS hash key (-x/-X options)
* Add register dump support for Altera Triple Speed Ethernet
(-d option)
* Report Backplane as a supported port
- Remove unused call to %gpg_verify (the macro expands to nothing);
source validation handled by osc.
/usr/sbin/ethtool /usr/share/bash-completion /usr/share/bash-completion/completions /usr/share/bash-completion/completions/ethtool /usr/share/doc/packages/ethtool /usr/share/doc/packages/ethtool/AUTHORS /usr/share/doc/packages/ethtool/NEWS /usr/share/licenses/ethtool /usr/share/licenses/ethtool/COPYING /usr/share/man/man8/ethtool.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026