summaryrefslogtreecommitdiff
path: root/lib/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use NL_DBG() instead of printing warnings and errors to stderrThomas Graf2012-11-161-1/+1
* Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...Коренберг Марк (дома)2012-08-301-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-291-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-151-0/+701