summaryrefslogtreecommitdiffstats
path: root/lib/route/qdisc/netem.c
Commit message (Collapse)AuthorAgeFilesLines
* route/qdisc: fixe printing whitespace in qdisc_dump_details()Steffen Vogel2015-08-141-3/+3
| | | | | | And whitespace (source code) fix. Signed-off-by: Thomas Haller <thaller@redhat.com>
* route/qdisc: added more attributes to netem dumpSteffen Vogel2015-08-141-2/+60
| | | | | | | | I added all the netem attributes (except for limit) to the NL_DUMP_DETAILS section. [thaller@redhat.com: whitespace fixes] Signed-off-by: Thomas Haller <thaller@redhat.com>
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-3/+3
| | | | | | | This clarifies the seperation between public and private header files. Signed-off-by: Thomas Graf <tgraf@suug.ch>
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-1/+2
| | | | | | | | | | | | | | | | | 1. Fix some places where unsigned value compared < 0 2. Fix obsolete %Z specifier to more portable %z 3. Some erroneous types substitution 4. nl_msec2str() - 64-bit msec is now properly used, Only safe changes. I mean int <--> uint32_t and signed/unsigned fixes. Some functinos require size_t argument instead of int, but changes of signatures of that functions is terrible thing. Also, I do not pretend for a full list of fixes. Just to shut up clang -Wall -Wextra One more thing. ifindex. I don't change that because changes will be too big for simple fix.
* netem: Use ARRAY_SIZE()Thomas Graf2012-06-081-1/+1
|
* rtnl_netem_set_delay_distribution: fix possible segfaultКоренберг Марк (ноутбук дома)2012-06-071-3/+4
| | | | fix counting of elements in array. Just typo, as I think.
* Make some functions and global variables staticPavel Roskin2011-08-111-1/+2
|
* rename sch -> qdiscThomas Graf2011-03-211-0/+905