0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected about 2 years ago.
Jun 27, 2023 — Jun 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid duplicating IPv6 address information More... over 15 years ago
Added ethtool.version string constant More... over 15 years ago
Remove errornous file from MANIFEST More... over 15 years ago
Don't segfault if we don't receive any address from rtnl_link_get_addr() More... over 15 years ago
import sys module
Miroslav Suchý
as Miroslav Suchy
More... almost 16 years ago
Version bump - v0.5 More... about 16 years ago
Python reference counter was not properly set for etherinfo_ipv6addr objects More... about 16 years ago
Corrected a few spelling mistakes More... about 16 years ago
Preparing for a python-ethtool-0.4 release More... about 16 years ago
Get rid of not needed struct wrapping More... about 16 years ago
Don't append newline when etherinfo_ipv6addr objects are used as strings More... about 16 years ago
Moved etherinfo::ipv6_addresses to etherinfo::get_ipv6_addresses() More... about 16 years ago
Added missing copyright notifications and updated where needed More... about 16 years ago
Renamed etherinfo_ipv6_py to etherinfo_ipv6addr_py More... about 16 years ago
Improved documentation in the code More... about 16 years ago
Updated MANIFEST to include new needed source files More... about 16 years ago
Improved IPv6 support More... about 16 years ago
Fixed a bug - IPv4 address quering tried to query NLQRY_LINK instead of NLQRY_ADDR More... over 16 years ago
Renamed get_interface_info() to get_interfaces_info() and updated help string More... over 16 years ago
Clean up - avoid static variables in etherinfo_obj.h More... over 16 years ago
Updated MANIFEST with the extra files needed More... over 16 years ago
Updated .spec file with BuildRequires libnl-devel More... over 16 years ago
Updated to fetch the interface information when the "getter" function triggers More... over 16 years ago
Rewritten ethtool to make use of libnl instead of accessing NETLINK directly More... over 16 years ago
Added parameter to get_interface_inf() More... almost 17 years ago
Removed the previous "attempt" of IPv6 support, get_ipaddresses() More... almost 17 years ago
Changed the RETURN_STRING() macro to return None instead of False, to make it more Pythonish More... almost 17 years ago
Make Python dir() function work with ethtool.etherinfo objects More... almost 17 years ago
Completed implementing the new Python get_interface_info() function. More... almost 17 years ago
First cut at a python etherinfo class in C. Does nothing useful yet. More... almost 17 years ago