summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo.h
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Rename etherinfo_py and ethtool_etherinfo_TypeDavid Sommerseth2014-01-091-4/+4
* Merge struct etherinfo and etherinfo_pyDavid Sommerseth2013-12-201-1/+0
* Get rid of the internal IP address listsDavid Sommerseth2013-12-201-1/+1
* Clean-up get_etherinfo() and move it to get_etherinfo_address()David Sommerseth2013-12-201-2/+2
* Split out the link info from get_etherinfo()David Sommerseth2013-12-201-0/+1
* Reduce the NETLINK pointer complexityDavid Sommerseth2013-12-171-3/+4
* Splitting up get_etherinfo() callsDavid Sommerseth2013-12-161-1/+1
* Rip out the old IPv6 implementation completelyDavid Sommerseth2013-09-131-3/+0
* Migrated from libnl-1 to libnl-3David Sommerseth2013-09-121-7/+0
* Only open the NETLINK interface when neededDavid Sommerseth2011-04-111-2/+5
* Get rid of not needed struct wrappingDavid Sommerseth2010-08-031-1/+1
* Added missing copyright notifications and updated where neededDavid Sommerseth2010-08-031-1/+1
* Improved documentation in the codeDavid Sommerseth2010-08-021-1/+1
* Improved IPv6 supportDavid Sommerseth2010-07-301-0/+2
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-281-11/+9
* Rewritten ethtool to make use of libnl instead of accessing NETLINK directlyDavid Sommerseth2010-04-261-3/+1
* First cut at a python etherinfo class in C. Does nothing useful yet.David Sommerseth2009-09-041-0/+1
* Imported functions for retrieving ethernet device info via AF_NETLINKDavid Sommerseth2009-08-241-0/+36