summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a memleak which would happen if querying for a non-existing devicev0.9David Sommerseth2013-12-111-0/+8
* Merge append_object_for_netlink_address() and callback_nl_address()David Sommerseth2013-12-101-49/+19
* Split out generic NETLINK functions from etherinfo.c to netlink.cDavid Sommerseth2013-12-101-86/+0
* Remove a memory leakDavid Sommerseth2013-09-131-0/+1
* Re-implement the IPv6 supportDavid Sommerseth2013-09-131-5/+27
* Rip out the old IPv6 implementation completelyDavid Sommerseth2013-09-131-116/+2
* Migrated from libnl-1 to libnl-3David Sommerseth2013-09-121-52/+52
* Support devices with multiple IPv4 addressesDavid Malcolm2013-01-301-24/+52
* Force O_CLOEXEC on the NETLINK socketv0.7David Sommerseth2011-04-121-0/+8
* Only open the NETLINK interface when neededDavid Sommerseth2011-04-111-6/+91
* Fixed several memory leaksDavid Sommerseth2011-04-111-4/+2
* Avoid duplicating IPv6 address informationDavid Sommerseth2011-01-191-0/+8
* Don't segfault if we don't receive any address from rtnl_link_get_addr()David Sommerseth2010-12-211-1/+1
* Python reference counter was not properly set for etherinfo_ipv6addr objectsDavid Sommerseth2010-08-091-5/+3
* Get rid of not needed struct wrappingDavid Sommerseth2010-08-031-4/+4
* Added missing copyright notifications and updated where neededDavid Sommerseth2010-08-031-1/+1
* Improved documentation in the codeDavid Sommerseth2010-08-021-3/+57
* Improved IPv6 supportDavid Sommerseth2010-07-301-14/+63
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-281-82/+59
* Rewritten ethtool to make use of libnl instead of accessing NETLINK directlyDavid Sommerseth2010-04-261-392/+118
* Even more clean up. Improved more error messagesDavid Sommerseth2009-08-241-15/+32
* Fixed typos, more clean upDavid Sommerseth2009-08-241-6/+7
* Give some creditDavid Sommerseth2009-08-241-0/+1
* Improved error handling, clean upDavid Sommerseth2009-08-241-7/+14
* Imported functions for retrieving ethernet device info via AF_NETLINKDavid Sommerseth2009-08-241-0/+503