summaryrefslogtreecommitdiffstats
path: root/python-ethtool/ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* exceptions: Simplify errno derived exception handlingAntoni S. Puimedon2014-01-211-63/+23
* fix get_module errno setting.Antoni S. Puimedon2014-01-101-6/+12
* cleanup: Rename etherinfo_py and ethtool_etherinfo_TypeDavid Sommerseth2014-01-091-6/+4
* Merge struct etherinfo and etherinfo_pyDavid Sommerseth2013-12-201-29/+25
* Make the device string a python object as wellDavid Sommerseth2013-12-201-1/+1
* Kick out struct etherinfo_obj_dataDavid Sommerseth2013-12-171-15/+7
* Reduce the NETLINK pointer complexityDavid Sommerseth2013-12-171-4/+0
* Merge PyNetlinkIPv4Address and PyNetlinkIPv6Address classesDavid Sommerseth2013-09-131-3/+1
* Fix missing error checking when reading /proc/net/devDavid Sommerseth2013-09-131-2/+8
* Re-implement the IPv6 supportDavid Sommerseth2013-09-131-1/+3
* Rip out the old IPv6 implementation completelyDavid Sommerseth2013-09-131-7/+1
* Migrated from libnl-1 to libnl-3David Sommerseth2013-09-121-3/+3
* Fix get_active_devices() for IPv6 only interfacesBohuslav Kabrda2013-09-111-41/+11
* "char *devname" -> "const char *devname" throughoutDavid Malcolm2013-02-011-12/+12
* Support devices with multiple IPv4 addressesDavid Malcolm2013-01-301-0/+3
* Fix memory leaks in get_interfaces_info()David Malcolm2013-01-151-4/+5
* Fix bad loop condition within get_devices()David Malcolm2013-01-151-1/+1
* Fix buffer overflow in get_module()David Malcolm2013-01-151-1/+1
* Only open the NETLINK interface when neededDavid Sommerseth2011-04-111-54/+4
* Fixed several memory leaksDavid Sommerseth2011-04-111-3/+12
* Added ethtool.version string constantDavid Sommerseth2011-01-191-0/+1
* Get rid of not needed struct wrappingDavid Sommerseth2010-08-031-19/+19
* Added missing copyright notifications and updated where neededDavid Sommerseth2010-08-031-1/+2
* Improved IPv6 supportDavid Sommerseth2010-07-301-0/+7
* Renamed get_interface_info() to get_interfaces_info() and updated help stringDavid Sommerseth2010-05-041-3/+5
* Clean up - avoid static variables in etherinfo_obj.hDavid Sommerseth2010-04-281-0/+1
* Updated to fetch the interface information when the "getter" function triggersDavid Sommerseth2010-04-281-10/+79
* Rewritten ethtool to make use of libnl instead of accessing NETLINK directlyDavid Sommerseth2010-04-261-38/+14
* Added parameter to get_interface_inf()David Sommerseth2009-09-161-2/+66
* Removed the previous "attempt" of IPv6 support, get_ipaddresses()David Sommerseth2009-09-071-34/+0
* Completed implementing the new Python get_interface_info() function.David Sommerseth2009-09-071-6/+58
* First cut at a python etherinfo class in C. Does nothing useful yet.David Sommerseth2009-09-041-3/+16
* Added new function: get_ipaddresses() - retrieves IPv4 and IPv6 addresses for...David Sommerseth2009-08-241-1/+39
* ethtool: Older kernels don't have IFF_DYNAMICArnaldo Carvalho de Melo2009-05-281-0/+4
* ethtool: Add a function to get the interface flagsRuben Kerkhof2008-08-251-15/+65
* ethtool: Add licenseArnaldo Carvalho de Melo2008-08-201-0/+16
* ethtool: initialize some variables to shut up gccArnaldo Carvalho de Melo2008-08-191-4/+4
* ethtool: bindings for binding for ETHTOOL_[GS]RINGPARAMArnaldo Carvalho de Melo2008-07-181-0/+50
* ethtool: remove unused variables from set_tsoArnaldo Carvalho de Melo2008-07-151-3/+0
* ethtool: binding for ETHTOOL_SCOALESCEArnaldo Carvalho de Melo2008-07-151-0/+62
* ethtool: implement binding for get_coalesceArnaldo Carvalho de Melo2008-07-141-8/+107
* ethtool: implement set_tsoArnaldo Carvalho de Melo2008-06-301-12/+48
* ethtool: Make get_dev_int_value genericArnaldo Carvalho de Melo2008-06-301-2/+7
* [PYTHON-ETHTOOL]: Create repositoryArnaldo Carvalho de Melo2007-12-181-0/+554