summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_obj.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-0/+16
* Improved IPv6 supportDavid Sommerseth2010-07-301-22/+38
* Fixed a bug - IPv4 address quering tried to query NLQRY_LINK instead of NLQRY...David Sommerseth2010-05-311-1/+1
* Clean up - avoid static variables in etherinfo_obj.hDavid Sommerseth2010-04-281-0/+79
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-281-25/+41
* Changed the RETURN_STRING() macro to return None instead of False, to make it...David Sommerseth2009-09-071-3/+3
* Make Python dir() function work with ethtool.etherinfo objectsDavid Sommerseth2009-09-071-2/+1
* Completed implementing the new Python get_interface_info() function.David Sommerseth2009-09-071-10/+64
* First cut at a python etherinfo class in C. Does nothing useful yet.David Sommerseth2009-09-041-0/+121