summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo_struct.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Rename etherinfo_py and ethtool_etherinfo_TypeDavid Sommerseth2014-01-091-1/+1
* Merge struct etherinfo and etherinfo_pyDavid Sommerseth2013-12-201-12/+4
* Make the device string a python object as wellDavid Sommerseth2013-12-201-1/+1
* Get rid of compiler warningDavid Sommerseth2013-12-201-0/+2
* Get rid of the internal IP address listsDavid Sommerseth2013-12-201-2/+0
* Kick out struct etherinfo_obj_dataDavid Sommerseth2013-12-171-11/+2
* Reduce the NETLINK pointer complexityDavid Sommerseth2013-12-171-3/+1
* Get rid of a single-user macro: RETURN_STRING()David Sommerseth2013-12-161-8/+0
* Make the internal MAC address a Python string objectDavid Sommerseth2013-12-161-1/+1
* Merge PyNetlinkIPv4Address and PyNetlinkIPv6Address classesDavid Sommerseth2013-09-131-14/+8
* Re-implement the IPv6 supportDavid Sommerseth2013-09-131-0/+10
* Rip out the old IPv6 implementation completelyDavid Sommerseth2013-09-131-21/+0
* Migrated from libnl-1 to libnl-3David Sommerseth2013-09-121-6/+3
* Support devices with multiple IPv4 addressesDavid Malcolm2013-01-301-3/+16
* Only open the NETLINK interface when neededDavid Sommerseth2011-04-111-2/+4
* RETURN_STRING() did not use Py_INCREF() when returning Py_NoneDavid Sommerseth2011-02-251-1/+1
* Get rid of not needed struct wrappingDavid Sommerseth2010-08-031-8/+1
* Added missing copyright notifications and updated where neededDavid Sommerseth2010-08-031-0/+15
* Renamed etherinfo_ipv6_py to etherinfo_ipv6addr_pyDavid Sommerseth2010-08-021-1/+1
* Improved documentation in the codeDavid Sommerseth2010-08-021-16/+31
* Improved IPv6 supportDavid Sommerseth2010-07-301-2/+23
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-281-2/+27
* First cut at a python etherinfo class in C. Does nothing useful yet.David Sommerseth2009-09-041-0/+23