GitHub / fedora-python/python-ethtool / commits
Deprecated Python bindings for the ethtool kernel interface
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| c7f8c02f |
import sys module
Signed-off-by: Miroslav Suchy <m****v@s****z>, David Sommerseth <d****o@u****t> |
Miroslav Suchy <m****v@s****z>
Committed by: David Sommerseth <d****o@u****t> |
over 15 years ago | |
| 968c7fba |
Version bump - v0.5
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| c52ed2cb |
Python reference counter was not properly set for etherinfo_ipv6addr objects
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| fca9911c |
Corrected a few spelling mistakes
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| 0dbc5e33 |
Preparing for a python-ethtool-0.4 release
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| b80e6590 |
Get rid of not needed struct wrapping
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| 19be403f |
Don't append newline when etherinfo_ipv6addr objects are used as strings
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| 64b6c084 |
Moved etherinfo::ipv6_addresses to etherinfo::get_ipv6_addresses()
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| e3e1befc |
Added missing copyright notifications and updated where needed
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| bde89d48 |
Renamed etherinfo_ipv6_py to etherinfo_ipv6addr_py
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| 97dbf551 |
Improved documentation in the code
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| e978a1af |
Updated MANIFEST to include new needed source files
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| e9aa46ab |
Improved IPv6 support
Signed-off-by: David Sommerseth <d****s@r****m> |
David Sommerseth <d****s@r****m> | almost 16 years ago | |
| 1d4b0d89 | Fixed a bug - IPv4 address quering tried to query NLQRY_LINK instead of NLQRY... | David Sommerseth <d****s@r****m> | about 16 years ago | |
| 8f52f913 | Renamed get_interface_info() to get_interfaces_info() and updated help string | David Sommerseth <d****s@r****m> | about 16 years ago | |
| 5efffc01 | Clean up - avoid static variables in etherinfo_obj.h | David Sommerseth <d****s@r****m> | about 16 years ago | |
| 70957dc6 | Updated MANIFEST with the extra files needed | David Sommerseth <d****s@r****m> | about 16 years ago | |
| 97c98a6b | Updated .spec file with BuildRequires libnl-devel | David Sommerseth <d****s@r****m> | about 16 years ago | |
| 4f0295fc | Updated to fetch the interface information when the "getter" function triggers | David Sommerseth <d****s@r****m> | about 16 years ago | |
| d3fd6b84 | Rewritten ethtool to make use of libnl instead of accessing NETLINK directly | David Sommerseth <d****s@r****m> | about 16 years ago | |
| bfdcac6b | Added parameter to get_interface_inf() | David Sommerseth <d****s@r****m> | over 16 years ago | |
| 62ef459c | Removed the previous "attempt" of IPv6 support, get_ipaddresses() | David Sommerseth <d****s@r****m> | over 16 years ago | |
| b74c47dc | Changed the RETURN_STRING() macro to return None instead of False, to make it... | David Sommerseth <d****s@r****m> | over 16 years ago | |
| 38a0b2a9 | Make Python dir() function work with ethtool.etherinfo objects | David Sommerseth <d****s@r****m> | over 16 years ago | |
| ec9e13c0 | Completed implementing the new Python get_interface_info() function. | David Sommerseth <d****s@r****m> | over 16 years ago | |
| 0be405b9 | First cut at a python etherinfo class in C. Does nothing useful yet. | David Sommerseth <d****s@r****m> | over 16 years ago | |
| e957168c | Even more clean up. Improved more error messages | David Sommerseth <d****s@r****m> | almost 17 years ago | |
| 8a752483 | Fixed typos, more clean up | David Sommerseth <d****s@r****m> | almost 17 years ago | |
| 951f87ea | Give some credit | David Sommerseth <d****s@r****m> | almost 17 years ago | |
| 9b44766e | Improved error handling, clean up | David Sommerseth <d****s@r****m> | almost 17 years ago | |
| 8d9878c5 | Added new function: get_ipaddresses() - retrieves IPv4 and IPv6 addresses for... | David Sommerseth <d****s@r****m> | almost 17 years ago | |
| 64d39e12 | Imported functions for retrieving ethernet device info via AF_NETLINK | David Sommerseth <d****s@r****m> | almost 17 years ago | |
| 9c6cd9c2 |
ethtool: Older kernels don't have IFF_DYNAMIC
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | about 17 years ago | |
| 2db1ec98 |
rpm: Rewrote build and install sections as part of the fedora review process
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | over 17 years ago | |
| 2a83efb8 |
pifconfig: Add python ifconfig equivalent to test features
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 330c8c4f |
pethtool: rename ethtool-cmd.py to pethtool.py
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| f33ca037 |
ethtool: Add a function to get the interface flags
Signed-off-by: Ruben Kerkhof <r****n@r****m>, Arnaldo Carvalho de Melo <a****e@r****m> |
Ruben Kerkhof <r****n@r****m>
Committed by: Arnaldo Carvalho de Melo <a****e@r****m> |
almost 18 years ago | |
| 24c8d88c |
rpm: Added URL tag and URL to the Source tag
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 1dd05622 |
rpm: rewrite summary, description, fix changelog
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| b9ac85f3 |
ethtool: Add license
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 4e4ed018 |
ethtool: initialize some variables to shut up gcc
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 0207ecbf |
rpm: add %build section
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| c1ab4c5c |
Makefile: fixup version extraction
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| e0433c81 |
MANIFEST: create file, needed by make rpmdev
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| c92d29c9 |
Makefile: standardize on the one used in p-l-procfs
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 87829ffa |
rpm: fixup sitearch
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| e48469e3 |
ethtool: bindings for binding for ETHTOOL_[GS]RINGPARAM
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| e7b8606c |
ethtool: remove unused variables from set_tso
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 824f72f8 |
ethtool: binding for ETHTOOL_SCOALESCE
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 0da7f237 |
ethtool: implement binding for get_coalesce
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 736e06fa |
Makefile: bz2dev and rpmdev targets
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| c146a164 |
pethtool: show if a device is active or not
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 13ec0f5d |
pethtool: Add python ethtool equivalent to test features
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 401e728e |
Makefile: fix 'make clean'
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 90517c2b |
ethtool: implement set_tso
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 92cd328e |
rpm: delete top level specfile now that we have it in rpm/SPECS
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 269214d4 |
ethtool: Make get_dev_int_value generic
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 04f4e1bf |
Makefile: Add bz2 and rpm targets
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 55c33d46 |
rpm: Add specfile from RHEL
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| dfe376ac |
setup: fix version field, we're at 0.2
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | almost 18 years ago | |
| 8d6ad996 |
[PYTHON-ETHTOOL]: Create repository
Signed-off-by: Arnaldo Carvalho de Melo <a****e@r****m> |
Arnaldo Carvalho de Melo <a****e@r****m> | over 18 years ago |