about summary refs log tree commit diff
path: root/src/network/if_nameindex.c
Commit message (Expand)AuthorAgeFilesLines
* reimplement if_nameindex and getifaddrs using netlinkTimo Teräs2014-07-291-38/+97
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-2/+0
* fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker2013-07-091-1/+1
* fix logic error for skipping failed interfaces in if_nameindexRich Felker2012-07-211-8/+7
* implement if_nameindex and if_freenameindexRich Felker2011-08-031-0/+58