index
:
python-ethtool.git
master
Official python-ethtool repository
David Sommerseth
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python-ethtool
/
etherinfo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error handling even more
David Sommerseth
2014-04-01
1
-14
/
+18
*
Report invalid/non-existing devices as ENODEV
David Sommerseth
2014-02-21
1
-0
/
+10
*
Added some extra error checks with libnl calls
David Sommerseth
2014-01-10
1
-2
/
+6
*
cleanup: Rename etherinfo_py and ethtool_etherinfo_Type
David Sommerseth
2014-01-09
1
-8
/
+8
*
Merge struct etherinfo and etherinfo_py
David Sommerseth
2013-12-20
1
-42
/
+28
*
Make the device string a python object as well
David Sommerseth
2013-12-20
1
-5
/
+4
*
Get rid of the internal IP address lists
David Sommerseth
2013-12-20
1
-41
/
+16
*
Clean-up get_etherinfo() and move it to get_etherinfo_address()
David Sommerseth
2013-12-20
1
-41
/
+47
*
Split out the link info from get_etherinfo()
David Sommerseth
2013-12-20
1
-42
/
+84
*
Kick out struct etherinfo_obj_data
David Sommerseth
2013-12-17
1
-2
/
+2
*
Reduce the NETLINK pointer complexity
David Sommerseth
2013-12-17
1
-7
/
+7
*
Splitting up get_etherinfo() calls
David Sommerseth
2013-12-16
1
-26
/
+35
*
Make the internal MAC address a Python string object
David Sommerseth
2013-12-16
1
-18
/
+5
*
Fix a memleak which would happen if querying for a non-existing device
v0.9
David Sommerseth
2013-12-11
1
-0
/
+8
*
Merge append_object_for_netlink_address() and callback_nl_address()
David Sommerseth
2013-12-10
1
-49
/
+19
*
Split out generic NETLINK functions from etherinfo.c to netlink.c
David Sommerseth
2013-12-10
1
-86
/
+0
*
Remove a memory leak
David Sommerseth
2013-09-13
1
-0
/
+1
*
Re-implement the IPv6 support
David Sommerseth
2013-09-13
1
-5
/
+27
*
Rip out the old IPv6 implementation completely
David Sommerseth
2013-09-13
1
-116
/
+2
*
Migrated from libnl-1 to libnl-3
David Sommerseth
2013-09-12
1
-52
/
+52
*
Support devices with multiple IPv4 addresses
David Malcolm
2013-01-30
1
-24
/
+52
*
Force O_CLOEXEC on the NETLINK socket
v0.7
David Sommerseth
2011-04-12
1
-0
/
+8
*
Only open the NETLINK interface when needed
David Sommerseth
2011-04-11
1
-6
/
+91
*
Fixed several memory leaks
David Sommerseth
2011-04-11
1
-4
/
+2
*
Avoid duplicating IPv6 address information
David Sommerseth
2011-01-19
1
-0
/
+8
*
Don't segfault if we don't receive any address from rtnl_link_get_addr()
David Sommerseth
2010-12-21
1
-1
/
+1
*
Python reference counter was not properly set for etherinfo_ipv6addr objects
David Sommerseth
2010-08-09
1
-5
/
+3
*
Get rid of not needed struct wrapping
David Sommerseth
2010-08-03
1
-4
/
+4
*
Added missing copyright notifications and updated where needed
David Sommerseth
2010-08-03
1
-1
/
+1
*
Improved documentation in the code
David Sommerseth
2010-08-02
1
-3
/
+57
*
Improved IPv6 support
David Sommerseth
2010-07-30
1
-14
/
+63
*
Updated to fetch the interface information when the "getter" function triggers
David Sommerseth
2010-04-28
1
-82
/
+59
*
Rewritten ethtool to make use of libnl instead of accessing NETLINK directly
David Sommerseth
2010-04-26
1
-392
/
+118
*
Even more clean up. Improved more error messages
David Sommerseth
2009-08-24
1
-15
/
+32
*
Fixed typos, more clean up
David Sommerseth
2009-08-24
1
-6
/
+7
*
Give some credit
David Sommerseth
2009-08-24
1
-0
/
+1
*
Improved error handling, clean up
David Sommerseth
2009-08-24
1
-7
/
+14
*
Imported functions for retrieving ethernet device info via AF_NETLINK
David Sommerseth
2009-08-24
1
-0
/
+503