summaryrefslogtreecommitdiffstats
path: root/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* utils: indicate capability NL_CAPABILITY_ROUTE_BUILD_MSG_SET_SCOPEThomas Haller2014-03-131-0/+9
* utils: add nl_has_capability() functionThomas Haller2014-03-131-0/+43
* utils: fix nl_msec2str() which always returned '0msec' for whole second durat...Thomas Haller2014-02-201-5/+5
* Handle the case where nl_msec2str is passed 0 msecsJoe Damato2013-07-191-0/+5
* Add support for inet diag Netlink protocol.Joe Damato2013-07-191-1/+1
* handle the case where 0 is passed to nl_size2strJoe Damato2013-07-181-0/+5
* addr: only translate more recent address family names and ARP types if definedThomas Graf2013-04-051-0/+2
* nl: Print file:line:func in debugging messages and provide --disable-debug to...Thomas Graf2013-04-021-0/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Fix file descriptor leak on errorThomas Jarosch2012-12-271-4/+12
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-151-1/+1
* Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...Коренберг Марк (дома)2012-08-291-4/+10
* Fix build warning after const char ** convertThomas Graf2012-08-291-2/+2
* lib/utils.c: One kilobit now is a 1000bits (instead of 1024)Коренберг Марк2012-08-281-18/+28
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-18/+21
* correct HTB rtable/HZ calculationsAndrew Collins2012-05-291-8/+20
* Fix for dumping objects to a buffer instead of file descriptorBushman, Jeff2012-05-181-5/+3
* doc: documentation restructuringThomas Graf2012-05-101-3/+27
* __str2flags fixJustin Mayfield2012-05-101-1/+2
* utils: Initialize list head after freeing translation listThomas Graf2011-10-101-0/+2
* Avoid freeing memory if vasprintf() failedThomas Graf2011-08-111-7/+8
* Update local copies of include/linuxThomas Graf2011-06-091-0/+1
* Add nl_rate2str()Thomas Graf2011-06-091-0/+21
* Add support for ARPHRD_NONEThomas Graf2011-04-191-0/+3
* Initialize dump buffer in case caller missed itThomas Graf2011-04-101-0/+3
* constify struct trans_tblThomas Graf2010-11-171-8/+8
* New function nl_size2str()Thomas Graf2010-11-171-0/+50
* Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ ...Thomas Graf2010-11-171-4/+8
* Updated arp and ethernet codesThomas Graf2010-10-281-0/+20
* Fix compile warning in utils.cThomas Graf2010-07-031-1/+1
* Fix a bug when calculating ticks_per_usecJose Ignacio Naranjo Hernández2010-03-101-19/+16
* restructure module documentation orderThomas Graf2008-12-101-0/+42
* Extend nl_time2int() and rename it to nl_str2msec()Thomas Graf2008-06-161-14/+29
* Remove old line counting while dumpingThomas Graf2008-05-231-3/+2
* Return libnl error codes in translation routinesThomas Graf2008-05-201-12/+12
* Uninline various functions to save 7K codeThomas Graf2008-05-151-2/+194
* Thread-safe error handlingThomas Graf2008-05-141-91/+5
* Export nl_dump_line() and automatically count lines while dumpingThomas Graf2008-04-291-4/+17
* Read debugging environment variable when initializing the libraryThomas Graf2007-12-181-1/+9
* Export interface to define objectsThomas Graf2007-09-151-0/+54
* Initial importThomas Graf2007-09-141-0/+701