index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
ethtool.py
Age
Commit message (
Expand
)
Author
2024-11-05
T6764: Fix unhandled exception on ethtool output parsing for Xen NICs (#4182)
Viacheslav Hletenko
2024-09-21
ethtool: T6729: drop text based feature parsing in favour of JSON
Christian Breunig
2024-06-26
interfaces: T6519: harden config migration if ethernet interface is missing
Christian Breunig
2024-04-03
T6199: drop unused Python imports
Christian Breunig
2024-03-24
Revert "ethernet: T5566: disable energy efficient ethernet (EEE) for interfaces"
Christian Breunig
2024-03-03
vyos.ethtool: T6083: use JSON input data for ethernet interface flow-control ...
Christian Breunig
2024-03-03
vyos.ethtool: T6083: use JSON input data for ethernet driver feature detection
Christian Breunig
2024-03-01
vyos.ethtool: T6083: use JSON input data for ring-buffer methods
Christian Breunig
2024-02-26
vyos.ethtool: T6070: fix EEE reading the incorrect status line
up-n-atom
2023-12-25
ethernet: T5566: disable energy efficient ethernet (EEE) for interfaces
Christian Breunig
2023-09-19
firewall: ethernet: T4502: Add interface offload node and verify interface su...
sarthurdev
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
2023-06-27
T1797: Add initial vpp configuration
Viacheslav Hletenko
2023-06-14
T5290: Failing commits for SR-IOV interfaces using ixgbevf driver due to chan...
cuongdt1994
2023-05-06
ethernet: T3891: fix always true expression on auto-negotiation
Christian Breunig
2023-05-04
ethernet: T3891: honor auto-negotiation support per NIC
Christian Breunig
2023-03-13
T2516: Exclude veth interfaces from duplex and speed check
Viacheslav Hletenko
2023-01-27
vyos.ethtool: T4963: improve driver name detection
Martin Böh
2022-04-11
vyos.ethtool: T4327: add Hyper-V NIC driver to speed/duplex ignore list
Christian Poessinger
2022-03-11
[Ethtool] T4297: Update drivers supporting speed/flow/duplex
Daniel Berlin
2022-02-13
ethernet: T4242: speed/duplex can never be switched back to auto/auto
Christian Poessinger
2021-10-24
vyos.ethtool: T3935: relax __init__() when driver name is not detected
Christian Poessinger
2021-09-30
vyos.ethtool: T3874: do not throw exception if adapter has issues with autoneg
Christian Poessinger
2021-09-10
ethtool: T3802: extend check_speed_duplex() implementation to support 'auto'
Christian Poessinger
2021-09-10
ethernet: T3802: use only one implementation for get_driver_name()
Christian Poessinger
2021-09-10
ethernet: T3802: check if driver supports changing flow-control settings
Christian Poessinger
2021-08-31
vyos.ethtool: T3163: ring-buffer values should be stored as string
Christian Poessinger
2021-08-31
vyos.ethtool: T3163: purify code to read and change flow-control settings
Christian Poessinger
2021-08-31
ethernet: T3163: only change ring-buffer settings if required
Christian Poessinger
2021-08-31
vyos.ethtool: T3163: purify code to read current speed and duplex settings
Christian Poessinger
2021-08-31
ethernet: T2241: check if interface supports changing speed/duplex settings
Christian Poessinger
2021-08-31
vyos.ethtool: T3163: use long option names when calling the ethtool binray
Christian Poessinger
2021-08-30
ethernet: T3787: remove deprecated UDP fragmentation offloading option
Christian Poessinger
2021-08-30
vyos.ethtool: T3163: remove test and debug method get_rx_vlan_offload()
Christian Poessinger
2021-08-29
vyos.ethtool: T3163: add check_speed_duplex() method
Christian Poessinger
2021-08-29
vyos.ethtool: T3163: prefix class internal data structures with _
Christian Poessinger
2021-08-29
vyos.ethtool: T3163: drop obsoleted is_fixed_lro() method
Christian Poessinger
2021-08-28
vyos.ethtool: T3163: rename unused methods for offload validation
Christian Poessinger
2021-06-22
vyos.ethtool: T3645: fix compatibility with latest ethtool version
Christian Poessinger
2021-02-24
ethernet: T3163: fix typos in vyos.ethtool comments
Christian Poessinger
2021-02-24
ethernet: T3163: not all NIC drivers support ring-buffer configuration
Christian Poessinger
2021-02-21
ethernet: T3163: probe driver for maximum rx/tx ring-buffer size
Christian Poessinger
2021-02-20
vyos.ethtool: import helper class
Christian Poessinger