summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update "Source:" URL within specfilev0.8David Malcolm2013-02-191-1/+1
* bump version to 0.8David Malcolm2013-02-192-2/+2
* update URL within specfile to point to git.fedorahosted.org repoDavid Malcolm2013-02-191-1/+1
* add a test suiteDavid Malcolm2013-02-054-0/+1199
* add python-ethtool/netlink-address.c to MANIFESTDavid Malcolm2013-02-051-0/+1
* "char *devname" -> "const char *devname" throughoutDavid Malcolm2013-02-011-12/+12
* Support devices with multiple IPv4 addressesDavid Malcolm2013-01-306-64/+330
* Eliminate "ret" within _ethtool_etherinfo_getterDavid Malcolm2013-01-151-9/+6
* Fix memory leaks in get_interfaces_info()David Malcolm2013-01-151-4/+5
* Fix bad loop condition within get_devices()David Malcolm2013-01-151-1/+1
* Fix buffer overflow in get_module()David Malcolm2013-01-151-1/+1
* remove redundant material from setup.pyDavid Malcolm2013-01-151-4/+0
* pifethtool: Show IPv6 address information when availableDave Malcolm2011-07-061-3/+9
* Make pifconfig respect interface arguments from the command lineDavid Sommerseth2011-06-212-24/+18
* Package man pages in the RPMDavid Sommerseth2011-04-132-3/+18
* Force O_CLOEXEC on the NETLINK socketv0.7David Sommerseth2011-04-121-0/+8
* Added man pages for pethtool and pifconfigMiroslav Suchý2011-04-112-0/+123
* Only open the NETLINK interface when neededDavid Sommerseth2011-04-116-75/+118
* Fixed several memory leaksDavid Sommerseth2011-04-113-10/+22
* Fixed typo in pethtool --help screenDavid Sommerseth2011-03-301-1/+1
* Improved error situations in case of NULL returnsDavid Sommerseth2011-02-251-0/+23
* RETURN_STRING() did not use Py_INCREF() when returning Py_NoneDavid Sommerseth2011-02-251-1/+1
* Version bump - python-ethtool v0.6v0.6David Sommerseth2011-01-191-1/+8
* Avoid duplicating IPv6 address informationDavid Sommerseth2011-01-191-0/+8
* Added ethtool.version string constantDavid Sommerseth2011-01-192-2/+6
* Remove errornous file from MANIFESTDavid Sommerseth2010-12-211-1/+0
* Don't segfault if we don't receive any address from rtnl_link_get_addr()David Sommerseth2010-12-211-1/+1
* import sys moduleMiroslav Suchy2010-09-291-0/+1
* Version bump - v0.5v0.5David Sommerseth2010-08-091-1/+4
* Python reference counter was not properly set for etherinfo_ipv6addr objectsDavid Sommerseth2010-08-092-5/+4
* Corrected a few spelling mistakesv0.4David Sommerseth2010-08-031-1/+1
* Preparing for a python-ethtool-0.4 releaseDavid Sommerseth2010-08-031-6/+9
* Get rid of not needed struct wrappingDavid Sommerseth2010-08-034-32/+25
* Don't append newline when etherinfo_ipv6addr objects are used as stringsDavid Sommerseth2010-08-031-1/+1
* Moved etherinfo::ipv6_addresses to etherinfo::get_ipv6_addresses()David Sommerseth2010-08-031-29/+46
* Added missing copyright notifications and updated where neededDavid Sommerseth2010-08-037-3/+65
* Renamed etherinfo_ipv6_py to etherinfo_ipv6addr_pyDavid Sommerseth2010-08-022-13/+13
* Improved documentation in the codeDavid Sommerseth2010-08-024-25/+94
* Updated MANIFEST to include new needed source filesDavid Sommerseth2010-07-301-0/+2
* Improved IPv6 supportDavid Sommerseth2010-07-307-39/+350
* Fixed a bug - IPv4 address quering tried to query NLQRY_LINK instead of NLQRY...David Sommerseth2010-05-311-1/+1
* Renamed get_interface_info() to get_interfaces_info() and updated help stringDavid Sommerseth2010-05-041-3/+5
* Clean up - avoid static variables in etherinfo_obj.hDavid Sommerseth2010-04-283-79/+80
* Updated MANIFEST with the extra files neededDavid Sommerseth2010-04-281-0/+5
* Updated .spec file with BuildRequires libnl-develDavid Sommerseth2010-04-281-2/+5
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-286-137/+222
* Rewritten ethtool to make use of libnl instead of accessing NETLINK directlyDavid Sommerseth2010-04-264-434/+186
* Added parameter to get_interface_inf()David Sommerseth2009-09-161-2/+66
* Removed the previous "attempt" of IPv6 support, get_ipaddresses()David Sommerseth2009-09-071-34/+0
* Changed the RETURN_STRING() macro to return None instead of False, to make it...David Sommerseth2009-09-071-3/+3