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
2023-03-13
T2516: Exclude veth interfaces from duplex and speed check
Viacheslav Hletenko
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-30
vyos.ethtool: T3163: add check_speed_duplex() method
Christian Poessinger
2021-08-30
vyos.ethtool: T3163: prefix class internal data structures with _
Christian Poessinger
2021-08-30
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