summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the NETLINK pointer complexityDavid Sommerseth2013-12-171-11/+11
* Splitting up get_etherinfo() callsDavid Sommerseth2013-12-161-6/+7
* Get rid of a single-user macro: RETURN_STRING()David Sommerseth2013-12-161-1/+5
* Make the internal MAC address a Python string objectDavid Sommerseth2013-12-161-4/+5
* Merge PyNetlinkIPv4Address and PyNetlinkIPv6Address classesDavid Sommerseth2013-09-131-22/+20
* Re-implement the IPv6 supportDavid Sommerseth2013-09-131-3/+54
* Rip out the old IPv6 implementation completelyDavid Sommerseth2013-09-131-84/+0
* Support devices with multiple IPv4 addressesDavid Malcolm2013-01-301-36/+95
* Eliminate "ret" within _ethtool_etherinfo_getterDavid Malcolm2013-01-151-9/+6
* Only open the NETLINK interface when neededDavid Sommerseth2011-04-111-8/+11
* Fixed several memory leaksDavid Sommerseth2011-04-111-3/+8
* Improved error situations in case of NULL returnsDavid Sommerseth2011-02-251-0/+23
* Python reference counter was not properly set for etherinfo_ipv6addr objectsDavid Sommerseth2010-08-091-0/+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-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